Started by user Maxim Nesen Rebuilds build #21 Running as Maxim Nesen Agent basic-0x46h is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-0x46h" namespace: "jersey" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-0x46h" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-0x46h" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jersey" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-0x46h (basic) in workspace /home/jenkins/agent/workspace/release_project_info [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-lpzc7mvkR12l/agent.54 SSH_AGENT_PID=56 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/release_project_info@tmp/private_key_10112001541059491153.key (/home/jenkins/agent/workspace/release_project_info@tmp/private_key_10112001541059491153.key) [ssh-agent] Using credentials jersey-bot (GitHub bot SSH) The recommended git tool is: git using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse-ee4j/jersey.git > git init /home/jenkins/agent/workspace/release_project_info # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot SSH [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/release_project_info@tmp/jenkins-gitclient-ssh15251385356730844595.key Verifying host key using known hosts file > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/tags/3.0.8^{commit} # timeout=10 > git rev-parse tags/3.0.8^{commit} # timeout=10 Checking out Revision 3084b0f0c0fe3ed4a1ecd44fb74cf09a48fa9b20 (tags/3.0.8) > git config core.sparsecheckout # timeout=10 > git checkout -f 3084b0f0c0fe3ed4a1ecd44fb74cf09a48fa9b20 # timeout=10 Commit message: "3.0.8" First time build. Skipping changelog. [release_project_info] $ /bin/bash -lex /tmp/jenkins16574023162978612906.sh ++ id -u + '[' 1001810000 -eq 0 ']' + PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games + export PATH + '[' '' ']' + '[' -d /etc/profile.d ']' + for i in /etc/profile.d/*.sh + '[' -r '/etc/profile.d/*.sh' ']' + unset i + MVN_HOME=/opt/tools/apache-maven/latest + PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin + mvn clean install -B -V -q -PtestsSkip,checkstyleSkip -Dtests.excluded -DskipTests -Dmaven.test.skip=true Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '1.8' 1 warning /home/jenkins/agent/workspace/release_project_info/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '1.8' /home/jenkins/agent/workspace/release_project_info/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ /home/jenkins/agent/workspace/release_project_info/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ /home/jenkins/agent/workspace/release_project_info/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1013: warning: Contended is internal proprietary API and may be removed in a future release @sun.misc.Contended ^ /home/jenkins/agent/workspace/release_project_info/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1596: warning: Unsafe is internal proprietary API and may be removed in a future release private static final sun.misc.Unsafe U = UnsafeAccessor.getUnsafe(); ^ /home/jenkins/agent/workspace/release_project_info/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:30: warning: Unsafe is internal proprietary API and may be removed in a future release static sun.misc.Unsafe getUnsafe() { ^ /home/jenkins/agent/workspace/release_project_info/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:32: warning: Unsafe is internal proprietary API and may be removed in a future release return sun.misc.Unsafe.getUnsafe(); ^ /home/jenkins/agent/workspace/release_project_info/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:36: warning: Unsafe is internal proprietary API and may be removed in a future release return java.security.AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^ /home/jenkins/agent/workspace/release_project_info/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release Class k = Unsafe.class; ^ /home/jenkins/agent/workspace/release_project_info/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release Class k = Unsafe.class; ^ 11 warnings [ERROR] Error fetching link: /home/jenkins/agent/workspace/release_project_info/core-common/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/release_project_info/inject/hk2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/release_project_info/core-client/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/release_project_info/test-framework/providers/grizzly2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/release_project_info/media/sse/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/release_project_info/core-common/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/release_project_info/inject/hk2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/release_project_info/ext/cdi/jersey-cdi1x/target/apidocs. Ignored it. Sep 02, 2022 7:13:03 AM java.util.prefs.FileSystemPreferences$1 run INFO: Created user preferences directory. [info] Copying manifest... + mvn -B -V -q -Pproject-info,checkstyleSkip,testsSkip,findbugsSkip,staging site site:stage -DgenerateProjectInfo=true -Dtests.excluded -Ddependency.locations.enabled=false -Dmaven.jxr.skip=true -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -DskipTests -Dfindbugs.skip=true Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [release_project_info] $ /bin/bash -lex /tmp/jenkins3067034589552695035.sh ++ id -u + '[' 1001810000 -eq 0 ']' + PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games + export PATH + '[' '' ']' + '[' -d /etc/profile.d ']' + for i in /etc/profile.d/*.sh + '[' -r '/etc/profile.d/*.sh' ']' + unset i + export PATH=/opt/csw/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games + PATH=/opt/csw/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games + WEB_DIR=/home/jenkins/agent/workspace/release_project_info/target/jersey-web + PROJECT_INFO_DIR=/home/jenkins/agent/workspace/release_project_info/target/jersey-web/project-info/3.0.8 + test -e /home/jenkins/agent/workspace/release_project_info/target/jersey-web + git clone git@github.com:eclipse-ee4j/jersey.github.io.git /home/jenkins/agent/workspace/release_project_info/target/jersey-web Cloning into '/home/jenkins/agent/workspace/release_project_info/target/jersey-web'... Checking out files: 3% (14297/369970) Checking out files: 4% (14799/369970) Checking out files: 5% (18499/369970) Checking out files: 6% (22199/369970) Checking out files: 7% (25898/369970) Checking out files: 7% (29396/369970) Checking out files: 8% (29598/369970) Checking out files: 9% (33298/369970) Checking out files: 10% (36997/369970) Checking out files: 11% (40697/369970) Checking out files: 12% (44397/369970) Checking out files: 12% (45271/369970) Checking out files: 13% (48097/369970) Checking out files: 14% (51796/369970) Checking out files: 15% (55496/369970) Checking out files: 16% (59196/369970) Checking out files: 16% (59201/369970) Checking out files: 17% (62895/369970) Checking out files: 18% (66595/369970) Checking out files: 19% (70295/369970) Checking out files: 19% (72948/369970) Checking out files: 20% (73994/369970) Checking out files: 21% (77694/369970) Checking out files: 22% (81394/369970) Checking out files: 23% (85094/369970) Checking out files: 24% (88793/369970) Checking out files: 24% (90145/369970) Checking out files: 25% (92493/369970) Checking out files: 26% (96193/369970) Checking out files: 27% (99892/369970) Checking out files: 28% (103592/369970) Checking out files: 28% (104460/369970) Checking out files: 29% (107292/369970) Checking out files: 30% (110991/369970) Checking out files: 31% (114691/369970) Checking out files: 31% (116424/369970) Checking out files: 32% (118391/369970) Checking out files: 33% (122091/369970) Checking out files: 34% (125790/369970) Checking out files: 35% (129490/369970) Checking out files: 35% (130188/369970) Checking out files: 36% (133190/369970) Checking out files: 37% (136889/369970) Checking out files: 38% (140589/369970) Checking out files: 38% (142533/369970) Checking out files: 39% (144289/369970) Checking out files: 40% (147988/369970) Checking out files: 40% (150620/369970) Checking out files: 41% (151688/369970) Checking out files: 41% (152641/369970) Checking out files: 42% (155388/369970) Checking out files: 43% (159088/369970) Checking out files: 43% (161923/369970) Checking out files: 44% (162787/369970) Checking out files: 45% (166487/369970) Checking out files: 46% (170187/369970) Checking out files: 47% (173886/369970) Checking out files: 47% (175680/369970) Checking out files: 48% (177586/369970) Checking out files: 49% (181286/369970) Checking out files: 50% (184985/369970) Checking out files: 51% (188685/369970) Checking out files: 51% (191303/369970) Checking out files: 52% (192385/369970) Checking out files: 53% (196085/369970) Checking out files: 54% (199784/369970) Checking out files: 54% (202067/369970) Checking out files: 55% (203484/369970) Checking out files: 56% (207184/369970) Checking out files: 57% (210883/369970) Checking out files: 57% (213092/369970) Checking out files: 58% (214583/369970) Checking out files: 59% (218283/369970) Checking out files: 60% (221982/369970) Checking out files: 60% (222662/369970) Checking out files: 61% (225682/369970) Checking out files: 62% (229382/369970) Checking out files: 63% (233082/369970) Checking out files: 63% (236428/369970) Checking out files: 64% (236781/369970) Checking out files: 65% (240481/369970) Checking out files: 66% (244181/369970) Checking out files: 67% (247880/369970) Checking out files: 67% (250350/369970) Checking out files: 68% (251580/369970) Checking out files: 69% (255280/369970) Checking out files: 70% (258979/369970) Checking out files: 71% (262679/369970) Checking out files: 72% (266379/369970) Checking out files: 72% (269255/369970) Checking out files: 73% (270079/369970) Checking out files: 74% (273778/369970) Checking out files: 75% (277478/369970) Checking out files: 76% (281178/369970) Checking out files: 76% (283110/369970) Checking out files: 77% (284877/369970) Checking out files: 78% (288577/369970) Checking out files: 79% (292277/369970) Checking out files: 80% (295976/369970) Checking out files: 80% (298594/369970) Checking out files: 81% (299676/369970) Checking out files: 82% (303376/369970) Checking out files: 83% (307076/369970) Checking out files: 84% (310775/369970) Checking out files: 85% (314475/369970) Checking out files: 85% (315077/369970) Checking out files: 86% (318175/369970) Checking out files: 87% (321874/369970) Checking out files: 88% (325574/369970) Checking out files: 89% (329274/369970) Checking out files: 89% (330812/369970) Checking out files: 90% (332973/369970) Checking out files: 91% (336673/369970) Checking out files: 92% (340373/369970) Checking out files: 93% (344073/369970) Checking out files: 94% (347772/369970) Checking out files: 94% (347923/369970) Checking out files: 95% (351472/369970) Checking out files: 96% (355172/369970) Checking out files: 97% (358871/369970) Checking out files: 98% (362571/369970) Checking out files: 98% (363852/369970) Checking out files: 99% (366271/369970) Checking out files: 100% (369970/369970) Checking out files: 100% (369970/369970), done. + cd /home/jenkins/agent/workspace/release_project_info/target/jersey-web + test '!' -e /home/jenkins/agent/workspace/release_project_info/target/jersey-web/project-info/3.0.8 + mkdir -p /home/jenkins/agent/workspace/release_project_info/target/jersey-web/project-info/3.0.8 + cd /home/jenkins/agent/workspace/release_project_info/target/jersey-web/project-info/3.0.8 + rm -rf jersey + cp -R /home/jenkins/agent/workspace/release_project_info/target/staging ./jersey + cd /home/jenkins/agent/workspace/release_project_info/target/jersey-web + git config --local user.email jersey-bot@eclipse.org + git config --local user.name jersey-bot + git add -A . + git diff --cached --exit-code diff --git a/project-info/3.0.8/jersey/css/maven-base.css b/project-info/3.0.8/jersey/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/css/maven-theme.css b/project-info/3.0.8/jersey/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/css/print.css b/project-info/3.0.8/jersey/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/css/site.css b/project-info/3.0.8/jersey/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/dependency-info.html b/project-info/3.0.8/jersey/dependency-info.html new file mode 100644 index 000000000..3ec04dcf7 --- /dev/null +++ b/project-info/3.0.8/jersey/dependency-info.html @@ -0,0 +1,115 @@ + + + + + + jersey-bom – Dependency Information + + + + + + + + + +
+
+
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>org.glassfish.jersey</groupId>
+  <artifactId>jersey-bom</artifactId>
+  <version>3.0.8</version>
+  <type>pom</type>
+</dependency>
+
+

Apache Buildr

+
+
'org.glassfish.jersey:jersey-bom:pom:3.0.8'
+
+

Apache Ivy

+
+
<dependency org="org.glassfish.jersey" name="jersey-bom" rev="3.0.8">
+  <artifact name="jersey-bom" type="pom" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='org.glassfish.jersey', module='jersey-bom', version='3.0.8')
+)
+
+

Gradle/Grails

+
+
compile 'org.glassfish.jersey:jersey-bom:3.0.8'
+
+

Scala SBT

+
+
libraryDependencies += "org.glassfish.jersey" % "jersey-bom" % "3.0.8"
+
+

Leiningen

+
+
[org.glassfish.jersey/jersey-bom "3.0.8"]
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/dependency-management.html b/project-info/3.0.8/jersey/dependency-management.html new file mode 100644 index 000000000..eefc80dde --- /dev/null +++ b/project-info/3.0.8/jersey/dependency-management.html @@ -0,0 +1,508 @@ + + + + + + jersey-bom – Project Dependency Management + + + + + + + + + +
+
+
+

Project Dependency Management

+
+

compile

+

The following is a list of compile dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run the submodule:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
org.glassfish.jersey.bundlesjaxrs-ri3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-apache-connector3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-apache5-connector3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-grizzly-connector3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-helidon-connector3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-jdk-connector3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-jetty-connector3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-jetty-servlet3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containers.glassfishjersey-gf-ejb3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0, The GNU General Public License (GPL), Version 2, With Classpath Exception, Apache License, 2.0, Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0, The GNU General Public License (GPL), Version 2, With Classpath Exception, Apache License, 2.0, Modified BSD
org.glassfish.jersey.extjersey-bean-validation3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-declarative-linking3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-entity-filtering3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-metainf-services3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc-bean-validation3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc-freemarker3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc-jsp3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc-mustache3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-proxy-client3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-spring63.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-wadl-doclet3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi-rs-inject3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x-ban-custom-hk2-binding3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x-servlet3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x-transaction3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x-validation3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-weld2-se3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.microprofilejersey-mp-config3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.microprofilejersey-mp-rest-client3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.rxjersey-rx-client-guava3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.rxjersey-rx-client-rxjava3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.rxjersey-rx-client-rxjava23.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.injectjersey-cdi2-se3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-json-binding3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-json-gson3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-json-jackson3.0.8jarEPL 2.0, The GNU General Public License (GPL), Version 2, With Classpath Exception, Apache License, 2.0
org.glassfish.jersey.mediajersey-media-json-jettison3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-json-processing3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-kryo3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-moxy3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-multipart3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-sse3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.securityoauth1-client3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.securityoauth1-server3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.securityoauth1-signature3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.securityoauth2-client3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-util3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/distribution-management.html b/project-info/3.0.8/jersey/distribution-management.html new file mode 100644 index 000000000..4b5e523e2 --- /dev/null +++ b/project-info/3.0.8/jersey/distribution-management.html @@ -0,0 +1,85 @@ + + + + + + jersey-bom – Project Distribution Management + + + + + + + + + +
+
+
+

Overview

+

The following is the distribution management information used by this project.

+ + +
+

Site - localhost

http://localhost
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/images/collapsed.gif b/project-info/3.0.8/jersey/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/images/expanded.gif b/project-info/3.0.8/jersey/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/images/external.png b/project-info/3.0.8/jersey/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/images/external.png differ diff --git a/project-info/3.0.8/jersey/images/icon_error_sml.gif b/project-info/3.0.8/jersey/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/images/icon_info_sml.gif b/project-info/3.0.8/jersey/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/images/icon_success_sml.gif b/project-info/3.0.8/jersey/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/images/logos/maven-feather.png b/project-info/3.0.8/jersey/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/images/newwindow.png b/project-info/3.0.8/jersey/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/index.html b/project-info/3.0.8/jersey/index.html new file mode 100644 index 000000000..134e7ee07 --- /dev/null +++ b/project-info/3.0.8/jersey/index.html @@ -0,0 +1,79 @@ + + + + + + jersey-bom – About + + + + + + + + + +
+
+
+

About jersey-bom

+

Jersey Bill of Materials (BOM)

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/issue-management.html b/project-info/3.0.8/jersey/issue-management.html new file mode 100644 index 000000000..f23161d34 --- /dev/null +++ b/project-info/3.0.8/jersey/issue-management.html @@ -0,0 +1,84 @@ + + + + + + jersey-bom – Issue Management + + + + + + + + + +
+
+
+

Overview

+

This project uses GitHub Issues to manage its issues.

+
+

Issue Management

+

Issues, bugs, and feature requests should be submitted to the following issue management system for this project.

+
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/allclasses-frame.html b/project-info/3.0.8/jersey/jersey-client/apidocs/allclasses-frame.html new file mode 100644 index 000000000..9d4dae5ae --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/allclasses-frame.html @@ -0,0 +1,73 @@ + + + + + + +All Classes (Jersey 3.0.8 API) + + + + + +

All Classes

+ + + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/allclasses-noframe.html b/project-info/3.0.8/jersey/jersey-client/apidocs/allclasses-noframe.html new file mode 100644 index 000000000..57073d95b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/allclasses-noframe.html @@ -0,0 +1,73 @@ + + + + + + +All Classes (Jersey 3.0.8 API) + + + + + +

All Classes

+ + + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/constant-values.html b/project-info/3.0.8/jersey/jersey-client/apidocs/constant-values.html new file mode 100644 index 000000000..e15e6587e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/constant-values.html @@ -0,0 +1,412 @@ + + + + + + +Constant Field Values (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

org.glassfish.*

+ + + +
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/deprecated-list.html b/project-info/3.0.8/jersey/jersey-client/apidocs/deprecated-list.html new file mode 100644 index 000000000..eea0cc60e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/help-doc.html b/project-info/3.0.8/jersey/jersey-client/apidocs/help-doc.html new file mode 100644 index 000000000..3716b4a7c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/index-all.html b/project-info/3.0.8/jersey/jersey-client/apidocs/index-all.html new file mode 100644 index 000000000..034027e23 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/index-all.html @@ -0,0 +1,2234 @@ + + + + + + +Index (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I J K L M N O P Q R S T U V W  + + +

A

+
+
abortWith(Response) - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
AbstractRxInvoker<T> - Class in org.glassfish.jersey.client
+
+
Default implementation of reactive invoker.
+
+
AbstractRxInvoker(SyncInvoker, ExecutorService) - Constructor for class org.glassfish.jersey.client.AbstractRxInvoker
+
 
+
accept(MediaType...) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Add new accepted types to the message headers.
+
+
accept(String...) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Add new accepted types to the message headers.
+
+
accept(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
accept(MediaType...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
accept(String...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Add the accepted response media types.
+
+
accept(MediaType...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Add the accepted response media types.
+
+
acceptEncoding(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
acceptEncoding(String...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Add acceptable encodings.
+
+
acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Add new accepted languages to the message headers.
+
+
acceptLanguage(String...) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Add new accepted languages to the message headers.
+
+
acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
acceptLanguage(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
acceptLanguage(Locale...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Add acceptable languages.
+
+
acceptLanguage(String...) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Add acceptable languages.
+
+
afterRequest(ClientRequestContext, ClientResponseContext) - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor
+
+
The method is invoked after a request when no Throwable is thrown, or the Throwables are + resolved by previous PostInvocationInterceptor.
+
+
apply(ClientRequest) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
+
 
+
apply(ClientRequest, AsyncConnectorCallback) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
+
 
+
apply(ClientRequest) - Method in class org.glassfish.jersey.client.RequestProcessingInitializationStage
+
 
+
apply(ClientRequest) - Method in interface org.glassfish.jersey.client.spi.Connector
+
+
Synchronously process client request into a response.
+
+
apply(ClientRequest, AsyncConnectorCallback) - Method in interface org.glassfish.jersey.client.spi.Connector
+
+
Asynchronously process client request into a response.
+
+
async() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
ASYNC_THREADPOOL_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
Asynchronous thread pool size.
+
+
AsyncConnectorCallback - Interface in org.glassfish.jersey.client.spi
+
+
Asynchronous connector response processing callback contract.
+
+
AUTHENTICATION_CREDENTIALS_MISSING_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Credentials must be defined for basic authentication.
+
+
AUTHENTICATION_CREDENTIALS_MISSING_DIGEST() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Credentials must be defined for digest authentication.
+
+
AUTHENTICATION_CREDENTIALS_NOT_PROVIDED_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
No credentials are provided for basic authentication.
+
+
AUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Unsupported password type class.
+
+
+ + + +

B

+
+
BACKGROUND_SCHEDULER_THREADPOOL_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
Scheduler thread pool size.
+
+
basic(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
+
+
basic(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
+
+
basic() - Static method in class org.glassfish.jersey.client.http.Expect100ContinueFeature
+
+
Creates Expect100Continue Feature with default threshold size
+
+
basicBuilder() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Create the builder of the http authentication feature working in basic authentication mode.
+
+
beforeRequest(ClientRequestContext) - Method in interface org.glassfish.jersey.client.spi.PreInvocationInterceptor
+
+
The method invoked before the request starts.
+
+
build() - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
+
+
Build the feature.
+
+
build() - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
build(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
build(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
buildDelete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
Builder(URI, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyInvocation.Builder
+
+
Create new Jersey-specific client invocation builder.
+
+
buildGet() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
buildPost(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
buildPut(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
+ + + +

C

+
+
cacheControl(CacheControl) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Add new cache control entry to the message headers.
+
+
cacheControl(CacheControl) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
cacheControl(CacheControl) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Set the cache control data of the message.
+
+
CachingConnectorProvider - Class in org.glassfish.jersey.client.spi
+
+
Caching connector provider.
+
+
CachingConnectorProvider(ConnectorProvider) - Constructor for class org.glassfish.jersey.client.spi.CachingConnectorProvider
+
+
Create the caching connector provider.
+
+
CHUNKED_ENCODING_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
The value MUST be an instance convertible to Integer.
+
+
CHUNKED_INPUT_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Chunked input has been closed already.
+
+
CHUNKED_INPUT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Specified chunk media type must not be null.
+
+
CHUNKED_INPUT_STREAM_CLOSING_ERROR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Error closing chunked input's underlying response input stream.
+
+
ChunkedInput<T> - Class in org.glassfish.jersey.client
+
+
Response entity type used for receiving messages in "typed" chunks.
+
+
ChunkedInput(Type, InputStream, Annotation[], MediaType, MultivaluedMap<String, String>, MessageBodyWorkers, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ChunkedInput
+
+
Package-private constructor used by the ChunkedInputReader.
+
+
ChunkParser - Interface in org.glassfish.jersey.client
+
+
Chunk data parser.
+
+
chunkSize(int) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
+
+
Set chunk size for requests transferred using a + HTTP chunked transfer coding.
+
+
CLIENT_INSTANCE_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Client instance has been closed.
+
+
CLIENT_INVOCATION_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Link of the newly created invocation must not be null.
+
+
CLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Client response resolved URI must be absolute.
+
+
CLIENT_RESPONSE_RESOLVED_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Client response resolved URI must not be null.
+
+
CLIENT_RESPONSE_STATUS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Client response status must not be null.
+
+
CLIENT_RX_PROVIDER_NOT_REGISTERED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
RxInvokerProvider for type {0} is not registered.
+
+
CLIENT_RX_PROVIDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
RxInvokerProvider returned null.
+
+
CLIENT_TARGET_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Link to the newly created target must not be null.
+
+
CLIENT_URI_BUILDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
URI builder of the newly created target must not be null.
+
+
CLIENT_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
URI of the newly created target must not be null.
+
+
CLIENT_URI_TEMPLATE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
URI template of the newly created target must not be null.
+
+
ClientAsyncExecutor - Annotation Type in org.glassfish.jersey.client
+
+
Injection qualifier that can be used to inject an ExecutorService + instance used by Jersey client runtime to execute asynchronous + client requests.
+
+
ClientAsyncExecutorLiteral - Class in org.glassfish.jersey.client
+
+
ClientAsyncExecutor annotation literal.
+
+
ClientBackgroundScheduler - Annotation Type in org.glassfish.jersey.client
+
+
Injection qualifier that can be used to inject an ScheduledExecutorService + instance used by Jersey client runtime to schedule background tasks.
+
+
ClientBackgroundSchedulerLiteral - Class in org.glassfish.jersey.client
+
+
ClientBackgroundScheduler annotation literal.
+
+
ClientBootstrapBag - Class in org.glassfish.jersey.client
+
ClientBootstrapBag() - Constructor for class org.glassfish.jersey.client.ClientBootstrapBag
+
 
+
ClientBuilderListener - Interface in org.glassfish.jersey.client.spi
+
+
+ Implementations of this interface will be notified when new ClientBuilder + instances are being constructed.
+
+
ClientConfig - Class in org.glassfish.jersey.client
+
+
Jersey externalized implementation of client-side JAX-RS configurable contract.
+
+
ClientConfig() - Constructor for class org.glassfish.jersey.client.ClientConfig
+
+
Construct a new Jersey configuration instance with the default features + and property values.
+
+
ClientConfig(Class<?>...) - Constructor for class org.glassfish.jersey.client.ClientConfig
+
+
Construct a new Jersey configuration instance and register the provided list of provider classes.
+
+
ClientConfig(Object...) - Constructor for class org.glassfish.jersey.client.ClientConfig
+
+
Construct a new Jersey configuration instance and register the provided list of provider instances.
+
+
ClientExecutor - Interface in org.glassfish.jersey.client
+
+
Executor for client async processing and background task scheduling.
+
+
ClientLifecycleListener - Interface in org.glassfish.jersey.client
+
+
Jersey client lifecycle listener contract.
+
+
ClientProperties - Class in org.glassfish.jersey.client
+
+
Jersey client implementation configuration properties.
+
+
ClientProxy - Class in org.glassfish.jersey.client.innate
+
+
Default client Proxy information internal object.
+
+
ClientRequest - Class in org.glassfish.jersey.client
+
+
Jersey client request context.
+
+
ClientRequest(URI, ClientConfig, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ClientRequest
+
+
Create new Jersey client request context.
+
+
ClientRequest(ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientRequest
+
+
Copy constructor.
+
+
ClientResponse - Class in org.glassfish.jersey.client
+
+
Jersey client response context.
+
+
ClientResponse(ClientRequest, Response) - Constructor for class org.glassfish.jersey.client.ClientResponse
+
+
Create new Jersey client response context initialized from a JAX-RS response.
+
+
ClientResponse(Response.StatusType, ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientResponse
+
+
Create a new Jersey client response context.
+
+
ClientResponse(Response.StatusType, ClientRequest, URI) - Constructor for class org.glassfish.jersey.client.ClientResponse
+
+
Create a new Jersey client response context.
+
+
ClientResponseProcessingException - Exception in org.glassfish.jersey.client.internal
+
+
This is a representation of a @{link ProcessingException} containing a @{link ClientResponse} instance.
+
+
ClientResponseProcessingException(ClientResponse, Throwable) - Constructor for exception org.glassfish.jersey.client.internal.ClientResponseProcessingException
+
+
An instance of ClientResponseProcessingException containing ClientResponse and cause Throwable.
+
+
close() - Method in class org.glassfish.jersey.client.ChunkedInput
+
 
+
close() - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
+
 
+
close() - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
close() - Method in interface org.glassfish.jersey.client.spi.Connector
+
+
Close connector and release all it's internally associated resources.
+
+
COLLECTION_UPDATER_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Unsupported collection type.
+
+
configure(FeatureContext) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
 
+
configure(FeatureContext) - Method in class org.glassfish.jersey.client.CustomProvidersFeature
+
 
+
configure(FeatureContext) - Method in class org.glassfish.jersey.client.filter.EncodingFeature
+
 
+
configure(FeatureContext) - Method in class org.glassfish.jersey.client.http.Expect100ContinueFeature
+
 
+
CONNECT_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
Connect timeout interval, in milliseconds.
+
+
connectionFactory(HttpUrlConnectorProvider.ConnectionFactory) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
+
+
Set a custom HttpURLConnection factory.
+
+
Connector - Interface in org.glassfish.jersey.client.spi
+
+
Client transport connector extension contract.
+
+
connectorProvider(ConnectorProvider) - Method in class org.glassfish.jersey.client.ClientConfig
+
+
Register a custom Jersey client connector provider.
+
+
ConnectorProvider - Interface in org.glassfish.jersey.client.spi
+
+
Jersey client connector provider contract.
+
+
connectTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
cookie(Cookie) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Add new cookie to the message headers.
+
+
cookie(Cookie) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
cookie(String, String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
cookie(Cookie) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Add a cookie to be set.
+
+
cookie(String, String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Add a cookie to be set.
+
+
createClient() - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
+
+
Create a new custom-configured JerseyClient instance.
+
+
createClient(Configuration) - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
+
+
Create a new custom-configured JerseyClient instance.
+
+
createHttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
+
+ +
+
createMultiParser(String...) - Static method in class org.glassfish.jersey.client.ChunkedInput
+
+
Create a new chunk multi-parser that will split the response entity input stream + based on multiple fixed boundary strings.
+
+
createParser(String) - Static method in class org.glassfish.jersey.client.ChunkedInput
+
+
Create new chunk parser that will split the response entity input stream + based on a fixed boundary string.
+
+
createParser(byte[]) - Static method in class org.glassfish.jersey.client.ChunkedInput
+
+
Create new chunk parser that will split the response entity input stream + based on a fixed boundary sequence of bytes.
+
+
credentials(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
+
+
Set credentials.
+
+
credentials(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
+
+
Set credentials.
+
+
credentialsForBasic(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
+
+
Set credentials that will be used for basic authentication only.
+
+
credentialsForBasic(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
+
+
Set credentials that will be used for basic authentication only.
+
+
credentialsForDigest(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
+
+
Set credentials that will be used for digest authentication only.
+
+
credentialsForDigest(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
+
+
Set credentials that will be used for digest authentication only.
+
+
CsrfProtectionFilter - Class in org.glassfish.jersey.client.filter
+
+
Simple client-side filter that adds X-Requested-By headers to all state-changing + request (i.e.
+
+
CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
+
+
Creates a new instance of the filter with X-Requested-By header value set to empty string.
+
+
CsrfProtectionFilter(String) - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
+
+
Initialized the filter with a desired value of the X-Requested-By header.
+
+
CustomProvidersFeature - Class in org.glassfish.jersey.client
+
+
Feature to provide the single-line registration of custom providers.
+
+
CustomProvidersFeature(Collection<Class<?>>) - Constructor for class org.glassfish.jersey.client.CustomProvidersFeature
+
+
Constructs Feature which is used to register providers as providers in Configuration.
+
+
+ + + +

D

+
+
DEFAULT_CHUNK_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
Default chunk size in HTTP chunk-encoded messages.
+
+
DEFAULT_EXPECT_100_CONTINUE_THRESHOLD_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
Default threshold size (64kb) after which which Expect:100-Continue header would be applied before + the main request.
+
+
DefaultSslContextProvider - Interface in org.glassfish.jersey.client.spi
+
+
Default SSLContext provider.
+
+
delete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
delete(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
delete(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
digest() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Create the http authentication feature in digest authentication mode initialized without default + credentials.
+
+
digest(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Create the http authentication feature in digest authentication mode initialized with credentials.
+
+
digest(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Create the http authentication feature in digest authentication mode initialized with credentials.
+
+
DIGEST_FILTER_QOP_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
The 'qop' (quality of protection) = {0} extension requested by the server is not supported by Jersey HttpDigestAuthFilter.
+
+
DIGESTAUTH_URI_CACHE_SIZELIMIT - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
The property defines the size of digest cache in the + HttpAuthenticationFeature.digest() digest filter}.
+
+
+ + + +

E

+
+
enableBuffering() - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Enable a buffering of serialized entity.
+
+
encoding(String) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Set message encoding.
+
+
EncodingFeature - Class in org.glassfish.jersey.client.filter
+
+
Feature that configures support for content encodings on the client side.
+
+
EncodingFeature(Class<?>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
+
+
Create a new instance of the feature.
+
+
EncodingFeature(String, Class<?>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
+
+
Create a new instance of the feature specifying the default value for the + ClientProperties.USE_ENCODING property.
+
+
EncodingFilter - Class in org.glassfish.jersey.client.filter
+
+
Client filter adding support for content encoding.
+
+
EncodingFilter() - Constructor for class org.glassfish.jersey.client.filter.EncodingFilter
+
 
+
equals(Object) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
equals(Object) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
+
 
+
ERROR_CLOSING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Error when closing the output stream.
+
+
ERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Error while committing the request output stream.
+
+
ERROR_DIGEST_FILTER_GENERATOR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Error during initialization of random generator of Digest authentication.
+
+
ERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Entity must be null for http method {0}.
+
+
ERROR_HTTP_METHOD_ENTITY_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Entity must not be null for http method {0}.
+
+
ERROR_LISTENER_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
ClientLifecycleListener {0} failed to close properly.
+
+
ERROR_LISTENER_INIT(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
ClientLifecycleListener {0} failed to initialize properly.
+
+
ERROR_PARAMETER_TYPE_PROCESSING(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Could not process parameter type {0}.
+
+
ERROR_REQUEST_CANCELLED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Request cancelled by the client call.
+
+
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Incorrect type of request instance {0}.
+
+
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Incorrect type of response instance {0}.
+
+
ERROR_SHUTDOWNHOOK_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Client shutdown hook {0} failed.
+
+
EXCEPTION_SUPPRESSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Exceptions were thrown.
+
+
executorService(ExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig
+
+
Register custom Jersey client async executor.
+
+
executorService(ExecutorService) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
Expect100ContinueFeature - Class in org.glassfish.jersey.client.http
+
 
+
Expect100ContinueFeature() - Constructor for class org.glassfish.jersey.client.http.Expect100ContinueFeature
+
 
+
EXPECT_100_CONTINUE - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
Allows for HTTP Expect:100-Continue being handled by the HttpUrlConnector (default Jersey + connector).
+
+
EXPECT_100_CONTINUE_THRESHOLD_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
Property for threshold size for content length after which Expect:100-Continue header would be applied + before the main request.
+
+
+ + + +

F

+
+
failure(Throwable) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
+
+
Invoked in case the asynchronous request invocation failed.
+
+
FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
If true then disable auto-discovery on the client.
+
+
filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
+
 
+
filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.EncodingFilter
+
 
+
FOLLOW_REDIRECTS - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
Automatic redirection.
+
+
+ + + +

G

+
+
get(Parameter) - Method in interface org.glassfish.jersey.client.inject.ParameterUpdaterProvider
+
+
Get the updater configured to update value of given parameter.
+
+
get() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
get(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
get(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
getAbortResponse() - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Get the request filter chain aborting response if set, or null otherwise.
+
+
getAccepted() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Get the accepted response media types.
+
+
getAcceptedLanguages() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Get acceptable languages.
+
+
getCacheControls() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Get the cache control data of the message.
+
+
getChunkType() - Method in class org.glassfish.jersey.client.ChunkedInput
+
+
Get chunk data media type.
+
+
getClasses() - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
getClient() - Method in class org.glassfish.jersey.client.ClientConfig
+
+
Get the parent Jersey client this configuration is bound to.
+
+
getClient() - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
getClientExecutor() - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
getClientResponse() - Method in exception org.glassfish.jersey.client.internal.ClientResponseProcessingException
+
+
Return a ClientResponse to be converted to Response to be put to a ResponseProcessingException.
+
+
getConfiguration() - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
getConfiguration() - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
getConfiguration() - Method in interface org.glassfish.jersey.client.Initializable
+
+
Get a live view of an internal client configuration state of this initializable instance.
+
+
getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
getConfiguration() - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
getConfiguration() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Get runtime configuration.
+
+
getConnection(URL) - Method in interface org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory
+
+
Get a HttpURLConnection for a given URL.
+
+
getConnection(URL, Proxy) - Method in interface org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory
+
+
Get a HttpURLConnection for a given URL.
+
+
getConnector() - Method in class org.glassfish.jersey.client.ClientConfig
+
+
Get the client transport connector.
+
+
getConnector(Client, Configuration) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
+
 
+
getConnector(Client, Configuration) - Method in class org.glassfish.jersey.client.spi.CachingConnectorProvider
+
 
+
getConnector(Client, Configuration) - Method in interface org.glassfish.jersey.client.spi.ConnectorProvider
+
+
Get a Jersey client connector instance for a given client instance + and Jersey client runtime configuration.
+
+
getConnectorProvider() - Method in class org.glassfish.jersey.client.ClientConfig
+
+
Get the client transport connector provider.
+
+
getContracts(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
getCookies() - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
getCookies() - Method in class org.glassfish.jersey.client.ClientResponse
+
 
+
getCookies() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Get any cookies that accompanied the request.
+
+
getDefaultSslContext() - Method in interface org.glassfish.jersey.client.spi.DefaultSslContextProvider
+
+
Get default SSLContext.
+
+
getDefaultValueString() - Method in interface org.glassfish.jersey.client.inject.ParameterUpdater
+
+
Default value (string) that will be used in case input value is not available.
+
+
getEncodings() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Get acceptable encodings.
+
+
getEntity() - Method in class org.glassfish.jersey.client.ClientResponse
+
+
Get the message entity Java instance.
+
+
getExecutorService() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
+
+
Return executorService service this reactive invoker was initialized with.
+
+
getExecutorService() - Method in class org.glassfish.jersey.client.ClientConfig
+
+
Get custom client executor service.
+
+
getExecutorService() - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
getHeader(String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Get the values of a HTTP request header.
+
+
getHeaders() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Get the mutable message headers multivalued map.
+
+
getHostnameVerifier() - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
getInjectionManager() - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
getInjectionManager() - Method in class org.glassfish.jersey.client.ClientResponse
+
 
+
getInjectionManager(ClientRequestContext) - Static method in class org.glassfish.jersey.client.InjectionManagerClientProvider
+
+
Extract and return injection manager from clientRequestContext.
+
+
getInjectionManager(ClientResponseContext) - Static method in class org.glassfish.jersey.client.InjectionManagerClientProvider
+
+
Extract and return injection manager from clientResponseContext.
+
+
getInstances() - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
getLinks() - Method in class org.glassfish.jersey.client.ClientResponse
+
 
+
getMethod() - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
getName() - Method in interface org.glassfish.jersey.client.inject.ParameterUpdater
+
+
Name of the parameter to be udpated
+
+
getName() - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
+
 
+
getName() - Method in interface org.glassfish.jersey.client.spi.Connector
+
+
Get name of current connector.
+
+
getParameterUpdaterProvider() - Method in class org.glassfish.jersey.client.ClientBootstrapBag
+
 
+
getParser() - Method in class org.glassfish.jersey.client.ChunkedInput
+
+
Get the underlying chunk parser.
+
+
getProperties() - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
getProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
getProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
getProperty(String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Returns the property with the given name registered in the current request/response + exchange context, or null if there is no property by that name.
+
+
getPropertyNames() - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
getPropertyNames() - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
getPropertyNames() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Returns an immutable collection containing the property names + available within the context of the current request/response exchange context.
+
+
getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Get reader interceptors of this request.
+
+
getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientResponse
+
 
+
getRequestContext() - Method in class org.glassfish.jersey.client.ClientResponse
+
+
Get the associated client request context paired with this response context.
+
+
getRequestHeader(String) - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
getRequestHeaders() - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
getResolvedRequestUri() - Method in class org.glassfish.jersey.client.ClientResponse
+
+
Get the absolute URI of the ultimate request made to receive this response.
+
+
getResponseContext() - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
+
+
If the ClientResponseContext has been available at the time of the Throwable occurrence, + such as when the PostInvocationInterceptor is processed, it will be available.
+
+
getRuntimeType() - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
getScheduledExecutorService() - Method in class org.glassfish.jersey.client.ClientConfig
+
+
Get custom client scheduled executor service.
+
+
getScheduledExecutorService() - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
getSslContext() - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
getStatus() - Method in class org.glassfish.jersey.client.ClientResponse
+
 
+
getStatusInfo() - Method in class org.glassfish.jersey.client.ClientResponse
+
 
+
getSyncInvoker() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
+
+
Return invocation builder this reactive invoker was initialized with.
+
+
getThrowables() - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
+
+
Get the mutable Deque of unhandled Throwables occurred during the request (including previous + PostInvocationInterceptor processing).
+
+
getUri() - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
getUri() - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
getUri() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Get the request URI.
+
+
getUriBuilder() - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.client.ClientProperties
+
+
Get the value of the specified property.
+
+
getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.client.ClientProperties
+
+
Get the value of the specified property.
+
+
getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.client.ClientProperties
+
+
Get the value of the specified property.
+
+
getWorkers() - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Get the message body workers associated with the request.
+
+
getWriterInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Get writer interceptors of this request.
+
+
+ + + +

H

+
+
hashCode() - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
hashCode() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
+
 
+
head() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
header(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
header(String, Object) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Add an arbitrary header.
+
+
HEADER_NAME - Static variable in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
+
+
Name of the header this filter will attach to the request.
+
+
headers(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
headers(MultivaluedMap<String, Object>) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Replaces all existing headers with the newly supplied headers.
+
+
hostnameVerifier(HostnameVerifier) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
HTTP_AUTHENTICATION_BASIC_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Key of the property that can be set into the client request + using ClientRequestContext.setProperty(String, Object) in order to override + the password for http basic authentication feature for the request.
+
+
HTTP_AUTHENTICATION_BASIC_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Key of the property that can be set into the client request + using ClientRequestContext.setProperty(String, Object) in order to override + the username for http basic authentication feature for the request.
+
+
HTTP_AUTHENTICATION_DIGEST_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Key of the property that can be set into the client request + using ClientRequestContext.setProperty(String, Object) in order to override + the password for http digest authentication feature for the request.
+
+
HTTP_AUTHENTICATION_DIGEST_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Key of the property that can be set into the client request + using ClientRequestContext.setProperty(String, Object) in order to override + the username for http digest authentication feature for the request.
+
+
HTTP_AUTHENTICATION_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Key of the property that can be set into the client request + using ClientRequestContext.setProperty(String, Object) in order to override + the password for http authentication feature for the request.
+
+
HTTP_AUTHENTICATION_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Key of the property that can be set into the client request + using ClientRequestContext.setProperty(String, Object) in order to override + the username for http authentication feature for the request.
+
+
HttpAuthenticationFeature - Class in org.glassfish.jersey.client.authentication
+
+
Features that provides Http Basic and Digest client authentication (based on RFC 2617).
+
+
HttpAuthenticationFeature.BasicBuilder - Interface in org.glassfish.jersey.client.authentication
+
+
Extension of HttpAuthenticationFeature.Builder + that builds the http authentication feature configured for basic authentication.
+
+
HttpAuthenticationFeature.Builder - Interface in org.glassfish.jersey.client.authentication
+
+
Builder that creates instances of HttpAuthenticationFeature.
+
+
HttpAuthenticationFeature.UniversalBuilder - Interface in org.glassfish.jersey.client.authentication
+
+
Extension of HttpAuthenticationFeature.Builder + that builds the http authentication feature configured in universal mode that supports + basic and digest authentication.
+
+
HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Detected non-empty entity on a HTTP GET request.
+
+
HttpUrlConnector - Class in org.glassfish.jersey.client.internal
+
+
Default client transport connector using HttpURLConnection.
+
+
HttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) - Constructor for class org.glassfish.jersey.client.internal.HttpUrlConnector
+
+
Create new HttpUrlConnector instance.
+
+
HttpUrlConnectorProvider - Class in org.glassfish.jersey.client
+
+
Default Jersey client connector provider + that provides connector instances which delegate HTTP requests to HttpURLConnection + for processing.
+
+
HttpUrlConnectorProvider() - Constructor for class org.glassfish.jersey.client.HttpUrlConnectorProvider
+
+
Create new HttpURLConnection-based Jersey client connector provider.
+
+
HttpUrlConnectorProvider.ConnectionFactory - Interface in org.glassfish.jersey.client
+
+
A factory for HttpURLConnection instances.
+
+
+ + + +

I

+
+
IGNORE_EXCEPTION_RESPONSE - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
Ignore a response in an exception thrown by the client API by not forwarding + it to this service's client.
+
+
IGNORED_ASYNC_THREADPOOL_SIZE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Zero or negative asynchronous thread pool size specified in the client configuration property: [{0}] Using default cached thread pool.
+
+
ignoreUserAgent() - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
+
+
ignoreUserAgent(boolean) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
+
+
Initializable<T extends Initializable<T>> - Interface in org.glassfish.jersey.client
+
+
Initializable Jersey client-side component.
+
+
InjectionManagerClientProvider - Class in org.glassfish.jersey.client
+
+
Extension of InjectionManagerProvider which contains helper static methods + that extract InjectionManager from client specific JAX-RS components.
+
+
InjectionManagerClientProvider() - Constructor for class org.glassfish.jersey.client.InjectionManagerClientProvider
+
 
+
INSTANCE - Static variable in class org.glassfish.jersey.client.ClientAsyncExecutorLiteral
+
+
An ClientAsyncExecutor annotation instance.
+
+
INSTANCE - Static variable in class org.glassfish.jersey.client.ClientBackgroundSchedulerLiteral
+
+
An ClientBackgroundScheduler annotation instance.
+
+
invocation(Link) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
InvocationBuilderListener - Interface in org.glassfish.jersey.client.spi
+
+
Implementations of this interface will be notified when a new Invocation.Builder + is created.
+
+
InvocationBuilderListener.InvocationBuilderContext - Interface in org.glassfish.jersey.client.spi
+
+
An Invocation.Builder subset of setter methods.
+
+
invoke() - Method in class org.glassfish.jersey.client.JerseyInvocation
+
 
+
invoke(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
+
 
+
invoke(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
+
 
+
isAsynchronous() - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Returns true if the request is called asynchronously using AsyncInvoker
+
+
isClosed() - Method in class org.glassfish.jersey.client.ChunkedInput
+
+
Check if the chunked input has been closed.
+
+
isClosed() - Method in class org.glassfish.jersey.client.JerseyClient
+
+
Check client state.
+
+
isDefaultSslContext() - Method in class org.glassfish.jersey.client.JerseyClient
+
+
Get information about used SSLContext.
+
+
isEnabled(Feature) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
isProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
isRegistered(Object) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
isRegistered(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
+ + + +

J

+
+
JerseyClient - Class in org.glassfish.jersey.client
+
+
Jersey implementation of JAX-RS Client + contract.
+
+
JerseyClient() - Constructor for class org.glassfish.jersey.client.JerseyClient
+
+
Create a new Jersey client instance using a default configuration.
+
+
JerseyClient(Configuration, SSLContext, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
+
+
Create a new Jersey client instance.
+
+
JerseyClient(Configuration, SSLContext, HostnameVerifier, DefaultSslContextProvider) - Constructor for class org.glassfish.jersey.client.JerseyClient
+
+
Create a new Jersey client instance.
+
+
JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
+
+
Create a new Jersey client instance.
+
+
JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier, DefaultSslContextProvider) - Constructor for class org.glassfish.jersey.client.JerseyClient
+
+
Create a new Jersey client instance.
+
+
JerseyClientBuilder - Class in org.glassfish.jersey.client
+
+
Jersey provider of JAX-RS client builder.
+
+
JerseyClientBuilder() - Constructor for class org.glassfish.jersey.client.JerseyClientBuilder
+
+
Create new Jersey client builder instance.
+
+
JerseyCompletionStageRxInvoker - Class in org.glassfish.jersey.client
+
+
Implementation of Reactive Invoker for CompletionStage.
+
+
JerseyInvocation - Class in org.glassfish.jersey.client
+
+
Jersey implementation of JAX-RS client-side + request invocation contract.
+
+
JerseyInvocation.Builder - Class in org.glassfish.jersey.client
+
+
Jersey-specific client invocation builder.
+
+
JerseyWebTarget - Class in org.glassfish.jersey.client
+
+
Jersey implementation of JAX-RS client target + contract.
+
+
JerseyWebTarget(UriBuilder, JerseyWebTarget) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
+
+
Create new web target instance.
+
+
JerseyWebTarget(UriBuilder, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
+
+
Create new web target instance.
+
+
JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
If true then disable configuration of Json Processing (JSR-353) + feature on client.
+
+
+ + + +

K

+
+
keyStore(KeyStore, char[]) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
+ + + +

L

+
+
language(String) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Set message language.
+
+
language(Locale) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Set message language.
+
+
loadFrom(Configuration) - Method in class org.glassfish.jersey.client.ClientConfig
+
+
Load the internal configuration state from an externally provided configuration state.
+
+
localizableAUTHENTICATION_CREDENTIALS_MISSING_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableAUTHENTICATION_CREDENTIALS_MISSING_DIGEST() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableAUTHENTICATION_CREDENTIALS_NOT_PROVIDED_BASIC() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableAUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCHUNKED_INPUT_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCHUNKED_INPUT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCLIENT_INSTANCE_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCLIENT_INVOCATION_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCLIENT_RESPONSE_RESOLVED_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCLIENT_RESPONSE_STATUS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCLIENT_RX_PROVIDER_NOT_REGISTERED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCLIENT_RX_PROVIDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCLIENT_TARGET_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCLIENT_URI_BUILDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCLIENT_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCLIENT_URI_TEMPLATE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableCOLLECTION_UPDATER_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableDIGEST_FILTER_QOP_UNSUPPORTED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableERROR_CLOSING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableERROR_DIGEST_FILTER_GENERATOR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableERROR_HTTP_METHOD_ENTITY_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableERROR_LISTENER_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableERROR_LISTENER_INIT(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableERROR_PARAMETER_TYPE_PROCESSING(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableERROR_REQUEST_CANCELLED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableERROR_SHUTDOWNHOOK_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableEXCEPTION_SUPPRESSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableIGNORED_ASYNC_THREADPOOL_SIZE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableNEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableNEGATIVE_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableNULL_CONNECTOR_PROVIDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableNULL_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableNULL_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableNULL_INVOCATION_BUILDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableNULL_KEYSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableNULL_KEYSTORE_PASWORD() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableNULL_SCHEDULED_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableNULL_SSL_CONTEXT() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableNULL_TRUSTSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizablePOSTINVOCATION_INTERCEPTOR_EXCEPTION() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizablePOSTINVOCATION_INTERCEPTOR_MULTIPLE_RESOLVES() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizablePOSTINVOCATION_INTERCEPTOR_RESOLVE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizablePREINVOCATION_INTERCEPTOR_ABORT_WITH() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizablePREINVOCATION_INTERCEPTOR_EXCEPTION() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizablePREINVOCATION_INTERCEPTOR_MULTIPLE_ABORTIONS() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableREQUEST_ENTITY_ALREADY_WRITTEN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableREQUEST_ENTITY_WRITER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableRESPONSE_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableRESTRICTED_HEADER_POSSIBLY_IGNORED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableRESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableRESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableUSE_ENCODING_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableUSING_FIXED_ASYNC_THREADPOOL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
localizableWRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
LocalizationMessages - Class in org.glassfish.jersey.client.internal
+
+
Defines string formatting method for each constant in the resource file
+
+
LocalizationMessages() - Constructor for class org.glassfish.jersey.client.internal.LocalizationMessages
+
 
+
+ + + +

M

+
+
matrixParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
If true then disable META-INF/services lookup on client.
+
+
method(String) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
+
 
+
method(String, Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
+
 
+
method(String, GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
+
 
+
method(String, Entity<?>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
+
 
+
method(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
method(String, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
method(String, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
method(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
method(String, Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
method(String, Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
If true then disable configuration of MOXy Json feature on + client.
+
+
+ + + +

N

+
+
NEGATIVE_CHUNK_SIZE(Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Negative chunked HTTP transfer coding chunk size value specified in the client configuration property: [{0}] Reverting to programmatically set default: [{1}]
+
+
NEGATIVE_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
"Input parameter {0} must not be negative."
+
+
nonPreemptive() - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BasicBuilder
+
+
Configure the builder to create features in non-preemptive basic authentication mode.
+
+
NULL_CONNECTOR_PROVIDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
ConnectorProvider must not be set to null.
+
+
NULL_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
ExecutorService must not be set to null.
+
+
NULL_INPUT_PARAMETER(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Input method parameter {0} must not be null.
+
+
NULL_INVOCATION_BUILDER() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Invocation builder must not be null.
+
+
NULL_KEYSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Custom key store, if set, must not be null.
+
+
NULL_KEYSTORE_PASWORD() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Custom key store password must not be null.
+
+
NULL_SCHEDULED_EXECUTOR_SERVICE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
ScheduledExecutorService must not be set to null.
+
+
NULL_SSL_CONTEXT() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Custom client SSL context, if set, must not be null.
+
+
NULL_TRUSTSTORE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Custom trust store, if set, must not be null.
+
+
+ + + +

O

+
+
onClose() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
+
+
Invoked when the client instance is closed.
+
+
onException(ClientRequestContext, PostInvocationInterceptor.ExceptionContext) - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor
+
+
The method is invoked after a Throwable is caught during the client request chain processing.
+
+
onInit() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
+
+
Invoked when a new runtime is initialized for the client instance.
+
+
onNewBuilder(ClientBuilder) - Method in interface org.glassfish.jersey.client.spi.ClientBuilderListener
+
 
+
onNewBuilder(InvocationBuilderListener.InvocationBuilderContext) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener
+
+
Whenever an Invocation.Builder is created, (i.e.
+
+
options() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
options(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
options(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
org.glassfish.jersey.client - package org.glassfish.jersey.client
+
+
Jersey client-side classes.
+
+
org.glassfish.jersey.client.authentication - package org.glassfish.jersey.client.authentication
+
+
Provides core client authentication mechanisms.
+
+
org.glassfish.jersey.client.filter - package org.glassfish.jersey.client.filter
+
+
Provides core client filters.
+
+
org.glassfish.jersey.client.http - package org.glassfish.jersey.client.http
+
 
+
org.glassfish.jersey.client.inject - package org.glassfish.jersey.client.inject
+
 
+
org.glassfish.jersey.client.innate - package org.glassfish.jersey.client.innate
+
+
Jersey client MOST INTERNAL classes/interfaces.
+
+
org.glassfish.jersey.client.internal - package org.glassfish.jersey.client.internal
+
+
Jersey client-side internal classes.
+
+
org.glassfish.jersey.client.spi - package org.glassfish.jersey.client.spi
+
+
Jersey client SPI classes/interfaces.
+
+
OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
An integer value that defines the buffer size used to buffer client-side + request entity in order to determine its size and set the value of HTTP + "Content-Length" header.
+
+
+ + + +

P

+
+
ParameterUpdater<T,R> - Interface in org.glassfish.jersey.client.inject
+
+
Provider that converts the an object of a custom Java type + values to String / Collection<String>> type
+
+
ParameterUpdaterProvider - Interface in org.glassfish.jersey.client.inject
+
+
Provider of parameter updater.
+
+
password - Variable in class org.glassfish.jersey.client.innate.ClientProxy
+
 
+
password() - Method in class org.glassfish.jersey.client.innate.ClientProxy
+
 
+
path(String) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
post(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
post(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
post(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
POSTINVOCATION_INTERCEPTOR_EXCEPTION() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
PostInvocationInterceptor threw exception.
+
+
POSTINVOCATION_INTERCEPTOR_MULTIPLE_RESOLVES() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
ExceptionContext#resolve has been utilized multiple times.
+
+
POSTINVOCATION_INTERCEPTOR_RESOLVE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
ExceptionContext#resolve has been utilized.
+
+
PostInvocationInterceptor - Interface in org.glassfish.jersey.client.spi
+
+
The interceptor of a client request invocation that is executed after the request invocation itself, i.e.
+
+
PostInvocationInterceptor.ExceptionContext - Interface in org.glassfish.jersey.client.spi
+
+
The context providing information when the Throwable (typically, the RuntimeException) is caught.
+
+
preInitialize() - Method in interface org.glassfish.jersey.client.Initializable
+
+
Pre-initializes the runtime and runtime configuration of this component + in order to improve performance during the first request.
+
+
preInitialize() - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
preInitialize() - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
PREINVOCATION_INTERCEPTOR_ABORT_WITH() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
PreInvocationInterceptor utilized ClientRequestContext#abortWith.
+
+
PREINVOCATION_INTERCEPTOR_EXCEPTION() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
PreInvocationInterceptor threw exception.
+
+
PREINVOCATION_INTERCEPTOR_MULTIPLE_ABORTIONS() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
ClientRequestContext#abortWith has been utilized multiple times.
+
+
PreInvocationInterceptor - Interface in org.glassfish.jersey.client.spi
+
+
The interceptor of a client request invocation that is executed before the invocation itself, i.e.
+
+
property(String, Object) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation
+
 
+
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
property(String, Object) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Set a new property in the context of a request represented by this invocation builder.
+
+
proxy(Proxy) - Static method in class org.glassfish.jersey.client.innate.ClientProxy
+
 
+
proxy() - Method in class org.glassfish.jersey.client.innate.ClientProxy
+
 
+
PROXY_PASSWORD - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
The property defines a user password which will be used for HTTP proxy authentication.
+
+
PROXY_URI - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
The property defines a URI of a HTTP proxy the client connector should use.
+
+
PROXY_USERNAME - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
The property defines a user name which will be used for HTTP proxy authentication.
+
+
proxyFromConfiguration(Configuration) - Static method in class org.glassfish.jersey.client.innate.ClientProxy
+
 
+
proxyFromProperties(URI) - Static method in class org.glassfish.jersey.client.innate.ClientProxy
+
 
+
proxyFromRequest(ClientRequest) - Static method in class org.glassfish.jersey.client.innate.ClientProxy
+
 
+
put(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
put(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
put(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
+ + + +

Q

+
+
QUERY_PARAM_STYLE - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
The property defines the desired format of query parameters.
+
+
queryParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
+ + + +

R

+
+
read() - Method in class org.glassfish.jersey.client.ChunkedInput
+
+
Read next chunk from the response stream and convert it to a Java instance + using the chunk media type.
+
+
READ_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
Read timeout interval, in milliseconds.
+
+
readChunk(InputStream) - Method in interface org.glassfish.jersey.client.ChunkParser
+
+
Invoked by ChunkedInput to get the data for + the next chunk.
+
+
readEntity(Class<T>) - Method in class org.glassfish.jersey.client.ClientResponse
+
+
Read the message entity input stream as an instance of specified Java type + using a MessageBodyReader that supports mapping the + message entity stream onto the requested type.
+
+
readEntity(GenericType<T>) - Method in class org.glassfish.jersey.client.ClientResponse
+
+
Read the message entity input stream as an instance of specified Java type + using a MessageBodyReader that supports mapping the + message entity stream onto the requested type.
+
+
readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
+
+
Read the message entity input stream as an instance of specified Java type + using a MessageBodyReader that supports mapping the + message entity stream onto the requested type.
+
+
readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
+
+
Read the message entity input stream as an instance of specified Java type + using a MessageBodyReader that supports mapping the + message entity stream onto the requested type.
+
+
readTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
register(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
register(Object) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
register(Class<?>, int) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
register(Object, int) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
+
 
+
register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
register(Object) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
register(Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
register(Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
register(Object, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
removeProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
removeProperty(String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
+
+
Removes a property with the given name from the current request/response + exchange context.
+
+
request() - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
request(String...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
request(MediaType...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
REQUEST_ENTITY_ALREADY_WRITTEN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
The entity was already written in this request.
+
+
REQUEST_ENTITY_PROCESSING - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
The property specified how the entity should be serialized to the output stream by the + connector; if the buffering + should be used or the entity is streamed in chunked encoding.
+
+
REQUEST_ENTITY_WRITER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
The entity of the client request is null.
+
+
RequestAuthenticationException - Exception in org.glassfish.jersey.client.authentication
+
+
Exception thrown by security request authentication.
+
+
RequestAuthenticationException(Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
+
+
Creates new instance of this exception with exception cause.
+
+
RequestAuthenticationException(String) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
+
+
Creates new instance of this exception with exception message.
+
+
RequestAuthenticationException(String, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
+
+
Creates new instance of this exception with exception message and exception cause.
+
+
RequestEntityProcessing - Enum in org.glassfish.jersey.client
+
+
Defines values for the ClientProperties.REQUEST_ENTITY_PROCESSING property.
+
+
RequestProcessingInitializationStage - Class in org.glassfish.jersey.client
+
+
Function that can be put to an acceptor chain to properly initialize + the client-side request-scoped processing injection for the current + request and response exchange.
+
+
RequestProcessingInitializationStage(Provider<Ref<ClientRequest>>, MessageBodyWorkers, InjectionManager) - Constructor for class org.glassfish.jersey.client.RequestProcessingInitializationStage
+
+
Create new MessageBodyWorkers initialization function + for requests and responses.
+
+
resolve(Response) - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
+
+
Resolve the Throwables with a provided Response.
+
+
resolveProperty(String, Class<T>) - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
resolveProperty(String, T) - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
resolveTemplate(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
resolveTemplates(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
response(ClientResponse) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
+
+
Invoked when a response for the asynchronously invoked request is available.
+
+
RESPONSE_TO_EXCEPTION_CONVERSION_FAILED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Failed to convert a response into an exception.
+
+
RESPONSE_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Requested response type is null.
+
+
ResponseAuthenticationException - Exception in org.glassfish.jersey.client.authentication
+
+
Exception thrown by security response authentication.
+
+
ResponseAuthenticationException(Response, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
+
+
Creates new instance of this exception with exception cause.
+
+
ResponseAuthenticationException(Response, String) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
+
+
Creates new instance of this exception with exception message.
+
+
ResponseAuthenticationException(Response, String, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
+
+
Creates new instance of this exception with exception message and exception cause.
+
+
RESTRICTED_HEADER_POSSIBLY_IGNORED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Attempt to send restricted header(s) while the [{0}] system property not set.
+
+
RESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Restricted headers are not enabled using [{0}] system property (setting only takes effect on connections created after the property has been set/changed).
+
+
RESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Restricted headers are enabled using [{0}] system property(setting only takes effect onconnections created after the property has been set/changed).
+
+
rx() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
rx(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
+ + + +

S

+
+
schedule(Callable<T>, long, TimeUnit) - Method in interface org.glassfish.jersey.client.ClientExecutor
+
+
Creates and executes a ScheduledFuture that becomes enabled after the given delay.
+
+
schedule(Runnable, long, TimeUnit) - Method in interface org.glassfish.jersey.client.ClientExecutor
+
+
Creates and executes a one-shot action that becomes enabled after the given delay.
+
+
scheduledExecutorService(ScheduledExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig
+
+
Register custom Jersey client scheduler.
+
+
scheduledExecutorService(ScheduledExecutorService) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
secureConnection(JerseyClient, HttpURLConnection) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
+
+
Secure connection if necessary.
+
+
SET_METHOD_WORKAROUND - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
+
+
A value of true declares that the client will try to set + unsupported HTTP method to HttpURLConnection via + reflection.
+
+
setBasicAuthorizationHeader(MultivaluedMap<String, Object>, ClientProxy) - Static method in class org.glassfish.jersey.client.innate.ClientProxy
+
 
+
setChunkType(MediaType) - Method in class org.glassfish.jersey.client.ChunkedInput
+
+
Set custom chunk data media type.
+
+
setChunkType(String) - Method in class org.glassfish.jersey.client.ChunkedInput
+
+
Set custom chunk data media type from a string value.
+
+
setMethod(String) - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
setParameterUpdaterProvider(ParameterUpdaterProvider) - Method in class org.glassfish.jersey.client.ClientBootstrapBag
+
 
+
setParser(ChunkParser) - Method in class org.glassfish.jersey.client.ChunkedInput
+
+
Set new chunk parser.
+
+
setProperty(String, Object) - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
setResolvedRequestUri(URI) - Method in class org.glassfish.jersey.client.ClientResponse
+
+
Set the absolute URI of the ultimate request that was made to receive this response.
+
+
setStatus(int) - Method in class org.glassfish.jersey.client.ClientResponse
+
 
+
setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.client.ClientResponse
+
 
+
setUri(URI) - Method in class org.glassfish.jersey.client.ClientRequest
+
 
+
setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Set the message body workers associated with the request.
+
+
sslContext(SSLContext) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
submit(Callable<T>) - Method in interface org.glassfish.jersey.client.ClientExecutor
+
+
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
+
+
submit(Runnable) - Method in interface org.glassfish.jersey.client.ClientExecutor
+
+
Submits a Runnable task for execution and returns a Future representing that task.
+
+
submit(Runnable, T) - Method in interface org.glassfish.jersey.client.ClientExecutor
+
+
Submits a Runnable task for execution and returns a Future representing that task.
+
+
submit() - Method in class org.glassfish.jersey.client.JerseyInvocation
+
 
+
submit(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
+
 
+
submit(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
+
 
+
submit(InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
+
 
+
submit(GenericType<T>, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
+
+
Submit the request for an asynchronous invocation and register an + InvocationCallback to process the future result of the invocation.
+
+
SUPPRESS_HTTP_COMPLIANCE_VALIDATION - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
If true, the strict validation of HTTP specification compliance + will be suppressed.
+
+
+ + + +

T

+
+
target(String) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
target(URI) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
target(UriBuilder) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
target(Link) - Method in class org.glassfish.jersey.client.JerseyClient
+
 
+
toString() - Method in class org.glassfish.jersey.client.ClientResponse
+
 
+
toString() - Method in class org.glassfish.jersey.client.JerseyInvocation
+
 
+
toString() - Method in class org.glassfish.jersey.client.JerseyWebTarget
+
 
+
trace() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
trace(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
trace(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
+
 
+
trustStore(KeyStore) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
type(MediaType) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Set message content type.
+
+
type(String) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Set message content type.
+
+
type() - Method in class org.glassfish.jersey.client.innate.ClientProxy
+
 
+
+ + + +

U

+
+
UNEXPECTED_ERROR_RESPONSE_PROCESSING() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Unexpected error during response processing.
+
+
universal(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Create the http authentication feature in combined mode supporting both, + basic and digest authentication.
+
+
universal(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Create the http authentication feature in combined mode supporting both, + basic and digest authentication.
+
+
universalBuilder() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
+
+
Create the builder that builds http authentication feature in combined mode supporting both, + basic and digest authentication.
+
+
update(T) - Method in interface org.glassfish.jersey.client.inject.ParameterUpdater
+
+
Update the value using ParamConverter#toString (and using + the configured default value)
+
+
uri() - Method in class org.glassfish.jersey.client.innate.ClientProxy
+
 
+
USE_ENCODING - Static variable in class org.glassfish.jersey.client.ClientProperties
+
+
If EncodingFilter is + registered, this property indicates the value of Content-Encoding + property the filter should be adding.
+
+
USE_ENCODING_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Value {1} of {0} client property will be ignored as it is not a valid supported encoding.
+
+
USE_FIXED_LENGTH_STREAMING - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
+
+
If true, the HttpUrlConnector (if used) will assume the content length + from the value of "Content-Length" request + header (if present).
+
+
useFixedLengthStreaming() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
+
+
Instruct the provided connectors to use the fixed-length streaming mode on the underlying HTTP URL connection instance when sending requests.
+
+
userName - Variable in class org.glassfish.jersey.client.innate.ClientProxy
+
 
+
userName() - Method in class org.glassfish.jersey.client.innate.ClientProxy
+
 
+
useSetMethodWorkaround() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
+
+
Instruct the provided connectors to use reflection when setting the + HTTP method value.See HttpUrlConnectorProvider.SET_METHOD_WORKAROUND property documentation for more details.
+
+
USING_FIXED_ASYNC_THREADPOOL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
Using fixed-size thread pool of size [{0}] for asynchronous client invocations.
+
+
+ + + +

V

+
+
valueOf(String) - Static method in enum org.glassfish.jersey.client.RequestEntityProcessing
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum org.glassfish.jersey.client.RequestEntityProcessing
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
variant(Variant) - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Set message content variant (type, language and encoding).
+
+
+ + + +

W

+
+
withConfig(Configuration) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
+
 
+
withCustomThreshold(long) - Static method in class org.glassfish.jersey.client.http.Expect100ContinueFeature
+
+
Creates Expect100ContinueFeature with custom (not default) threshold size for content length.
+
+
writeEntity() - Method in class org.glassfish.jersey.client.ClientRequest
+
+
Write (serialize) the entity set in this request into the entity stream.
+
+
WRONG_PROXY_URI_TYPE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
+
+
The proxy URI ("{0}") property MUST be an instance of String or URI.
+
+
+A B C D E F G H I J K L M N O P Q R S T U V W 
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/index.html b/project-info/3.0.8/jersey/jersey-client/apidocs/index.html new file mode 100644 index 000000000..78d96fe15 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/index.html @@ -0,0 +1,76 @@ + + + + + + +Jersey 3.0.8 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/AbstractRxInvoker.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/AbstractRxInvoker.html new file mode 100644 index 000000000..60799a2ae --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/AbstractRxInvoker.html @@ -0,0 +1,692 @@ + + + + + + +AbstractRxInvoker (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class AbstractRxInvoker<T>

+
+
+ +
+
    +
  • +
    +
    Type Parameters:
    +
    T - the asynchronous/event-based completion aware type. The given type should be parametrized with the actual + response type.
    +
    +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.client.RxInvoker<T>
    +
    +
    +
    +
    public abstract class AbstractRxInvoker<T>
    +extends Object
    +implements jakarta.ws.rs.client.RxInvoker<T>
    +
    Default implementation of reactive invoker. Extensions of this class are + supposed to implement method(String, Entity, Class) and + method(String, Entity, GenericType) methods to which implementations of the rest + of the methods from the contract delegate to.
    +
    +
    Since:
    +
    2.26
    +
    Author:
    +
    Michal Gajdos
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AbstractRxInvoker(jakarta.ws.rs.client.SyncInvoker syncInvoker, + ExecutorService executor) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      Tdelete() 
      <R> Tdelete(Class<R> responseType) 
      <R> Tdelete(jakarta.ws.rs.core.GenericType<R> responseType) 
      Tget() 
      <R> Tget(Class<R> responseType) 
      <R> Tget(jakarta.ws.rs.core.GenericType<R> responseType) 
      protected ExecutorServicegetExecutorService() +
      Return executorService service this reactive invoker was initialized with.
      +
      protected jakarta.ws.rs.client.SyncInvokergetSyncInvoker() +
      Return invocation builder this reactive invoker was initialized with.
      +
      Thead() 
      Tmethod(String name) 
      <R> Tmethod(String name, + Class<R> responseType) 
      Tmethod(String name, + jakarta.ws.rs.client.Entity<?> entity) 
      abstract <R> Tmethod(String name, + jakarta.ws.rs.client.Entity<?> entity, + Class<R> responseType) 
      abstract <R> Tmethod(String name, + jakarta.ws.rs.client.Entity<?> entity, + jakarta.ws.rs.core.GenericType<R> responseType) 
      <R> Tmethod(String name, + jakarta.ws.rs.core.GenericType<R> responseType) 
      Toptions() 
      <R> Toptions(Class<R> responseType) 
      <R> Toptions(jakarta.ws.rs.core.GenericType<R> responseType) 
      Tpost(jakarta.ws.rs.client.Entity<?> entity) 
      <R> Tpost(jakarta.ws.rs.client.Entity<?> entity, + Class<R> clazz) 
      <R> Tpost(jakarta.ws.rs.client.Entity<?> entity, + jakarta.ws.rs.core.GenericType<R> type) 
      Tput(jakarta.ws.rs.client.Entity<?> entity) 
      <R> Tput(jakarta.ws.rs.client.Entity<?> entity, + Class<R> clazz) 
      <R> Tput(jakarta.ws.rs.client.Entity<?> entity, + jakarta.ws.rs.core.GenericType<R> type) 
      Ttrace() 
      <R> Ttrace(Class<R> responseType) 
      <R> Ttrace(jakarta.ws.rs.core.GenericType<R> responseType) 
      + +
        +
      • + + +

        Methods inherited from interface jakarta.ws.rs.client.RxInvoker

        +delete, delete, delete, get, get, get, head, method, method, options, options, options, post, post, post, put, put, put, trace, trace, trace
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractRxInvoker

        +
        public AbstractRxInvoker(jakarta.ws.rs.client.SyncInvoker syncInvoker,
        +                         ExecutorService executor)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSyncInvoker

        +
        protected jakarta.ws.rs.client.SyncInvoker getSyncInvoker()
        +
        Return invocation builder this reactive invoker was initialized with.
        +
        +
        Returns:
        +
        non-null invocation builder.
        +
        +
      • +
      + + + +
        +
      • +

        getExecutorService

        +
        protected ExecutorService getExecutorService()
        +
        Return executorService service this reactive invoker was initialized with.
        +
        +
        Returns:
        +
        executorService service instance or null.
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public T method(String name)
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.RxInvoker<T>
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public <R> T method(String name,
        +                    Class<R> responseType)
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.RxInvoker<T>
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public <R> T method(String name,
        +                    jakarta.ws.rs.core.GenericType<R> responseType)
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.RxInvoker<T>
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public T method(String name,
        +                jakarta.ws.rs.client.Entity<?> entity)
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.RxInvoker<T>
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get()
        +
      • +
      + + + +
        +
      • +

        get

        +
        public <R> T get(Class<R> responseType)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public <R> T get(jakarta.ws.rs.core.GenericType<R> responseType)
        +
      • +
      + + + +
        +
      • +

        put

        +
        public T put(jakarta.ws.rs.client.Entity<?> entity)
        +
      • +
      + + + +
        +
      • +

        put

        +
        public <R> T put(jakarta.ws.rs.client.Entity<?> entity,
        +                 Class<R> clazz)
        +
      • +
      + + + +
        +
      • +

        put

        +
        public <R> T put(jakarta.ws.rs.client.Entity<?> entity,
        +                 jakarta.ws.rs.core.GenericType<R> type)
        +
      • +
      + + + +
        +
      • +

        post

        +
        public T post(jakarta.ws.rs.client.Entity<?> entity)
        +
      • +
      + + + +
        +
      • +

        post

        +
        public <R> T post(jakarta.ws.rs.client.Entity<?> entity,
        +                  Class<R> clazz)
        +
      • +
      + + + +
        +
      • +

        post

        +
        public <R> T post(jakarta.ws.rs.client.Entity<?> entity,
        +                  jakarta.ws.rs.core.GenericType<R> type)
        +
      • +
      + + + +
        +
      • +

        delete

        +
        public T delete()
        +
      • +
      + + + +
        +
      • +

        delete

        +
        public <R> T delete(Class<R> responseType)
        +
      • +
      + + + +
        +
      • +

        delete

        +
        public <R> T delete(jakarta.ws.rs.core.GenericType<R> responseType)
        +
      • +
      + + + +
        +
      • +

        head

        +
        public T head()
        +
      • +
      + + + +
        +
      • +

        options

        +
        public T options()
        +
      • +
      + + + +
        +
      • +

        options

        +
        public <R> T options(Class<R> responseType)
        +
      • +
      + + + +
        +
      • +

        options

        +
        public <R> T options(jakarta.ws.rs.core.GenericType<R> responseType)
        +
      • +
      + + + +
        +
      • +

        trace

        +
        public T trace()
        +
      • +
      + + + +
        +
      • +

        trace

        +
        public <R> T trace(Class<R> responseType)
        +
      • +
      + + + +
        +
      • +

        trace

        +
        public <R> T trace(jakarta.ws.rs.core.GenericType<R> responseType)
        +
      • +
      + + + +
        +
      • +

        method

        +
        public abstract <R> T method(String name,
        +                             jakarta.ws.rs.client.Entity<?> entity,
        +                             Class<R> responseType)
        +
      • +
      + + + +
        +
      • +

        method

        +
        public abstract <R> T method(String name,
        +                             jakarta.ws.rs.client.Entity<?> entity,
        +                             jakarta.ws.rs.core.GenericType<R> responseType)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ChunkParser.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ChunkParser.html new file mode 100644 index 000000000..432c4b99b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ChunkParser.html @@ -0,0 +1,259 @@ + + + + + + +ChunkParser (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Interface ChunkParser

+
+
+
+
    +
  • +
    +
    +
    public interface ChunkParser
    +
    Chunk data parser. + + Implementations of this interface are used by a ChunkedInput + instance for parsing response entity input stream into chunks. +

    + Chunk parsers are expected to read data from the response entity input stream + until a non-empty data chunk is fully read and then return the chunk data back + to the ChunkedInput instance for further + processing (i.e. conversion into a specific Java type). +

    +

    + Chunk parsers are typically expected to skip any empty chunks (the chunks that do + not contain any data) or any control meta-data associated with chunks, however it + is not a hard requirement to do so. The decision depends on the knowledge of which + MessageBodyReader implementation is selected for de-serialization + of the chunk data. +

    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readChunk

        +
        byte[] readChunk(InputStream responseStream)
        +          throws IOException
        +
        Invoked by ChunkedInput to get the data for + the next chunk.
        +
        +
        Parameters:
        +
        responseStream - response entity input stream.
        +
        Returns:
        +
        next chunk data represented as an array of bytes, or null + if no more chunks are available.
        +
        Throws:
        +
        IOException - in case reading from the response entity fails.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ChunkedInput.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ChunkedInput.html new file mode 100644 index 000000000..3627943a6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ChunkedInput.html @@ -0,0 +1,601 @@ + + + + + + +ChunkedInput (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class ChunkedInput<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.core.GenericType<T>
    • +
    • +
        +
      • org.glassfish.jersey.client.ChunkedInput<T>
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    Type Parameters:
    +
    T - chunk type.
    +
    +
    +
    All Implemented Interfaces:
    +
    Closeable, AutoCloseable
    +
    +
    +
    +
    public class ChunkedInput<T>
    +extends jakarta.ws.rs.core.GenericType<T>
    +implements Closeable
    +
    Response entity type used for receiving messages in "typed" chunks. +

    + This data type is useful for consuming partial responses from large or continuous data + input streams.

    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected ChunkedInput(Type chunkType, + InputStream inputStream, + Annotation[] annotations, + jakarta.ws.rs.core.MediaType mediaType, + jakarta.ws.rs.core.MultivaluedMap<String,String> headers, + org.glassfish.jersey.message.MessageBodyWorkers messageBodyWorkers, + org.glassfish.jersey.internal.PropertiesDelegate propertiesDelegate) +
      Package-private constructor used by the ChunkedInputReader.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclose() 
      static ChunkParsercreateMultiParser(String... boundaries) +
      Create a new chunk multi-parser that will split the response entity input stream + based on multiple fixed boundary strings.
      +
      static ChunkParsercreateParser(byte[] boundary) +
      Create new chunk parser that will split the response entity input stream + based on a fixed boundary sequence of bytes.
      +
      static ChunkParsercreateParser(String boundary) +
      Create new chunk parser that will split the response entity input stream + based on a fixed boundary string.
      +
      jakarta.ws.rs.core.MediaTypegetChunkType() +
      Get chunk data media type.
      +
      ChunkParsergetParser() +
      Get the underlying chunk parser.
      +
      booleanisClosed() +
      Check if the chunked input has been closed.
      +
      Tread() +
      Read next chunk from the response stream and convert it to a Java instance + using the chunk media type.
      +
      voidsetChunkType(jakarta.ws.rs.core.MediaType mediaType) +
      Set custom chunk data media type.
      +
      voidsetChunkType(String mediaType) +
      Set custom chunk data media type from a string value.
      +
      voidsetParser(ChunkParser parser) +
      Set new chunk parser.
      +
      +
        +
      • + + +

        Methods inherited from class jakarta.ws.rs.core.GenericType

        +equals, forInstance, getRawType, getType, hashCode, toString
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ChunkedInput

        +
        protected ChunkedInput(Type chunkType,
        +                       InputStream inputStream,
        +                       Annotation[] annotations,
        +                       jakarta.ws.rs.core.MediaType mediaType,
        +                       jakarta.ws.rs.core.MultivaluedMap<String,String> headers,
        +                       org.glassfish.jersey.message.MessageBodyWorkers messageBodyWorkers,
        +                       org.glassfish.jersey.internal.PropertiesDelegate propertiesDelegate)
        +
        Package-private constructor used by the ChunkedInputReader.
        +
        +
        Parameters:
        +
        chunkType - chunk type.
        +
        inputStream - response input stream.
        +
        annotations - annotations associated with response entity.
        +
        mediaType - response entity media type.
        +
        headers - response headers.
        +
        messageBodyWorkers - message body workers.
        +
        propertiesDelegate - properties delegate for this request/response.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createParser

        +
        public static ChunkParser createParser(String boundary)
        +
        Create new chunk parser that will split the response entity input stream + based on a fixed boundary string.
        +
        +
        Parameters:
        +
        boundary - chunk boundary.
        +
        Returns:
        +
        new fixed boundary string-based chunk parser.
        +
        +
      • +
      + + + +
        +
      • +

        createParser

        +
        public static ChunkParser createParser(byte[] boundary)
        +
        Create new chunk parser that will split the response entity input stream + based on a fixed boundary sequence of bytes.
        +
        +
        Parameters:
        +
        boundary - chunk boundary.
        +
        Returns:
        +
        new fixed boundary sequence-based chunk parser.
        +
        +
      • +
      + + + +
        +
      • +

        createMultiParser

        +
        public static ChunkParser createMultiParser(String... boundaries)
        +
        Create a new chunk multi-parser that will split the response entity input stream + based on multiple fixed boundary strings.
        +
        +
        Parameters:
        +
        boundaries - chunk boundaries.
        +
        Returns:
        +
        new fixed boundary string-based chunk parser.
        +
        +
      • +
      + + + +
        +
      • +

        getParser

        +
        public ChunkParser getParser()
        +
        Get the underlying chunk parser. +

        + Note: Access to internal chunk parser is not a thread-safe operation and has to be explicitly synchronized + in case the chunked input is used from multiple threads. +

        +
        +
        Returns:
        +
        underlying chunk parser.
        +
        +
      • +
      + + + +
        +
      • +

        setParser

        +
        public void setParser(ChunkParser parser)
        +
        Set new chunk parser. +

        + Note: Access to internal chunk parser is not a thread-safe operation and has to be explicitly synchronized + in case the chunked input is used from multiple threads. +

        +
        +
        Parameters:
        +
        parser - new chunk parser.
        +
        +
      • +
      + + + +
        +
      • +

        getChunkType

        +
        public jakarta.ws.rs.core.MediaType getChunkType()
        +
        Get chunk data media type. +

        + Default chunk data media type is derived from the value of the response + "Content-Type" header field. + This default value may be manually overridden by setting + a custom non-null chunk media type value. +

        + Note: Access to internal chunk media type is not a thread-safe operation and has to + be explicitly synchronized in case the chunked input is used from multiple threads. +

        +
        +
        Returns:
        +
        media type specific to each chunk of data.
        +
        +
      • +
      + + + +
        +
      • +

        setChunkType

        +
        public void setChunkType(jakarta.ws.rs.core.MediaType mediaType)
        +                  throws IllegalArgumentException
        +
        Set custom chunk data media type. +

        + By default, chunk data media type is derived from the value of the response + "Content-Type" header field. + Using this methods will override the default chunk media type value and set it + to a custom non-null chunk media type. Once this method is invoked, + all subsequent chunk reads will use the newly set chunk media + type when selecting the proper MessageBodyReader for + chunk de-serialization. +

        + Note: Access to internal chunk media type is not a thread-safe operation and has to + be explicitly synchronized in case the chunked input is used from multiple threads. +

        +
        +
        Parameters:
        +
        mediaType - custom chunk data media type. Must not be null.
        +
        Throws:
        +
        IllegalArgumentException - in case the mediaType is null.
        +
        +
      • +
      + + + +
        +
      • +

        setChunkType

        +
        public void setChunkType(String mediaType)
        +                  throws IllegalArgumentException
        +
        Set custom chunk data media type from a string value. +

        + Note: Access to internal chunk media type is not a thread-safe operation and has to + be explicitly synchronized in case the chunked input is used from multiple threads. +

        +
        +
        Parameters:
        +
        mediaType - custom chunk data media type. Must not be null.
        +
        Throws:
        +
        IllegalArgumentException - in case the mediaType cannot be parsed into + a valid MediaType instance or is null.
        +
        See Also:
        +
        setChunkType(jakarta.ws.rs.core.MediaType)
        +
        +
      • +
      + + + + + + + +
        +
      • +

        isClosed

        +
        public boolean isClosed()
        +
        Check if the chunked input has been closed.
        +
        +
        Returns:
        +
        true if this chunked input has been closed, false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        read

        +
        public T read()
        +       throws IllegalStateException
        +
        Read next chunk from the response stream and convert it to a Java instance + using the chunk media type. The method returns null + if the underlying entity input stream has been closed (either implicitly or explicitly + by calling the close() method). +

        + Note: Access to internal chunk parser is not a thread-safe operation and has to be explicitly + synchronized in case the chunked input is used from multiple threads. +

        +
        +
        Returns:
        +
        next streamed chunk or null if the underlying entity input stream + has been closed while reading next chunk data.
        +
        Throws:
        +
        IllegalStateException - in case this chunked input has been closed.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientAsyncExecutor.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientAsyncExecutor.html new file mode 100644 index 000000000..d5e6fa684 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientAsyncExecutor.html @@ -0,0 +1,186 @@ + + + + + + +ClientAsyncExecutor (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Annotation Type ClientAsyncExecutor

+
+
+
+
    +
  • +
    +
    +
    @Target(value={PARAMETER,FIELD,METHOD,TYPE})
    + @Retention(value=RUNTIME)
    + @Documented
    + @Inherited
    + @Qualifier
    +public @interface ClientAsyncExecutor
    +
    Injection qualifier that can be used to inject an ExecutorService + instance used by Jersey client runtime to execute asynchronous + client requests. +

    + The asynchronous client request executor service instance injected using this injection qualifier can be customized + by registering a custom ExecutorServiceProvider implementation that is itself annotated + with the &#64;ClientAsyncExecutor annotation. +

    +
    +
    Since:
    +
    2.18
    +
    Author:
    +
    Marek Potociar
    +
    See Also:
    +
    ClientAsyncExecutorLiteral
    +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientAsyncExecutorLiteral.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientAsyncExecutorLiteral.html new file mode 100644 index 000000000..b1a3ff88d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientAsyncExecutorLiteral.html @@ -0,0 +1,281 @@ + + + + + + +ClientAsyncExecutorLiteral (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class ClientAsyncExecutorLiteral

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientBackgroundScheduler.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientBackgroundScheduler.html new file mode 100644 index 000000000..9ab3896e4 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientBackgroundScheduler.html @@ -0,0 +1,185 @@ + + + + + + +ClientBackgroundScheduler (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Annotation Type ClientBackgroundScheduler

+
+
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.html new file mode 100644 index 000000000..e91b3bc60 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.html @@ -0,0 +1,281 @@ + + + + + + +ClientBackgroundSchedulerLiteral (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class ClientBackgroundSchedulerLiteral

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientBootstrapBag.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientBootstrapBag.html new file mode 100644 index 000000000..713c3622e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientBootstrapBag.html @@ -0,0 +1,305 @@ + + + + + + +ClientBootstrapBag (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class ClientBootstrapBag

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.BootstrapBag
    • +
    • +
        +
      • org.glassfish.jersey.client.ClientBootstrapBag
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class ClientBootstrapBag
    +extends org.glassfish.jersey.internal.BootstrapBag
    +
    +

    + This bootstrap bag is specialized for client part of Jersey.

    +
    +
    Author:
    +
    Gaurav Gupta (gaurav.gupta@payara.fish)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ClientBootstrapBag

        +
        public ClientBootstrapBag()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientConfig.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientConfig.html new file mode 100644 index 000000000..d28a3672f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientConfig.html @@ -0,0 +1,968 @@ + + + + + + +ClientConfig (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class ClientConfig

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.core.Configurable<ClientConfig>, jakarta.ws.rs.core.Configuration, org.glassfish.jersey.ExtendedConfig
    +
    +
    +
    +
    public class ClientConfig
    +extends Object
    +implements jakarta.ws.rs.core.Configurable<ClientConfig>, org.glassfish.jersey.ExtendedConfig
    +
    Jersey externalized implementation of client-side JAX-RS configurable contract.
    +
    +
    Author:
    +
    Marek Potociar, Martin Matula, Libor Kramolis, Gaurav Gupta (gaurav.gupta@payara.fish)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ClientConfig

        +
        public ClientConfig()
        +
        Construct a new Jersey configuration instance with the default features + and property values.
        +
      • +
      + + + +
        +
      • +

        ClientConfig

        +
        public ClientConfig(Class<?>... providerClasses)
        +
        Construct a new Jersey configuration instance and register the provided list of provider classes.
        +
        +
        Parameters:
        +
        providerClasses - provider classes to be registered with this client configuration.
        +
        +
      • +
      + + + +
        +
      • +

        ClientConfig

        +
        public ClientConfig(Object... providers)
        +
        Construct a new Jersey configuration instance and register the provided list of provider instances.
        +
        +
        Parameters:
        +
        providers - provider instances to be registered with this client configuration.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        loadFrom

        +
        public ClientConfig loadFrom(jakarta.ws.rs.core.Configuration config)
        +
        Load the internal configuration state from an externally provided configuration state. +

        + Calling this method effectively replaces existing configuration state of the instance + with the state represented by the externally provided configuration.

        +
        +
        Parameters:
        +
        config - external configuration state to replace the configuration of this configurable + instance.
        +
        Returns:
        +
        the updated client configuration instance.
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public ClientConfig register(Class<?> providerClass)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<ClientConfig>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public ClientConfig register(Object provider)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<ClientConfig>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public ClientConfig register(Class<?> providerClass,
        +                             int bindingPriority)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<ClientConfig>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public ClientConfig register(Class<?> providerClass,
        +                             Class<?>... contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<ClientConfig>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        register

        +
        public ClientConfig register(Object provider,
        +                             int bindingPriority)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<ClientConfig>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public ClientConfig register(Object provider,
        +                             Class<?>... contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<ClientConfig>
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getConfiguration

        +
        public ClientConfig getConfiguration()
        +
        +
        Specified by:
        +
        getConfiguration in interface jakarta.ws.rs.core.Configurable<ClientConfig>
        +
        +
      • +
      + + + +
        +
      • +

        getRuntimeType

        +
        public jakarta.ws.rs.RuntimeType getRuntimeType()
        +
        +
        Specified by:
        +
        getRuntimeType in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        getProperties

        +
        public Map<String,Object> getProperties()
        +
        +
        Specified by:
        +
        getProperties in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        getProperty

        +
        public Object getProperty(String name)
        +
        +
        Specified by:
        +
        getProperty in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        getPropertyNames

        +
        public Collection<String> getPropertyNames()
        +
        +
        Specified by:
        +
        getPropertyNames in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        isProperty

        +
        public boolean isProperty(String name)
        +
        +
        Specified by:
        +
        isProperty in interface org.glassfish.jersey.ExtendedConfig
        +
        +
      • +
      + + + +
        +
      • +

        isEnabled

        +
        public boolean isEnabled(jakarta.ws.rs.core.Feature feature)
        +
        +
        Specified by:
        +
        isEnabled in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        isEnabled

        +
        public boolean isEnabled(Class<? extends jakarta.ws.rs.core.Feature> featureClass)
        +
        +
        Specified by:
        +
        isEnabled in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        isRegistered

        +
        public boolean isRegistered(Object component)
        +
        +
        Specified by:
        +
        isRegistered in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        getContracts

        +
        public Map<Class<?>,Integer> getContracts(Class<?> componentClass)
        +
        +
        Specified by:
        +
        getContracts in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        isRegistered

        +
        public boolean isRegistered(Class<?> componentClass)
        +
        +
        Specified by:
        +
        isRegistered in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        getClasses

        +
        public Set<Class<?>> getClasses()
        +
        +
        Specified by:
        +
        getClasses in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        getInstances

        +
        public Set<Object> getInstances()
        +
        +
        Specified by:
        +
        getInstances in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        connectorProvider

        +
        public ClientConfig connectorProvider(ConnectorProvider connectorProvider)
        +
        Register a custom Jersey client connector provider. +

        + The registered ConnectorProvider instance will provide a + Jersey client Connector + for the JerseyClient instance + created with this client configuration. +

        +
        +
        Parameters:
        +
        connectorProvider - custom connector provider. Must not be null.
        +
        Returns:
        +
        this client config instance.
        +
        Throws:
        +
        NullPointerException - in case the connectorProvider is null.
        +
        Since:
        +
        2.5
        +
        +
      • +
      + + + +
        +
      • +

        executorService

        +
        public ClientConfig executorService(ExecutorService executorService)
        +
        Register custom Jersey client async executor.
        +
        +
        Parameters:
        +
        executorService - custom executor service instance
        +
        Returns:
        +
        this client config instance
        +
        +
      • +
      + + + +
        +
      • +

        scheduledExecutorService

        +
        public ClientConfig scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
        +
        Register custom Jersey client scheduler.
        +
        +
        Parameters:
        +
        scheduledExecutorService - custom scheduled executor service instance
        +
        Returns:
        +
        this client config instance
        +
        +
      • +
      + + + +
        +
      • +

        getConnector

        +
        public Connector getConnector()
        +
        Get the client transport connector. +

        + May return null if no connector has been set.

        +
        +
        Returns:
        +
        client transport connector or {code null} if not set.
        +
        +
      • +
      + + + +
        +
      • +

        getConnectorProvider

        +
        public ConnectorProvider getConnectorProvider()
        +
        Get the client transport connector provider. +

        + If no custom connector provider has been set, + default connector provider + instance is returned.

        +
        +
        Returns:
        +
        configured client transport connector provider.
        +
        Since:
        +
        2.5
        +
        +
      • +
      + + + +
        +
      • +

        getExecutorService

        +
        public ExecutorService getExecutorService()
        +
        Get custom client executor service. +

        + May return null if no custom executor service has been set.

        +
        +
        Returns:
        +
        custom executor service instance or null if not set.
        +
        Since:
        +
        2.26
        +
        +
      • +
      + + + +
        +
      • +

        getScheduledExecutorService

        +
        public ScheduledExecutorService getScheduledExecutorService()
        +
        Get custom client scheduled executor service. +

        + May return null if no custom scheduled executor service has been set.

        +
        +
        Returns:
        +
        custom executor service instance or null if not set.
        +
        Since:
        +
        2.26
        +
        +
      • +
      + + + +
        +
      • +

        getClientExecutor

        +
        public ClientExecutor getClientExecutor()
        +
      • +
      + + + +
        +
      • +

        getClient

        +
        public JerseyClient getClient()
        +
        Get the parent Jersey client this configuration is bound to. +

        + May return null if no parent client has been bound.

        +
        +
        Returns:
        +
        bound parent Jersey client or null if not bound.
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientExecutor.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientExecutor.html new file mode 100644 index 000000000..b799b7ba6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientExecutor.html @@ -0,0 +1,363 @@ + + + + + + +ClientExecutor (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Interface ClientExecutor

+
+
+
+
    +
  • +
    +
    +
    public interface ClientExecutor
    +
    Executor for client async processing and background task scheduling.
    +
    +
    Since:
    +
    2.26
    +
    Author:
    +
    Adam Lindenthal
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        submit

        +
        <T> Future<T> submit(Callable<T> task)
        +
        Submits a value-returning task for execution and returns a Future representing the pending results of the task. + The Future's get() method will return the task's result upon successful completion.
        +
        +
        Type Parameters:
        +
        T - task's return type
        +
        Parameters:
        +
        task - task to submit
        +
        Returns:
        +
        a Future representing pending completion of the task
        +
        Throws:
        +
        {@link - java.util.concurrent.RejectedExecutionException} if the task cannot be scheduled for execution
        +
        {@link - NullPointerException} if the task is null
        +
        +
      • +
      + + + +
        +
      • +

        submit

        +
        Future<?> submit(Runnable task)
        +
        Submits a Runnable task for execution and returns a Future representing that task. The Future's get() method will return the given result upon successful completion.
        +
        +
        Parameters:
        +
        task - the task to submit
        +
        Returns:
        +
        a Future representing pending completion of the task
        +
        Throws:
        +
        {@link - java.util.concurrent.RejectedExecutionException} if the task cannot be scheduled for execution
        +
        {@link - NullPointerException} if the task is null
        +
        +
      • +
      + + + + + +
        +
      • +

        submit

        +
        <T> Future<T> submit(Runnable task,
        +                     T result)
        +
        Submits a Runnable task for execution and returns a Future representing that task. The Future's get() method will return the given result upon successful completion.
        +
        +
        Type Parameters:
        +
        T - result type
        +
        Parameters:
        +
        task - the task to submit
        +
        result - the result to return
        +
        Returns:
        +
        a Future representing pending completion of the task
        +
        Throws:
        +
        {@link - java.util.concurrent.RejectedExecutionException} if the task cannot be scheduled for execution
        +
        {@link - NullPointerException} if the task is null
        +
        +
      • +
      + + + +
        +
      • +

        schedule

        +
        <T> ScheduledFuture<T> schedule(Callable<T> callable,
        +                                long delay,
        +                                TimeUnit unit)
        +
        Creates and executes a ScheduledFuture that becomes enabled after the given delay.
        +
        +
        Type Parameters:
        +
        T - return type of the function
        +
        Parameters:
        +
        callable - the function to execute
        +
        delay - the time from now to delay execution
        +
        unit - the time unit of the delay parameter
        +
        Returns:
        +
        a ScheduledFuture that can be used to extract result or cancel
        +
        Throws:
        +
        {@link - java.util.concurrent.RejectedExecutionException} if the task cannot be scheduled for execution
        +
        {@link - NullPointerException} if callable is null
        +
        +
      • +
      + + + +
        +
      • +

        schedule

        +
        ScheduledFuture<?> schedule(Runnable command,
        +                            long delay,
        +                            TimeUnit unit)
        +
        Creates and executes a one-shot action that becomes enabled after the given delay.
        +
        +
        Parameters:
        +
        command - the task to execute
        +
        delay - the time from now to delay execution
        +
        unit - the time unit of the daly parameter
        +
        Returns:
        +
        a scheduledFuture representing pending completion of the task and whose get() method will return null upon completion
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientLifecycleListener.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientLifecycleListener.html new file mode 100644 index 000000000..c27e2e344 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientLifecycleListener.html @@ -0,0 +1,251 @@ + + + + + + +ClientLifecycleListener (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Interface ClientLifecycleListener

+
+
+
+
    +
  • +
    +
    +
    @Contract
    + @ConstrainedTo(value=CLIENT)
    +public interface ClientLifecycleListener
    +
    Jersey client lifecycle listener contract.
    +
    +
    Since:
    +
    2.11
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      voidonClose() +
      Invoked when the client instance is closed.
      +
      voidonInit() +
      Invoked when a new runtime is initialized for the client instance.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onInit

        +
        void onInit()
        +
        Invoked when a new runtime is initialized for the client instance.
        +
      • +
      + + + +
        +
      • +

        onClose

        +
        void onClose()
        +
        Invoked when the client instance is closed.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientProperties.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientProperties.html new file mode 100644 index 000000000..83926496d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientProperties.html @@ -0,0 +1,1160 @@ + + + + + + +ClientProperties (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class ClientProperties

+
+
+ +
+
    +
  • +
    +
    +
    public final class ClientProperties
    +extends Object
    +
    Jersey client implementation configuration properties.
    +
    +
    Author:
    +
    Marek Potociar, Libor Kramolis
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        FOLLOW_REDIRECTS

        +
        public static final String FOLLOW_REDIRECTS
        +
        Automatic redirection. A value of true declares that the client + will automatically redirect to the URI declared in 3xx responses. +

        + The value MUST be an instance convertible to Boolean. +

        +

        + The default value is true. +

        +

        + The name of the configuration property is "jersey.config.client.followRedirects". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        READ_TIMEOUT

        +
        public static final String READ_TIMEOUT
        +
        Read timeout interval, in milliseconds. +

        + The value MUST be an instance convertible to Integer. A + value of zero (0) is equivalent to an interval of infinity. +

        +

        + The default value is infinity (0). +

        +

        + The name of the configuration property is "jersey.config.client.readTimeout". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        CONNECT_TIMEOUT

        +
        public static final String CONNECT_TIMEOUT
        +
        Connect timeout interval, in milliseconds. +

        + The value MUST be an instance convertible to Integer. A + value of zero (0) is equivalent to an interval of infinity. +

        +

        + The default value is infinity (0). +

        +

        + The name of the configuration property is "jersey.config.client.connectTimeout". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        CHUNKED_ENCODING_SIZE

        +
        public static final String CHUNKED_ENCODING_SIZE
        +
        The value MUST be an instance convertible to Integer. +

        + The property defines the size of the chunk in bytes. The property does not enable + chunked encoding (it is controlled by REQUEST_ENTITY_PROCESSING property). +

        +

        + A default value is 4096 (since Jersey 2.16). +

        +

        + The name of the configuration property is "jersey.config.client.chunkedEncodingSize". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_CHUNK_SIZE

        +
        public static final int DEFAULT_CHUNK_SIZE
        +
        Default chunk size in HTTP chunk-encoded messages.
        +
        +
        Since:
        +
        2.16
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        ASYNC_THREADPOOL_SIZE

        +
        public static final String ASYNC_THREADPOOL_SIZE
        +
        Asynchronous thread pool size. +

        + The value MUST be an instance of Integer. +

        +

        + If the property is absent then thread pool used for async requests will + be initialized as default cached thread pool, which creates new thread + for every new request, see Executors. When a + value > 0 is provided, the created cached thread pool limited to that + number of threads will be utilized. Zero or negative values will be ignored. +

        +

        + Note that the property may be ignored if a custom ExecutorServiceProvider + is configured to execute asynchronous requests in the client runtime (see + ClientAsyncExecutor). +

        +

        + A default value is not set. +

        +

        + The name of the configuration property is "jersey.config.client.async.threadPoolSize". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        BACKGROUND_SCHEDULER_THREADPOOL_SIZE

        +
        public static final String BACKGROUND_SCHEDULER_THREADPOOL_SIZE
        +
        Scheduler thread pool size. +

        + The value MUST be an instance of Integer. +

        +

        + If the property is absent then thread pool used for background task scheduling will + be initialized as default scheduled thread pool executor, which creates new thread + for every new request, see Executors. When a + value > 0 is provided, the created scheduled thread pool executor limited to that + number of threads will be utilized. Zero or negative values will be ignored. +

        +

        + Note that the property may be ignored if a custom ExecutorServiceProvider + is configured to execute background tasks scheduling in the client runtime (see + ClientBackgroundScheduler). +

        +

        + A default value is not set. +

        +

        + The name of the configuration property is "jersey.config.client.backgroundScheduler.threadPoolSize". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        USE_ENCODING

        +
        public static final String USE_ENCODING
        +
        If EncodingFilter is + registered, this property indicates the value of Content-Encoding + property the filter should be adding. +

        + The value MUST be an instance of String. +

        +

        + The default value is null. +

        +

        + The name of the configuration property is "jersey.config.client.useEncoding". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        IGNORE_EXCEPTION_RESPONSE

        +
        public static final String IGNORE_EXCEPTION_RESPONSE
        +
        Ignore a response in an exception thrown by the client API by not forwarding + it to this service's client. A value of true indicates that responses + will be ignored, and only the response status will return to the client. This + property will normally be specified as a system property; note that system + properties are only visible if CommonProperties.ALLOW_SYSTEM_PROPERTIES_PROVIDER + is set to true. +

        + The value MUST be an instance convertible to Boolean. +

        +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.client.ignoreExceptionResponse". +

        +
        +
        See Also:
        +
        CommonProperties.ALLOW_SYSTEM_PROPERTIES_PROVIDER, +Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        FEATURE_AUTO_DISCOVERY_DISABLE

        +
        public static final String FEATURE_AUTO_DISCOVERY_DISABLE
        +
        If true then disable auto-discovery on the client. +

        + By default auto-discovery on client is automatically enabled if global + property + "jersey.config.disableAutoDiscovery" + is not disabled. If set then the client property value overrides the + global property value. +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.client.disableAutoDiscovery". +

        +

        This constant is an alias for CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE_CLIENT.

        +
        +
        See Also:
        +
        CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE, +Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        OUTBOUND_CONTENT_LENGTH_BUFFER

        +
        public static final String OUTBOUND_CONTENT_LENGTH_BUFFER
        +
        An integer value that defines the buffer size used to buffer client-side + request entity in order to determine its size and set the value of HTTP + "Content-Length" header. +

        + If the entity size exceeds the configured buffer size, the buffering + would be cancelled and the entity size would not be determined. Value + less or equal to zero disable the buffering of the entity at all. +

        + This property can be used on the client side to override the outbound + message buffer size value - default or the global custom value set using + the + "jersey.config.contentLength.buffer" + global property. +

        + The default value is + 8192. +

        +

        + The name of the configuration property is "jersey.config.client.contentLength.buffer". +

        +

        This constant is an alias for CommonProperties.OUTBOUND_CONTENT_LENGTH_BUFFER_CLIENT.

        +
        +
        Since:
        +
        2.2
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        JSON_PROCESSING_FEATURE_DISABLE

        +
        public static final String JSON_PROCESSING_FEATURE_DISABLE
        +
        If true then disable configuration of Json Processing (JSR-353) + feature on client. +

        + By default Json Processing on client is automatically enabled if global + property + "jersey.config.disableJsonProcessing" + is not disabled. If set then the client property value overrides the + global property value. +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.client.disableJsonProcessing". +

        +

        This constant is an alias for CommonProperties.JSON_PROCESSING_FEATURE_DISABLE_CLIENT.

        +
        +
        See Also:
        +
        CommonProperties.JSON_PROCESSING_FEATURE_DISABLE, +Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        METAINF_SERVICES_LOOKUP_DISABLE

        +
        public static final String METAINF_SERVICES_LOOKUP_DISABLE
        +
        If true then disable META-INF/services lookup on client. +

        + By default Jersey looks up SPI implementations described by META-INF/services/* files. + Then you can register appropriate provider classes by Application. +

        +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.client.disableMetainfServicesLookup". +

        +

        This constant is an alias for CommonProperties.METAINF_SERVICES_LOOKUP_DISABLE_CLIENT.

        +
        +
        See Also:
        +
        CommonProperties.METAINF_SERVICES_LOOKUP_DISABLE, +Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MOXY_JSON_FEATURE_DISABLE

        +
        public static final String MOXY_JSON_FEATURE_DISABLE
        +
        If true then disable configuration of MOXy Json feature on + client. +

        + By default MOXy Json on client is automatically enabled if global + property + "jersey.config.disableMoxyJson" + is not disabled. If set then the client property value overrides the + global property value. +

        +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.client.disableMoxyJson". +

        +

        This constant is an alias for CommonProperties.MOXY_JSON_FEATURE_DISABLE_CLIENT.

        +
        +
        Since:
        +
        2.1
        +
        See Also:
        +
        CommonProperties.MOXY_JSON_FEATURE_DISABLE, +Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        SUPPRESS_HTTP_COMPLIANCE_VALIDATION

        +
        public static final String SUPPRESS_HTTP_COMPLIANCE_VALIDATION
        +
        If true, the strict validation of HTTP specification compliance + will be suppressed. +

        + By default, Jersey client runtime performs certain HTTP compliance checks + (such as which HTTP methods can facilitate non-empty request entities + etc.) in order to fail fast with an exception when user tries to + establish a communication non-compliant with HTTP specification. Users + who need to override these compliance checks and avoid the exceptions + being thrown by Jersey client runtime for some reason, can set this + property to true. As a result, the compliance issues will be + merely reported in a log and no exceptions will be thrown. +

        +

        + Note that the property suppresses the Jersey layer exceptions. Chances + are that the non-compliant behavior will cause different set of + exceptions being raised in the underlying I/O connector layer. +

        +

        + This property can be configured in a client runtime configuration or + directly on an individual request. In case of conflict, request-specific + property value takes precedence over value configured in the runtime + configuration. +

        +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.client.suppressHttpComplianceValidation". +

        +
        +
        Since:
        +
        2.2
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DIGESTAUTH_URI_CACHE_SIZELIMIT

        +
        public static final String DIGESTAUTH_URI_CACHE_SIZELIMIT
        +
        The property defines the size of digest cache in the + HttpAuthenticationFeature.digest() digest filter}. + Cache contains authentication + schemes for different request URIs. + + The value MUST be an instance of Integer and it must be + higher or equal to 1. +

        +

        + The default value is 1000. +

        +

        + The name of the configuration property is "jersey.config.client.digestAuthUriCacheSizeLimit". +

        +
        +
        Since:
        +
        2.3
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        PROXY_URI

        +
        public static final String PROXY_URI
        +
        The property defines a URI of a HTTP proxy the client connector should use. +

        + If the port component of the URI is absent then a default port of 8080 is assumed. + If the property absent then no proxy will be utilized. +

        +

        The value MUST be an instance of String.

        +

        The default value is null.

        +

        The name of the configuration property is "jersey.config.client.proxy.uri".

        +
        +
        Since:
        +
        2.5
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        PROXY_USERNAME

        +
        public static final String PROXY_USERNAME
        +
        The property defines a user name which will be used for HTTP proxy authentication. +

        + The property is ignored if no HTTP proxy URI has been set. + If the property absent then no proxy authentication will be utilized. +

        +

        The value MUST be an instance of String.

        +

        The default value is null.

        +

        The name of the configuration property is "jersey.config.client.proxy.username".

        +
        +
        Since:
        +
        2.5
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        PROXY_PASSWORD

        +
        public static final String PROXY_PASSWORD
        +
        The property defines a user password which will be used for HTTP proxy authentication. +

        + The property is ignored if no HTTP proxy URI has been set. + If the property absent then no proxy authentication will be utilized. +

        +

        The value MUST be an instance of String.

        +

        The default value is null.

        +

        The name of the configuration property is "jersey.config.client.proxy.password".

        +
        +
        Since:
        +
        2.5
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        REQUEST_ENTITY_PROCESSING

        +
        public static final String REQUEST_ENTITY_PROCESSING
        +
        The property specified how the entity should be serialized to the output stream by the + connector; if the buffering + should be used or the entity is streamed in chunked encoding. +

        + The value MUST be an instance of String or an enum value RequestEntityProcessing in the case + of programmatic definition of the property. Allowed values are: +

          +
        • BUFFERED: the entity will be buffered and content length will be send in Content-length header.
        • +
        • CHUNKED: chunked encoding will be used and entity will be streamed.
        • +
        +

        +

        + Default value is CHUNKED. However, due to limitations some connectors can define different + default value (usually if the chunked encoding cannot be properly supported on the Connector). + This detail should be specified in the javadoc of particular connector. For example, HttpUrlConnector + use buffering as the default mode. +

        +

        + The name of the configuration property is "jersey.config.client.request.entity.processing". +

        +
        +
        Since:
        +
        2.5
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        EXPECT_100_CONTINUE

        +
        public static final String EXPECT_100_CONTINUE
        +
        Allows for HTTP Expect:100-Continue being handled by the HttpUrlConnector (default Jersey + connector).
        +
        +
        Since:
        +
        2.32
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        EXPECT_100_CONTINUE_THRESHOLD_SIZE

        +
        public static final String EXPECT_100_CONTINUE_THRESHOLD_SIZE
        +
        Property for threshold size for content length after which Expect:100-Continue header would be applied + before the main request.
        +
        +
        Since:
        +
        2.32
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_EXPECT_100_CONTINUE_THRESHOLD_SIZE

        +
        public static final Long DEFAULT_EXPECT_100_CONTINUE_THRESHOLD_SIZE
        +
        Default threshold size (64kb) after which which Expect:100-Continue header would be applied before + the main request.
        +
        +
        Since:
        +
        2.32
        +
        +
      • +
      + + + +
        +
      • +

        QUERY_PARAM_STYLE

        +
        public static final String QUERY_PARAM_STYLE
        +
        The property defines the desired format of query parameters. + +

        + The value MUST be an instance of JerseyQueryParamStyle. +

        +

        + If the property is not set, JerseyQueryParamStyle.MULTI_PAIRS is selected. +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        getValue

        +
        public static <T> T getValue(Map<String,?> properties,
        +                             String key,
        +                             T defaultValue)
        +
        Get the value of the specified property. +

        + If the property is not set or the real value type is not compatible with + defaultValue type, the specified defaultValue is returned. Calling this method is equivalent to calling + ClientProperties.getValue(properties, key, defaultValue, (Class<T>) defaultValue.getClass()). +

        +
        +
        Type Parameters:
        +
        T - Type of the property value.
        +
        Parameters:
        +
        properties - Map of properties to get the property value from.
        +
        key - Name of the property.
        +
        defaultValue - Default value if property is not registered
        +
        Returns:
        +
        Value of the property or null.
        +
        Since:
        +
        2.8
        +
        +
      • +
      + + + + + +
        +
      • +

        getValue

        +
        public static <T> T getValue(Map<String,?> properties,
        +                             String key,
        +                             T defaultValue,
        +                             Class<T> type)
        +
        Get the value of the specified property. +

        + If the property is not set or the real value type is not compatible with the specified value type, + returns defaultValue.

        +
        +
        Type Parameters:
        +
        T - Type of the property value.
        +
        Parameters:
        +
        properties - Map of properties to get the property value from.
        +
        key - Name of the property.
        +
        defaultValue - Default value if property is not registered
        +
        type - Type to retrieve the value as.
        +
        Returns:
        +
        Value of the property or null.
        +
        Since:
        +
        2.8
        +
        +
      • +
      + + + +
        +
      • +

        getValue

        +
        public static <T> T getValue(Map<String,?> properties,
        +                             String key,
        +                             Class<T> type)
        +
        Get the value of the specified property. +

        + If the property is not set or the actual property value type is not compatible with the specified type, the method will + return null.

        +
        +
        Type Parameters:
        +
        T - Type of the property value.
        +
        Parameters:
        +
        properties - Map of properties to get the property value from.
        +
        key - Name of the property.
        +
        type - Type to retrieve the value as.
        +
        Returns:
        +
        Value of the property or null.
        +
        Since:
        +
        2.8
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientRequest.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientRequest.html new file mode 100644 index 000000000..42ed75908 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientRequest.html @@ -0,0 +1,1119 @@ + + + + + + +ClientRequest (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class ClientRequest

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.OutboundMessageContext
    • +
    • +
        +
      • org.glassfish.jersey.client.ClientRequest
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.client.ClientRequestContext, jakarta.ws.rs.core.HttpHeaders, org.glassfish.jersey.internal.inject.InjectionManagerSupplier, org.glassfish.jersey.internal.PropertiesResolver
    +
    +
    +
    +
    public class ClientRequest
    +extends org.glassfish.jersey.message.internal.OutboundMessageContext
    +implements jakarta.ws.rs.client.ClientRequestContext, jakarta.ws.rs.core.HttpHeaders, org.glassfish.jersey.internal.inject.InjectionManagerSupplier, org.glassfish.jersey.internal.PropertiesResolver
    +
    Jersey client request context.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.glassfish.jersey.message.internal.OutboundMessageContext

        +org.glassfish.jersey.message.internal.OutboundMessageContext.StreamProvider
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from interface jakarta.ws.rs.core.HttpHeaders

        +ACCEPT, ACCEPT_CHARSET, ACCEPT_ENCODING, ACCEPT_LANGUAGE, ALLOW, AUTHORIZATION, CACHE_CONTROL, CONTENT_DISPOSITION, CONTENT_ENCODING, CONTENT_ID, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_LOCATION, CONTENT_TYPE, COOKIE, DATE, ETAG, EXPIRES, HOST, IF_MATCH, IF_MODIFIED_SINCE, IF_NONE_MATCH, IF_UNMODIFIED_SINCE, LAST_EVENT_ID_HEADER, LAST_MODIFIED, LINK, LOCATION, RETRY_AFTER, SET_COOKIE, USER_AGENT, VARY, WWW_AUTHENTICATE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
       ClientRequest(ClientRequest original) +
      Copy constructor.
      +
      protected ClientRequest(URI requestUri, + ClientConfig clientConfig, + org.glassfish.jersey.internal.PropertiesDelegate propertiesDelegate) +
      Create new Jersey client request context.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidabortWith(jakarta.ws.rs.core.Response response) 
      voidaccept(jakarta.ws.rs.core.MediaType... types) +
      Add new accepted types to the message headers.
      +
      voidaccept(String... types) +
      Add new accepted types to the message headers.
      +
      voidacceptLanguage(Locale... locales) +
      Add new accepted languages to the message headers.
      +
      voidacceptLanguage(String... locales) +
      Add new accepted languages to the message headers.
      +
      voidcacheControl(jakarta.ws.rs.core.CacheControl cacheControl) +
      Add new cache control entry to the message headers.
      +
      voidcookie(jakarta.ws.rs.core.Cookie cookie) +
      Add new cookie to the message headers.
      +
      voidenableBuffering() +
      Enable a buffering of serialized entity.
      +
      voidencoding(String encoding) +
      Set message encoding.
      +
      jakarta.ws.rs.core.ResponsegetAbortResponse() +
      Get the request filter chain aborting response if set, or null otherwise.
      +
      JerseyClientgetClient() 
      jakarta.ws.rs.core.ConfigurationgetConfiguration() 
      Map<String,jakarta.ws.rs.core.Cookie>getCookies() 
      org.glassfish.jersey.internal.inject.InjectionManagergetInjectionManager() 
      StringgetMethod() 
      ObjectgetProperty(String name) 
      Collection<String>getPropertyNames() 
      Iterable<jakarta.ws.rs.ext.ReaderInterceptor>getReaderInterceptors() +
      Get reader interceptors of this request.
      +
      List<String>getRequestHeader(String name) 
      jakarta.ws.rs.core.MultivaluedMap<String,String>getRequestHeaders() 
      URIgetUri() 
      org.glassfish.jersey.message.MessageBodyWorkersgetWorkers() +
      Get the message body workers associated with the request.
      +
      Iterable<jakarta.ws.rs.ext.WriterInterceptor>getWriterInterceptors() +
      Get writer interceptors of this request.
      +
      booleanignoreUserAgent() +
      Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
      +
      voidignoreUserAgent(boolean ignore) +
      Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
      +
      booleanisAsynchronous() +
      Returns true if the request is called asynchronously using AsyncInvoker
      +
      voidlanguage(Locale language) +
      Set message language.
      +
      voidlanguage(String language) +
      Set message language.
      +
      voidremoveProperty(String name) 
      <T> TresolveProperty(String name, + Class<T> type) 
      <T> TresolveProperty(String name, + T defaultValue) 
      voidsetMethod(String method) 
      voidsetProperty(String name, + Object object) 
      voidsetUri(URI uri) 
      voidsetWorkers(org.glassfish.jersey.message.MessageBodyWorkers workers) +
      Set the message body workers associated with the request.
      +
      voidtype(jakarta.ws.rs.core.MediaType type) +
      Set message content type.
      +
      voidtype(String type) +
      Set message content type.
      +
      voidvariant(jakarta.ws.rs.core.Variant variant) +
      Set message content variant (type, language and encoding).
      +
      voidwriteEntity() +
      Write (serialize) the entity set in this request into the entity stream.
      +
      +
        +
      • + + +

        Methods inherited from class org.glassfish.jersey.message.internal.OutboundMessageContext

        +close, commitStream, enableBuffering, getAcceptableLanguages, getAcceptableMediaTypes, getAllowedMethods, getDate, getEntity, getEntityAnnotations, getEntityClass, getEntityStream, getEntityTag, getEntityType, getHeaders, getHeaderString, getLanguage, getLastModified, getLength, getLengthLong, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getRequestCookies, getResponseCookies, getStringHeaders, hasEntity, hasLink, isCommitted, replaceHeaders, setEntity, setEntity, setEntity, setEntity, setEntityAnnotations, setEntityStream, setEntityType, setMediaType, setStreamProvider
      • +
      + +
        +
      • + + +

        Methods inherited from interface jakarta.ws.rs.client.ClientRequestContext

        +getAcceptableLanguages, getAcceptableMediaTypes, getDate, getEntity, getEntityAnnotations, getEntityClass, getEntityStream, getEntityType, getHeaders, getHeaderString, getLanguage, getMediaType, getStringHeaders, hasEntity, setEntity, setEntity, setEntityStream
      • +
      +
        +
      • + + +

        Methods inherited from interface jakarta.ws.rs.core.HttpHeaders

        +getAcceptableLanguages, getAcceptableMediaTypes, getDate, getHeaderString, getLanguage, getLength, getMediaType
      • +
      +
        +
      • + + +

        Methods inherited from interface org.glassfish.jersey.internal.PropertiesResolver

        +create
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ClientRequest

        +
        protected ClientRequest(URI requestUri,
        +                        ClientConfig clientConfig,
        +                        org.glassfish.jersey.internal.PropertiesDelegate propertiesDelegate)
        +
        Create new Jersey client request context.
        +
        +
        Parameters:
        +
        requestUri - request Uri.
        +
        clientConfig - request configuration.
        +
        propertiesDelegate - properties delegate.
        +
        +
      • +
      + + + +
        +
      • +

        ClientRequest

        +
        public ClientRequest(ClientRequest original)
        +
        Copy constructor.
        +
        +
        Parameters:
        +
        original - original instance.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        resolveProperty

        +
        public <T> T resolveProperty(String name,
        +                             Class<T> type)
        +
        +
        Specified by:
        +
        resolveProperty in interface org.glassfish.jersey.internal.PropertiesResolver
        +
        +
      • +
      + + + + + +
        +
      • +

        resolveProperty

        +
        public <T> T resolveProperty(String name,
        +                             T defaultValue)
        +
        +
        Specified by:
        +
        resolveProperty in interface org.glassfish.jersey.internal.PropertiesResolver
        +
        +
      • +
      + + + +
        +
      • +

        getProperty

        +
        public Object getProperty(String name)
        +
        +
        Specified by:
        +
        getProperty in interface jakarta.ws.rs.client.ClientRequestContext
        +
        +
      • +
      + + + +
        +
      • +

        getPropertyNames

        +
        public Collection<String> getPropertyNames()
        +
        +
        Specified by:
        +
        getPropertyNames in interface jakarta.ws.rs.client.ClientRequestContext
        +
        +
      • +
      + + + +
        +
      • +

        setProperty

        +
        public void setProperty(String name,
        +                        Object object)
        +
        +
        Specified by:
        +
        setProperty in interface jakarta.ws.rs.client.ClientRequestContext
        +
        +
      • +
      + + + +
        +
      • +

        removeProperty

        +
        public void removeProperty(String name)
        +
        +
        Specified by:
        +
        removeProperty in interface jakarta.ws.rs.client.ClientRequestContext
        +
        +
      • +
      + + + +
        +
      • +

        getUri

        +
        public URI getUri()
        +
        +
        Specified by:
        +
        getUri in interface jakarta.ws.rs.client.ClientRequestContext
        +
        +
      • +
      + + + +
        +
      • +

        setUri

        +
        public void setUri(URI uri)
        +
        +
        Specified by:
        +
        setUri in interface jakarta.ws.rs.client.ClientRequestContext
        +
        +
      • +
      + + + +
        +
      • +

        getMethod

        +
        public String getMethod()
        +
        +
        Specified by:
        +
        getMethod in interface jakarta.ws.rs.client.ClientRequestContext
        +
        +
      • +
      + + + +
        +
      • +

        setMethod

        +
        public void setMethod(String method)
        +
        +
        Specified by:
        +
        setMethod in interface jakarta.ws.rs.client.ClientRequestContext
        +
        +
      • +
      + + + +
        +
      • +

        getClient

        +
        public JerseyClient getClient()
        +
        +
        Specified by:
        +
        getClient in interface jakarta.ws.rs.client.ClientRequestContext
        +
        +
      • +
      + + + +
        +
      • +

        abortWith

        +
        public void abortWith(jakarta.ws.rs.core.Response response)
        +
        +
        Specified by:
        +
        abortWith in interface jakarta.ws.rs.client.ClientRequestContext
        +
        +
      • +
      + + + +
        +
      • +

        getAbortResponse

        +
        public jakarta.ws.rs.core.Response getAbortResponse()
        +
        Get the request filter chain aborting response if set, or null otherwise.
        +
        +
        Returns:
        +
        request filter chain aborting response if set, or null otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        getConfiguration

        +
        public jakarta.ws.rs.core.Configuration getConfiguration()
        +
        +
        Specified by:
        +
        getConfiguration in interface jakarta.ws.rs.client.ClientRequestContext
        +
        Overrides:
        +
        getConfiguration in class org.glassfish.jersey.message.internal.OutboundMessageContext
        +
        +
      • +
      + + + +
        +
      • +

        getRequestHeader

        +
        public List<String> getRequestHeader(String name)
        +
        +
        Specified by:
        +
        getRequestHeader in interface jakarta.ws.rs.core.HttpHeaders
        +
        +
      • +
      + + + +
        +
      • +

        getRequestHeaders

        +
        public jakarta.ws.rs.core.MultivaluedMap<String,String> getRequestHeaders()
        +
        +
        Specified by:
        +
        getRequestHeaders in interface jakarta.ws.rs.core.HttpHeaders
        +
        +
      • +
      + + + +
        +
      • +

        getCookies

        +
        public Map<String,jakarta.ws.rs.core.Cookie> getCookies()
        +
        +
        Specified by:
        +
        getCookies in interface jakarta.ws.rs.client.ClientRequestContext
        +
        Specified by:
        +
        getCookies in interface jakarta.ws.rs.core.HttpHeaders
        +
        +
      • +
      + + + +
        +
      • +

        getWorkers

        +
        public org.glassfish.jersey.message.MessageBodyWorkers getWorkers()
        +
        Get the message body workers associated with the request.
        +
        +
        Returns:
        +
        message body workers.
        +
        +
      • +
      + + + +
        +
      • +

        setWorkers

        +
        public void setWorkers(org.glassfish.jersey.message.MessageBodyWorkers workers)
        +
        Set the message body workers associated with the request.
        +
        +
        Parameters:
        +
        workers - message body workers.
        +
        +
      • +
      + + + +
        +
      • +

        accept

        +
        public void accept(jakarta.ws.rs.core.MediaType... types)
        +
        Add new accepted types to the message headers.
        +
        +
        Parameters:
        +
        types - accepted types to be added.
        +
        +
      • +
      + + + +
        +
      • +

        accept

        +
        public void accept(String... types)
        +
        Add new accepted types to the message headers.
        +
        +
        Parameters:
        +
        types - accepted types to be added.
        +
        +
      • +
      + + + +
        +
      • +

        acceptLanguage

        +
        public void acceptLanguage(Locale... locales)
        +
        Add new accepted languages to the message headers.
        +
        +
        Parameters:
        +
        locales - accepted languages to be added.
        +
        +
      • +
      + + + +
        +
      • +

        acceptLanguage

        +
        public void acceptLanguage(String... locales)
        +
        Add new accepted languages to the message headers.
        +
        +
        Parameters:
        +
        locales - accepted languages to be added.
        +
        +
      • +
      + + + +
        +
      • +

        cookie

        +
        public void cookie(jakarta.ws.rs.core.Cookie cookie)
        +
        Add new cookie to the message headers.
        +
        +
        Parameters:
        +
        cookie - cookie to be added.
        +
        +
      • +
      + + + +
        +
      • +

        cacheControl

        +
        public void cacheControl(jakarta.ws.rs.core.CacheControl cacheControl)
        +
        Add new cache control entry to the message headers.
        +
        +
        Parameters:
        +
        cacheControl - cache control entry to be added.
        +
        +
      • +
      + + + +
        +
      • +

        encoding

        +
        public void encoding(String encoding)
        +
        Set message encoding.
        +
        +
        Parameters:
        +
        encoding - message encoding to be set.
        +
        +
      • +
      + + + +
        +
      • +

        language

        +
        public void language(String language)
        +
        Set message language.
        +
        +
        Parameters:
        +
        language - message language to be set.
        +
        +
      • +
      + + + +
        +
      • +

        language

        +
        public void language(Locale language)
        +
        Set message language.
        +
        +
        Parameters:
        +
        language - message language to be set.
        +
        +
      • +
      + + + +
        +
      • +

        type

        +
        public void type(jakarta.ws.rs.core.MediaType type)
        +
        Set message content type.
        +
        +
        Parameters:
        +
        type - message content type to be set.
        +
        +
      • +
      + + + +
        +
      • +

        type

        +
        public void type(String type)
        +
        Set message content type.
        +
        +
        Parameters:
        +
        type - message content type to be set.
        +
        +
      • +
      + + + +
        +
      • +

        variant

        +
        public void variant(jakarta.ws.rs.core.Variant variant)
        +
        Set message content variant (type, language and encoding).
        +
        +
        Parameters:
        +
        variant - message content content variant (type, language and encoding) + to be set.
        +
        +
      • +
      + + + +
        +
      • +

        isAsynchronous

        +
        public boolean isAsynchronous()
        +
        Returns true if the request is called asynchronously using AsyncInvoker
        +
        +
        Returns:
        +
        True if the request is asynchronous; false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        enableBuffering

        +
        public void enableBuffering()
        +
        Enable a buffering of serialized entity. The buffering will be configured from runtime configuration + associated with this request. The property determining the size of the buffer + is CommonProperties.OUTBOUND_CONTENT_LENGTH_BUFFER. +

        + The buffering functionality is by default disabled and could be enabled by calling this method. In this case + this method must be called before first bytes are written to the entity stream.

        +
      • +
      + + + +
        +
      • +

        writeEntity

        +
        public void writeEntity()
        +                 throws IOException
        +
        Write (serialize) the entity set in this request into the entity stream. The method + use writer interceptors and message body writer. +

        + This method modifies the state of this request and therefore it can be called only once per request life cycle otherwise + IllegalStateException is thrown. +

        + Note that OutboundMessageContext.setStreamProvider(org.glassfish.jersey.message.internal.OutboundMessageContext.StreamProvider) + and optionally enableBuffering() must be called before calling this method.

        +
        +
        Throws:
        +
        IOException - In the case of IO error.
        +
        +
      • +
      + + + +
        +
      • +

        getWriterInterceptors

        +
        public Iterable<jakarta.ws.rs.ext.WriterInterceptor> getWriterInterceptors()
        +
        Get writer interceptors of this request.
        +
        +
        Returns:
        +
        Writer interceptors in the interceptor execution order.
        +
        +
      • +
      + + + +
        +
      • +

        getReaderInterceptors

        +
        public Iterable<jakarta.ws.rs.ext.ReaderInterceptor> getReaderInterceptors()
        +
        Get reader interceptors of this request.
        +
        +
        Returns:
        +
        Reader interceptors in the interceptor execution order.
        +
        +
      • +
      + + + +
        +
      • +

        getInjectionManager

        +
        public org.glassfish.jersey.internal.inject.InjectionManager getInjectionManager()
        +
        +
        Specified by:
        +
        getInjectionManager in interface org.glassfish.jersey.internal.inject.InjectionManagerSupplier
        +
        +
      • +
      + + + +
        +
      • +

        ignoreUserAgent

        +
        public boolean ignoreUserAgent()
        +
        Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
        +
        +
        Returns:
        +
        true if the header should be omitted, false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        ignoreUserAgent

        +
        public void ignoreUserAgent(boolean ignore)
        +
        Indicates whether the User-Agent header should be omitted if not directly set to the map of headers.
        +
        +
        Parameters:
        +
        ignore - true if the header should be omitted, false otherwise.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientResponse.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientResponse.html new file mode 100644 index 000000000..79ca3f3bd --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientResponse.html @@ -0,0 +1,872 @@ + + + + + + +ClientResponse (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class ClientResponse

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.InboundMessageContext
    • +
    • +
        +
      • org.glassfish.jersey.client.ClientResponse
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.client.ClientResponseContext, org.glassfish.jersey.internal.inject.InjectionManagerSupplier
    +
    +
    +
    +
    public class ClientResponse
    +extends org.glassfish.jersey.message.internal.InboundMessageContext
    +implements jakarta.ws.rs.client.ClientResponseContext, org.glassfish.jersey.internal.inject.InjectionManagerSupplier
    +
    Jersey client response context.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      ClientResponse(ClientRequest requestContext, + jakarta.ws.rs.core.Response response) +
      Create new Jersey client response context initialized from a JAX-RS response.
      +
      ClientResponse(jakarta.ws.rs.core.Response.StatusType status, + ClientRequest requestContext) +
      Create a new Jersey client response context.
      +
      ClientResponse(jakarta.ws.rs.core.Response.StatusType status, + ClientRequest requestContext, + URI resolvedRequestUri) +
      Create a new Jersey client response context.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      Map<String,jakarta.ws.rs.core.NewCookie>getCookies() 
      ObjectgetEntity() +
      Get the message entity Java instance.
      +
      org.glassfish.jersey.internal.inject.InjectionManagergetInjectionManager() 
      Set<jakarta.ws.rs.core.Link>getLinks() 
      protected Iterable<jakarta.ws.rs.ext.ReaderInterceptor>getReaderInterceptors() 
      ClientRequestgetRequestContext() +
      Get the associated client request context paired with this response context.
      +
      URIgetResolvedRequestUri() +
      Get the absolute URI of the ultimate request made to receive this response.
      +
      intgetStatus() 
      jakarta.ws.rs.core.Response.StatusTypegetStatusInfo() 
      <T> TreadEntity(Class<T> entityType) +
      Read the message entity input stream as an instance of specified Java type + using a MessageBodyReader that supports mapping the + message entity stream onto the requested type.
      +
      <T> TreadEntity(Class<T> entityType, + Annotation[] annotations) +
      Read the message entity input stream as an instance of specified Java type + using a MessageBodyReader that supports mapping the + message entity stream onto the requested type.
      +
      <T> TreadEntity(jakarta.ws.rs.core.GenericType<T> entityType) +
      Read the message entity input stream as an instance of specified Java type + using a MessageBodyReader that supports mapping the + message entity stream onto the requested type.
      +
      <T> TreadEntity(jakarta.ws.rs.core.GenericType<T> entityType, + Annotation[] annotations) +
      Read the message entity input stream as an instance of specified Java type + using a MessageBodyReader that supports mapping the + message entity stream onto the requested type.
      +
      voidsetResolvedRequestUri(URI uri) +
      Set the absolute URI of the ultimate request that was made to receive this response.
      +
      voidsetStatus(int code) 
      voidsetStatusInfo(jakarta.ws.rs.core.Response.StatusType status) 
      StringtoString() 
      +
        +
      • + + +

        Methods inherited from class org.glassfish.jersey.message.internal.InboundMessageContext

        +bufferEntity, close, getAllowedMethods, getConfiguration, getDate, getEntityStream, getEntityTag, getHeaders, getHeaderString, getIfMatch, getIfNoneMatch, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLocation, getMediaType, getQualifiedAcceptableLanguages, getQualifiedAcceptableMediaTypes, getQualifiedAcceptCharset, getQualifiedAcceptEncoding, getRequestCookies, getResponseCookies, getWorkers, hasEntity, hasLink, header, headers, headers, headers, headers, readEntity, readEntity, readEntity, readEntity, remove, setEntityStream, setWorkers
      • +
      + +
        +
      • + + +

        Methods inherited from interface jakarta.ws.rs.client.ClientResponseContext

        +getAllowedMethods, getDate, getEntityStream, getEntityTag, getHeaders, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLocation, getMediaType, hasEntity, hasLink, setEntityStream
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ClientResponse

        +
        public ClientResponse(ClientRequest requestContext,
        +                      jakarta.ws.rs.core.Response response)
        +
        Create new Jersey client response context initialized from a JAX-RS response.
        +
        +
        Parameters:
        +
        requestContext - associated request context.
        +
        response - JAX-RS response to be used to initialize the response context.
        +
        +
      • +
      + + + +
        +
      • +

        ClientResponse

        +
        public ClientResponse(jakarta.ws.rs.core.Response.StatusType status,
        +                      ClientRequest requestContext)
        +
        Create a new Jersey client response context.
        +
        +
        Parameters:
        +
        status - response status.
        +
        requestContext - associated client request context.
        +
        +
      • +
      + + + +
        +
      • +

        ClientResponse

        +
        public ClientResponse(jakarta.ws.rs.core.Response.StatusType status,
        +                      ClientRequest requestContext,
        +                      URI resolvedRequestUri)
        +
        Create a new Jersey client response context.
        +
        +
        Parameters:
        +
        status - response status.
        +
        requestContext - associated client request context.
        +
        resolvedRequestUri - resolved request URI (see getResolvedRequestUri()).
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getStatus

        +
        public int getStatus()
        +
        +
        Specified by:
        +
        getStatus in interface jakarta.ws.rs.client.ClientResponseContext
        +
        +
      • +
      + + + +
        +
      • +

        setStatus

        +
        public void setStatus(int code)
        +
        +
        Specified by:
        +
        setStatus in interface jakarta.ws.rs.client.ClientResponseContext
        +
        +
      • +
      + + + +
        +
      • +

        setStatusInfo

        +
        public void setStatusInfo(jakarta.ws.rs.core.Response.StatusType status)
        +
        +
        Specified by:
        +
        setStatusInfo in interface jakarta.ws.rs.client.ClientResponseContext
        +
        +
      • +
      + + + +
        +
      • +

        getStatusInfo

        +
        public jakarta.ws.rs.core.Response.StatusType getStatusInfo()
        +
        +
        Specified by:
        +
        getStatusInfo in interface jakarta.ws.rs.client.ClientResponseContext
        +
        +
      • +
      + + + +
        +
      • +

        getResolvedRequestUri

        +
        public URI getResolvedRequestUri()
        +
        Get the absolute URI of the ultimate request made to receive this response. +

        + The returned URI points to the ultimate location of the requested resource that + provided the data represented by this response instance. Because Jersey client connectors + may be configured to automatically follow redirect responses, the value of the URI returned by this method may + be different from the value of the original request URI that can be retrieved using response.getRequestContext().getUri() + chain of method calls. +

        +
        +
        Returns:
        +
        absolute URI of the ultimate request made to receive this response.
        +
        Since:
        +
        2.6
        +
        See Also:
        +
        ClientProperties.FOLLOW_REDIRECTS, +setResolvedRequestUri(java.net.URI)
        +
        +
      • +
      + + + +
        +
      • +

        setResolvedRequestUri

        +
        public void setResolvedRequestUri(URI uri)
        +
        Set the absolute URI of the ultimate request that was made to receive this response. +

        + If the original request URI has been modified (e.g. due to redirections), the absolute URI of + the ultimate request being made to receive the response should be set by the caller + on the response instance using this method. +

        +
        +
        Parameters:
        +
        uri - absolute URI of the ultimate request made to receive this response. Must not be null.
        +
        Throws:
        +
        NullPointerException - in case the passed uri parameter is null.
        +
        IllegalArgumentException - in case the passed uri parameter does + not represent an absolute URI.
        +
        Since:
        +
        2.6
        +
        See Also:
        +
        ClientProperties.FOLLOW_REDIRECTS, +getResolvedRequestUri()
        +
        +
      • +
      + + + +
        +
      • +

        getRequestContext

        +
        public ClientRequest getRequestContext()
        +
        Get the associated client request context paired with this response context.
        +
        +
        Returns:
        +
        associated client request context.
        +
        +
      • +
      + + + +
        +
      • +

        getCookies

        +
        public Map<String,jakarta.ws.rs.core.NewCookie> getCookies()
        +
        +
        Specified by:
        +
        getCookies in interface jakarta.ws.rs.client.ClientResponseContext
        +
        +
      • +
      + + + +
        +
      • +

        getLinks

        +
        public Set<jakarta.ws.rs.core.Link> getLinks()
        +
        +
        Specified by:
        +
        getLinks in interface jakarta.ws.rs.client.ClientResponseContext
        +
        Overrides:
        +
        getLinks in class org.glassfish.jersey.message.internal.InboundMessageContext
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getEntity

        +
        public Object getEntity()
        +                 throws IllegalStateException
        +
        Get the message entity Java instance. Returns null if the message + does not contain an entity body. +

        + If the entity is represented by an un-consumed input stream + the method will return the input stream. +

        +
        +
        Returns:
        +
        the message entity or null if message does not contain an + entity body (i.e. when InboundMessageContext.hasEntity() returns false).
        +
        Throws:
        +
        IllegalStateException - if the entity was previously fully consumed + as an input stream, or + if the response has been closed.
        +
        Since:
        +
        2.5
        +
        See Also:
        +
        Response.getEntity()
        +
        +
      • +
      + + + +
        +
      • +

        readEntity

        +
        public <T> T readEntity(Class<T> entityType)
        +                 throws jakarta.ws.rs.ProcessingException,
        +                        IllegalStateException
        +
        Read the message entity input stream as an instance of specified Java type + using a MessageBodyReader that supports mapping the + message entity stream onto the requested type. +

        + Method throws an ProcessingException if the content of the + message cannot be mapped to an entity of the requested type and + IllegalStateException in case the entity is not backed by an input + stream or if the original entity input stream has already been consumed + without buffering the entity data prior consuming. +

        +

        + A message instance returned from this method will be cached for + subsequent retrievals via getEntity(). Unless the supplied entity + type is an input stream, this method automatically + closes the an unconsumed original response entity data stream + if open. In case the entity data has been buffered, the buffer will be reset + prior consuming the buffered data to enable subsequent invocations of + readEntity(...) methods on this response. +

        +
        +
        Type Parameters:
        +
        T - entity instance Java type.
        +
        Parameters:
        +
        entityType - the type of entity.
        +
        Returns:
        +
        the message entity; for a zero-length response entities returns a corresponding + Java object that represents zero-length data. In case no zero-length representation + is defined for the Java type, a ProcessingException wrapping the + underlying NoContentException is thrown.
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - if the content of the message cannot be + mapped to an entity of the requested type.
        +
        IllegalStateException - if the entity is not backed by an input stream, + the response has been closed already, + or if the entity input stream has been fully consumed already and has + not been buffered prior consuming.
        +
        Since:
        +
        2.5
        +
        See Also:
        +
        MessageBodyReader, +Response.readEntity(Class)
        +
        +
      • +
      + + + +
        +
      • +

        readEntity

        +
        public <T> T readEntity(jakarta.ws.rs.core.GenericType<T> entityType)
        +                 throws jakarta.ws.rs.ProcessingException,
        +                        IllegalStateException
        +
        Read the message entity input stream as an instance of specified Java type + using a MessageBodyReader that supports mapping the + message entity stream onto the requested type. +

        + Method throws an ProcessingException if the content of the + message cannot be mapped to an entity of the requested type and + IllegalStateException in case the entity is not backed by an input + stream or if the original entity input stream has already been consumed + without buffering the entity data prior consuming. +

        +

        + A message instance returned from this method will be cached for + subsequent retrievals via getEntity(). Unless the supplied entity + type is an input stream, this method automatically + closes the an unconsumed original response entity data stream + if open. In case the entity data has been buffered, the buffer will be reset + prior consuming the buffered data to enable subsequent invocations of + readEntity(...) methods on this response. +

        +
        +
        Type Parameters:
        +
        T - entity instance Java type.
        +
        Parameters:
        +
        entityType - the type of entity; may be generic.
        +
        Returns:
        +
        the message entity; for a zero-length response entities returns a corresponding + Java object that represents zero-length data. In case no zero-length representation + is defined for the Java type, a ProcessingException wrapping the + underlying NoContentException is thrown.
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - if the content of the message cannot be + mapped to an entity of the requested type.
        +
        IllegalStateException - if the entity is not backed by an input stream, + the response has been closed already, + or if the entity input stream has been fully consumed already and has + not been buffered prior consuming.
        +
        Since:
        +
        2.5
        +
        See Also:
        +
        MessageBodyReader, +Response.readEntity(jakarta.ws.rs.core.GenericType)
        +
        +
      • +
      + + + +
        +
      • +

        readEntity

        +
        public <T> T readEntity(Class<T> entityType,
        +                        Annotation[] annotations)
        +                 throws jakarta.ws.rs.ProcessingException,
        +                        IllegalStateException
        +
        Read the message entity input stream as an instance of specified Java type + using a MessageBodyReader that supports mapping the + message entity stream onto the requested type. +

        + Method throws an ProcessingException if the content of the + message cannot be mapped to an entity of the requested type and + IllegalStateException in case the entity is not backed by an input + stream or if the original entity input stream has already been consumed + without buffering the entity data prior consuming. +

        +

        + A message instance returned from this method will be cached for + subsequent retrievals via getEntity(). Unless the supplied entity + type is an input stream, this method automatically + closes the an unconsumed original response entity data stream + if open. In case the entity data has been buffered, the buffer will be reset + prior consuming the buffered data to enable subsequent invocations of + readEntity(...) methods on this response. +

        +
        +
        Type Parameters:
        +
        T - entity instance Java type.
        +
        Parameters:
        +
        entityType - the type of entity.
        +
        annotations - annotations that will be passed to the MessageBodyReader.
        +
        Returns:
        +
        the message entity; for a zero-length response entities returns a corresponding + Java object that represents zero-length data. In case no zero-length representation + is defined for the Java type, a ProcessingException wrapping the + underlying NoContentException is thrown.
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - if the content of the message cannot be + mapped to an entity of the requested type.
        +
        IllegalStateException - if the entity is not backed by an input stream, + the response has been closed already, + or if the entity input stream has been fully consumed already and has + not been buffered prior consuming.
        +
        Since:
        +
        2.5
        +
        See Also:
        +
        MessageBodyReader, +Response.readEntity(Class, java.lang.annotation.Annotation[])
        +
        +
      • +
      + + + +
        +
      • +

        readEntity

        +
        public <T> T readEntity(jakarta.ws.rs.core.GenericType<T> entityType,
        +                        Annotation[] annotations)
        +                 throws jakarta.ws.rs.ProcessingException,
        +                        IllegalStateException
        +
        Read the message entity input stream as an instance of specified Java type + using a MessageBodyReader that supports mapping the + message entity stream onto the requested type. +

        + Method throws an ProcessingException if the content of the + message cannot be mapped to an entity of the requested type and + IllegalStateException in case the entity is not backed by an input + stream or if the original entity input stream has already been consumed + without buffering the entity data prior consuming. +

        +

        + A message instance returned from this method will be cached for + subsequent retrievals via getEntity(). Unless the supplied entity + type is an input stream, this method automatically + closes the an unconsumed original response entity data stream + if open. In case the entity data has been buffered, the buffer will be reset + prior consuming the buffered data to enable subsequent invocations of + readEntity(...) methods on this response. +

        +
        +
        Type Parameters:
        +
        T - entity instance Java type.
        +
        Parameters:
        +
        entityType - the type of entity; may be generic.
        +
        annotations - annotations that will be passed to the MessageBodyReader.
        +
        Returns:
        +
        the message entity; for a zero-length response entities returns a corresponding + Java object that represents zero-length data. In case no zero-length representation + is defined for the Java type, a ProcessingException wrapping the + underlying NoContentException is thrown.
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - if the content of the message cannot be + mapped to an entity of the requested type.
        +
        IllegalStateException - if the entity is not backed by an input stream, + the response has been closed already, + or if the entity input stream has been fully consumed already and has + not been buffered prior consuming.
        +
        Since:
        +
        2.5
        +
        See Also:
        +
        MessageBodyReader, +Response.readEntity(jakarta.ws.rs.core.GenericType, java.lang.annotation.Annotation[])
        +
        +
      • +
      + + + +
        +
      • +

        getInjectionManager

        +
        public org.glassfish.jersey.internal.inject.InjectionManager getInjectionManager()
        +
        +
        Specified by:
        +
        getInjectionManager in interface org.glassfish.jersey.internal.inject.InjectionManagerSupplier
        +
        +
      • +
      + + + +
        +
      • +

        getReaderInterceptors

        +
        protected Iterable<jakarta.ws.rs.ext.ReaderInterceptor> getReaderInterceptors()
        +
        +
        Specified by:
        +
        getReaderInterceptors in class org.glassfish.jersey.message.internal.InboundMessageContext
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/CustomProvidersFeature.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/CustomProvidersFeature.html new file mode 100644 index 000000000..c76012f1d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/CustomProvidersFeature.html @@ -0,0 +1,294 @@ + + + + + + +CustomProvidersFeature (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class CustomProvidersFeature

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.client.CustomProvidersFeature
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.core.Feature
    +
    +
    +
    +
    public class CustomProvidersFeature
    +extends Object
    +implements jakarta.ws.rs.core.Feature
    +
    Feature to provide the single-line registration of custom providers.
    +
    +
    Author:
    +
    Stepan Kopriva
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CustomProvidersFeature

        +
        public CustomProvidersFeature(Collection<Class<?>> providers)
        +
        Constructs Feature which is used to register providers as providers in Configuration.
        +
        +
        Parameters:
        +
        providers - collection of providers which are going to be registered
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        configure

        +
        public boolean configure(jakarta.ws.rs.core.FeatureContext context)
        +
        +
        Specified by:
        +
        configure in interface jakarta.ws.rs.core.Feature
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/HttpUrlConnectorProvider.ConnectionFactory.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/HttpUrlConnectorProvider.ConnectionFactory.html new file mode 100644 index 000000000..5d28fe77f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/HttpUrlConnectorProvider.ConnectionFactory.html @@ -0,0 +1,284 @@ + + + + + + +HttpUrlConnectorProvider.ConnectionFactory (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Interface HttpUrlConnectorProvider.ConnectionFactory

+
+
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/HttpUrlConnectorProvider.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/HttpUrlConnectorProvider.html new file mode 100644 index 000000000..5c3662f38 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/HttpUrlConnectorProvider.html @@ -0,0 +1,640 @@ + + + + + + +HttpUrlConnectorProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class HttpUrlConnectorProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.client.HttpUrlConnectorProvider
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        USE_FIXED_LENGTH_STREAMING

        +
        public static final String USE_FIXED_LENGTH_STREAMING
        +
        If true, the HttpUrlConnector (if used) will assume the content length + from the value of "Content-Length" request + header (if present). +

        + When this property is enabled and the request has a valid non-zero content length + value specified in its "Content-Length" request + header, that this value will be used as an input to the + HttpURLConnection.setFixedLengthStreamingMode(int) method call + invoked on the underlying connection. + This will also suppress the entity buffering in the @{code HttpURLConnection}, + which is undesirable in certain scenarios, e.g. when streaming large entities. +

        +

        + Note that the content length value defined in the request header must exactly match + the real size of the entity. If the HttpHeaders.CONTENT_LENGTH header + is explicitly specified in a request, this property will be ignored and the + request entity will be still buffered by the underlying @{code HttpURLConnection} infrastructure. +

        +

        + This property also overrides the behaviour enabled by the + ClientProperties.CHUNKED_ENCODING_SIZE property. + Chunked encoding will only be used, if the size is not specified in the header of the request. +

        +

        + Note that this property only applies to client run-times that are configured to use the default + HttpUrlConnector as the client connector. The property is ignored by other connectors. +

        +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.client.httpUrlConnector.useFixedLengthStreaming". +

        +
        +
        Since:
        +
        2.5
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        SET_METHOD_WORKAROUND

        +
        public static final String SET_METHOD_WORKAROUND
        +
        A value of true declares that the client will try to set + unsupported HTTP method to HttpURLConnection via + reflection. +

        + NOTE: Enabling this property may cause security related warnings/errors + and it may break when other JDK implementation is used. Use only + when you know what you are doing. +

        +

        The value MUST be an instance of Boolean.

        +

        The default value is false.

        +

        The name of the configuration property is "jersey.config.client.httpUrlConnection.setMethodWorkaround".

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HttpUrlConnectorProvider

        +
        public HttpUrlConnectorProvider()
        +
        Create new HttpURLConnection-based Jersey client connector provider.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        chunkSize

        +
        public HttpUrlConnectorProvider chunkSize(int chunkSize)
        +
        Set chunk size for requests transferred using a + HTTP chunked transfer coding. + + If no value is set, the default chunk size of 4096 bytes will be used. +

        + Note that this programmatically set value can be overridden by + setting the ClientProperties.CHUNKED_ENCODING_SIZE property + specified in the Jersey client instance configuration. +

        +
        +
        Parameters:
        +
        chunkSize - chunked transfer coding chunk size to be used.
        +
        Returns:
        +
        updated connector provider instance.
        +
        Throws:
        +
        IllegalArgumentException - in case the specified chunk size is negative.
        +
        +
      • +
      + + + +
        +
      • +

        useFixedLengthStreaming

        +
        public HttpUrlConnectorProvider useFixedLengthStreaming()
        +
        Instruct the provided connectors to use the fixed-length streaming mode on the underlying HTTP URL connection instance when sending requests. + See USE_FIXED_LENGTH_STREAMING property documentation for more details. +

        + Note that this programmatically set value can be overridden by + setting the USE_FIXED_LENGTH_STREAMING property specified in the Jersey client instance configuration. +

        +
        +
        Returns:
        +
        updated connector provider instance.
        +
        +
      • +
      + + + +
        +
      • +

        useSetMethodWorkaround

        +
        public HttpUrlConnectorProvider useSetMethodWorkaround()
        +
        Instruct the provided connectors to use reflection when setting the + HTTP method value.See SET_METHOD_WORKAROUND property documentation for more details. +

        + Note that this programmatically set value can be overridden by + setting the SET_METHOD_WORKAROUND property specified in the Jersey client instance configuration + or in the request properties. +

        +
        +
        Returns:
        +
        updated connector provider instance.
        +
        +
      • +
      + + + +
        +
      • +

        getConnector

        +
        public Connector getConnector(jakarta.ws.rs.client.Client client,
        +                              jakarta.ws.rs.core.Configuration config)
        +
        Description copied from interface: ConnectorProvider
        +
        Get a Jersey client connector instance for a given client instance + and Jersey client runtime configuration. +

        + Note that the supplied runtime configuration can be different from the client instance + configuration as a single client can be used to serve multiple differently configured runtimes. + While the SSL context or hostname verifier + are shared, other configuration properties may change in each runtime. +

        +

        + Based on the supplied client and runtime configuration data, it is up to each connector provider + implementation to decide whether a new dedicated connector instance is required or if the existing, + previously create connector instance can be reused. +

        +
        +
        Specified by:
        +
        getConnector in interface ConnectorProvider
        +
        Parameters:
        +
        client - Jersey client instance.
        +
        config - Jersey client runtime configuration.
        +
        Returns:
        +
        configured Connector instance to be used by the client.
        +
        +
      • +
      + + + +
        +
      • +

        createHttpUrlConnector

        +
        protected Connector createHttpUrlConnector(jakarta.ws.rs.client.Client client,
        +                                           HttpUrlConnectorProvider.ConnectionFactory connectionFactory,
        +                                           int chunkSize,
        +                                           boolean fixLengthStreaming,
        +                                           boolean setMethodWorkaround)
        + +
        +
        Parameters:
        +
        client - JAX-RS client instance for which the connector is being created.
        +
        connectionFactory - HttpsURLConnection factory to be used when creating + connections.
        +
        chunkSize - chunk size to use when using HTTP chunked transfer coding.
        +
        fixLengthStreaming - specify if the the fixed-length streaming mode on the underlying HTTP URL connection instances should + be used when sending requests.
        +
        setMethodWorkaround - specify if the reflection workaround should be used to set HTTP URL connection method + name. See SET_METHOD_WORKAROUND for details.
        +
        Returns:
        +
        created HttpUrlConnector instance.
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/Initializable.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/Initializable.html new file mode 100644 index 000000000..cbab70633 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/Initializable.html @@ -0,0 +1,277 @@ + + + + + + +Initializable (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Interface Initializable<T extends Initializable<T>>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    T - initializable type.
    +
    +
    +
    All Known Implementing Classes:
    +
    JerseyClient, JerseyWebTarget
    +
    +
    +
    +
    public interface Initializable<T extends Initializable<T>>
    +
    Initializable Jersey client-side component. +

    + This interface provides method that allows to pre-initialize client-side component's runtime and runtime configuration + ahead of it's first use. The interface is implemented by JerseyClient and + JerseyWebTarget classes. +

    +
    +
    Since:
    +
    2.8
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      ClientConfiggetConfiguration() +
      Get a live view of an internal client configuration state of this initializable instance.
      +
      TpreInitialize() +
      Pre-initializes the runtime and runtime configuration of this component + in order to improve performance during the first request.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        preInitialize

        +
        T preInitialize()
        +
        Pre-initializes the runtime and runtime configuration of this component + in order to improve performance during the first request. +

        + Once this method is called no other method implementing Configurable should be called + on this pre initialized component, otherwise the initialized client runtime will be discarded and the configuration + will change back to uninitialized. +

        +
        +
        Returns:
        +
        pre-initialized Jersey client component.
        +
        +
      • +
      + + + +
        +
      • +

        getConfiguration

        +
        ClientConfig getConfiguration()
        +
        Get a live view of an internal client configuration state of this initializable instance.
        +
        +
        Returns:
        +
        configuration live view of the internal configuration state.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/InjectionManagerClientProvider.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/InjectionManagerClientProvider.html new file mode 100644 index 000000000..dd894a1d3 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/InjectionManagerClientProvider.html @@ -0,0 +1,340 @@ + + + + + + +InjectionManagerClientProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class InjectionManagerClientProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.InjectionManagerProvider
    • +
    • +
        +
      • org.glassfish.jersey.client.InjectionManagerClientProvider
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class InjectionManagerClientProvider
    +extends org.glassfish.jersey.InjectionManagerProvider
    +
    Extension of InjectionManagerProvider which contains helper static methods + that extract InjectionManager from client specific JAX-RS components. +

    + See javadoc of InjectionManagerProvider for more details. +

    +
    +
    Since:
    +
    2.6
    +
    Author:
    +
    Miroslav Fuksa
    +
    See Also:
    +
    InjectionManagerProvider
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static org.glassfish.jersey.internal.inject.InjectionManagergetInjectionManager(jakarta.ws.rs.client.ClientRequestContext clientRequestContext) +
      Extract and return injection manager from clientRequestContext.
      +
      static org.glassfish.jersey.internal.inject.InjectionManagergetInjectionManager(jakarta.ws.rs.client.ClientResponseContext clientResponseContext) +
      Extract and return injection manager from clientResponseContext.
      +
      +
        +
      • + + +

        Methods inherited from class org.glassfish.jersey.InjectionManagerProvider

        +getInjectionManager, getInjectionManager, getInjectionManager
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InjectionManagerClientProvider

        +
        public InjectionManagerClientProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInjectionManager

        +
        public static org.glassfish.jersey.internal.inject.InjectionManager getInjectionManager(jakarta.ws.rs.client.ClientRequestContext clientRequestContext)
        +
        Extract and return injection manager from clientRequestContext. + The method can be used to inject custom types into a ClientRequestFilter.
        +
        +
        Parameters:
        +
        clientRequestContext - Client request context.
        +
        Returns:
        +
        injection manager.
        +
        Throws:
        +
        IllegalArgumentException - when clientRequestContext is not a default + Jersey implementation provided by Jersey as argument in the + ClientRequestFilter.filter(jakarta.ws.rs.client.ClientRequestContext) method.
        +
        +
      • +
      + + + +
        +
      • +

        getInjectionManager

        +
        public static org.glassfish.jersey.internal.inject.InjectionManager getInjectionManager(jakarta.ws.rs.client.ClientResponseContext clientResponseContext)
        +
        Extract and return injection manager from clientResponseContext. + The method can be used to inject custom types into a ClientResponseFilter.
        +
        +
        Parameters:
        +
        clientResponseContext - Client response context.
        +
        Returns:
        +
        injection manager.
        +
        Throws:
        +
        IllegalArgumentException - when clientResponseContext is not a default + Jersey implementation provided by Jersey as argument in the + ClientResponseFilter.filter(jakarta.ws.rs.client.ClientRequestContext, jakarta.ws.rs.client.ClientResponseContext) + method.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyClient.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyClient.html new file mode 100644 index 000000000..1f3edfc40 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyClient.html @@ -0,0 +1,814 @@ + + + + + + +JerseyClient (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class JerseyClient

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.client.Client, jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.Client>, Initializable<JerseyClient>
    +
    +
    +
    +
    public class JerseyClient
    +extends Object
    +implements jakarta.ws.rs.client.Client, Initializable<JerseyClient>
    +
    Jersey implementation of JAX-RS Client + contract.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JerseyClient

        +
        protected JerseyClient()
        +
        Create a new Jersey client instance using a default configuration.
        +
      • +
      + + + +
        +
      • +

        JerseyClient

        +
        protected JerseyClient(jakarta.ws.rs.core.Configuration config,
        +                       SSLContext sslContext,
        +                       HostnameVerifier verifier)
        +
        Create a new Jersey client instance.
        +
        +
        Parameters:
        +
        config - jersey client configuration.
        +
        sslContext - jersey client SSL context.
        +
        verifier - jersey client host name verifier.
        +
        +
      • +
      + + + +
        +
      • +

        JerseyClient

        +
        protected JerseyClient(jakarta.ws.rs.core.Configuration config,
        +                       SSLContext sslContext,
        +                       HostnameVerifier verifier,
        +                       DefaultSslContextProvider defaultSslContextProvider)
        +
        Create a new Jersey client instance.
        +
        +
        Parameters:
        +
        config - jersey client configuration.
        +
        sslContext - jersey client SSL context.
        +
        verifier - jersey client host name verifier.
        +
        defaultSslContextProvider - default SSL context provider.
        +
        +
      • +
      + + + +
        +
      • +

        JerseyClient

        +
        protected JerseyClient(jakarta.ws.rs.core.Configuration config,
        +                       org.glassfish.jersey.internal.util.collection.UnsafeValue<SSLContext,IllegalStateException> sslContextProvider,
        +                       HostnameVerifier verifier)
        +
        Create a new Jersey client instance.
        +
        +
        Parameters:
        +
        config - jersey client configuration.
        +
        sslContextProvider - jersey client SSL context provider.
        +
        verifier - jersey client host name verifier.
        +
        +
      • +
      + + + +
        +
      • +

        JerseyClient

        +
        protected JerseyClient(jakarta.ws.rs.core.Configuration config,
        +                       org.glassfish.jersey.internal.util.collection.UnsafeValue<SSLContext,IllegalStateException> sslContextProvider,
        +                       HostnameVerifier verifier,
        +                       DefaultSslContextProvider defaultSslContextProvider)
        +
        Create a new Jersey client instance.
        +
        +
        Parameters:
        +
        config - jersey client configuration.
        +
        sslContextProvider - jersey client SSL context provider. Non null provider is expected to + return non-default value.
        +
        verifier - jersey client host name verifier.
        +
        defaultSslContextProvider - default SSL context provider.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        close

        +
        public void close()
        +
        +
        Specified by:
        +
        close in interface jakarta.ws.rs.client.Client
        +
        +
      • +
      + + + +
        +
      • +

        isClosed

        +
        public boolean isClosed()
        +
        Check client state.
        +
        +
        Returns:
        +
        true if current JerseyClient instance is closed, otherwise false.
        +
        See Also:
        +
        close()
        +
        +
      • +
      + + + +
        +
      • +

        isDefaultSslContext

        +
        public boolean isDefaultSslContext()
        +
        Get information about used SSLContext.
        +
        +
        Returns:
        +
        true when used SSLContext is acquired from SslConfigurator.getDefaultContext(), + false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        target

        +
        public JerseyWebTarget target(String uri)
        +
        +
        Specified by:
        +
        target in interface jakarta.ws.rs.client.Client
        +
        +
      • +
      + + + +
        +
      • +

        target

        +
        public JerseyWebTarget target(URI uri)
        +
        +
        Specified by:
        +
        target in interface jakarta.ws.rs.client.Client
        +
        +
      • +
      + + + +
        +
      • +

        target

        +
        public JerseyWebTarget target(jakarta.ws.rs.core.UriBuilder uriBuilder)
        +
        +
        Specified by:
        +
        target in interface jakarta.ws.rs.client.Client
        +
        +
      • +
      + + + +
        +
      • +

        target

        +
        public JerseyWebTarget target(jakarta.ws.rs.core.Link link)
        +
        +
        Specified by:
        +
        target in interface jakarta.ws.rs.client.Client
        +
        +
      • +
      + + + +
        +
      • +

        invocation

        +
        public JerseyInvocation.Builder invocation(jakarta.ws.rs.core.Link link)
        +
        +
        Specified by:
        +
        invocation in interface jakarta.ws.rs.client.Client
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyClient register(Class<?> providerClass)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.Client>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyClient register(Object provider)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.Client>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyClient register(Class<?> providerClass,
        +                             int bindingPriority)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.Client>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyClient register(Class<?> providerClass,
        +                             Class<?>... contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.Client>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyClient register(Class<?> providerClass,
        +                             Map<Class<?>,Integer> contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.Client>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyClient register(Object provider,
        +                             int bindingPriority)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.Client>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyClient register(Object provider,
        +                             Class<?>... contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.Client>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyClient register(Object provider,
        +                             Map<Class<?>,Integer> contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.Client>
        +
        +
      • +
      + + + +
        +
      • +

        property

        +
        public JerseyClient property(String name,
        +                             Object value)
        +
        +
        Specified by:
        +
        property in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.Client>
        +
        +
      • +
      + + + +
        +
      • +

        getConfiguration

        +
        public ClientConfig getConfiguration()
        +
        Description copied from interface: Initializable
        +
        Get a live view of an internal client configuration state of this initializable instance.
        +
        +
        Specified by:
        +
        getConfiguration in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.Client>
        +
        Specified by:
        +
        getConfiguration in interface Initializable<JerseyClient>
        +
        Returns:
        +
        configuration live view of the internal configuration state.
        +
        +
      • +
      + + + +
        +
      • +

        getSslContext

        +
        public SSLContext getSslContext()
        +
        +
        Specified by:
        +
        getSslContext in interface jakarta.ws.rs.client.Client
        +
        +
      • +
      + + + +
        +
      • +

        getHostnameVerifier

        +
        public HostnameVerifier getHostnameVerifier()
        +
        +
        Specified by:
        +
        getHostnameVerifier in interface jakarta.ws.rs.client.Client
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        preInitialize

        +
        public JerseyClient preInitialize()
        +
        Description copied from interface: Initializable
        +
        Pre-initializes the runtime and runtime configuration of this component + in order to improve performance during the first request. +

        + Once this method is called no other method implementing Configurable should be called + on this pre initialized component, otherwise the initialized client runtime will be discarded and the configuration + will change back to uninitialized. +

        +
        +
        Specified by:
        +
        preInitialize in interface Initializable<JerseyClient>
        +
        Returns:
        +
        pre-initialized Jersey client component.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyClientBuilder.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyClientBuilder.html new file mode 100644 index 000000000..f8341a746 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyClientBuilder.html @@ -0,0 +1,666 @@ + + + + + + +JerseyClientBuilder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class JerseyClientBuilder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.client.ClientBuilder
    • +
    • +
        +
      • org.glassfish.jersey.client.JerseyClientBuilder
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.ClientBuilder>
    +
    +
    +
    +
    public class JerseyClientBuilder
    +extends jakarta.ws.rs.client.ClientBuilder
    +
    Jersey provider of JAX-RS client builder.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JerseyClientBuilder

        +
        public JerseyClientBuilder()
        +
        Create new Jersey client builder instance.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createClient

        +
        public static JerseyClient createClient()
        +
        Create a new custom-configured JerseyClient instance.
        +
        +
        Returns:
        +
        new configured Jersey client instance.
        +
        Since:
        +
        2.5
        +
        +
      • +
      + + + +
        +
      • +

        createClient

        +
        public static JerseyClient createClient(jakarta.ws.rs.core.Configuration configuration)
        +
        Create a new custom-configured JerseyClient instance.
        +
        +
        Parameters:
        +
        configuration - data used to provide initial configuration for the new + Jersey client instance.
        +
        Returns:
        +
        new configured Jersey client instance.
        +
        Since:
        +
        2.5
        +
        +
      • +
      + + + +
        +
      • +

        sslContext

        +
        public JerseyClientBuilder sslContext(SSLContext sslContext)
        +
        +
        Specified by:
        +
        sslContext in class jakarta.ws.rs.client.ClientBuilder
        +
        +
      • +
      + + + +
        +
      • +

        keyStore

        +
        public JerseyClientBuilder keyStore(KeyStore keyStore,
        +                                    char[] password)
        +
        +
        Specified by:
        +
        keyStore in class jakarta.ws.rs.client.ClientBuilder
        +
        +
      • +
      + + + +
        +
      • +

        trustStore

        +
        public JerseyClientBuilder trustStore(KeyStore trustStore)
        +
        +
        Specified by:
        +
        trustStore in class jakarta.ws.rs.client.ClientBuilder
        +
        +
      • +
      + + + +
        +
      • +

        hostnameVerifier

        +
        public JerseyClientBuilder hostnameVerifier(HostnameVerifier hostnameVerifier)
        +
        +
        Specified by:
        +
        hostnameVerifier in class jakarta.ws.rs.client.ClientBuilder
        +
        +
      • +
      + + + +
        +
      • +

        executorService

        +
        public jakarta.ws.rs.client.ClientBuilder executorService(ExecutorService executorService)
        +
        +
        Specified by:
        +
        executorService in class jakarta.ws.rs.client.ClientBuilder
        +
        +
      • +
      + + + +
        +
      • +

        scheduledExecutorService

        +
        public jakarta.ws.rs.client.ClientBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
        +
        +
        Specified by:
        +
        scheduledExecutorService in class jakarta.ws.rs.client.ClientBuilder
        +
        +
      • +
      + + + +
        +
      • +

        connectTimeout

        +
        public jakarta.ws.rs.client.ClientBuilder connectTimeout(long timeout,
        +                                                         TimeUnit unit)
        +
        +
        Specified by:
        +
        connectTimeout in class jakarta.ws.rs.client.ClientBuilder
        +
        +
      • +
      + + + +
        +
      • +

        readTimeout

        +
        public jakarta.ws.rs.client.ClientBuilder readTimeout(long timeout,
        +                                                      TimeUnit unit)
        +
        +
        Specified by:
        +
        readTimeout in class jakarta.ws.rs.client.ClientBuilder
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public JerseyClient build()
        +
        +
        Specified by:
        +
        build in class jakarta.ws.rs.client.ClientBuilder
        +
        +
      • +
      + + + +
        +
      • +

        getConfiguration

        +
        public ClientConfig getConfiguration()
        +
      • +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        withConfig

        +
        public JerseyClientBuilder withConfig(jakarta.ws.rs.core.Configuration config)
        +
        +
        Specified by:
        +
        withConfig in class jakarta.ws.rs.client.ClientBuilder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyCompletionStageRxInvoker.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyCompletionStageRxInvoker.html new file mode 100644 index 000000000..df4c922ea --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyCompletionStageRxInvoker.html @@ -0,0 +1,790 @@ + + + + + + +JerseyCompletionStageRxInvoker (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class JerseyCompletionStageRxInvoker

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.client.AsyncInvoker, jakarta.ws.rs.client.CompletionStageRxInvoker, jakarta.ws.rs.client.RxInvoker<CompletionStage>
    +
    +
    +
    +
    public class JerseyCompletionStageRxInvoker
    +extends Object
    +implements jakarta.ws.rs.client.CompletionStageRxInvoker
    +
    Implementation of Reactive Invoker for CompletionStage. + + This class allows for using InvocationCallback in + Invocation.Builder.rx(JerseyCompletionStageRxInvoker.class) + requests.
    +
    +
    Since:
    +
    2.26
    +
    Author:
    +
    Michal Gajdos
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      Tdelete() 
      <R> Tdelete(Class<R> responseType) 
      <R> Tdelete(jakarta.ws.rs.core.GenericType<R> responseType) 
      <R> CompletableFuture<R>delete(jakarta.ws.rs.client.InvocationCallback<R> callback) 
      Tget() 
      <R> Tget(Class<R> responseType) 
      <R> Tget(jakarta.ws.rs.core.GenericType<R> responseType) 
      <R> CompletableFuture<R>get(jakarta.ws.rs.client.InvocationCallback<R> callback) 
      Thead() 
      CompletableFuture<jakarta.ws.rs.core.Response>head(jakarta.ws.rs.client.InvocationCallback<jakarta.ws.rs.core.Response> callback) 
      CompletableFuture<jakarta.ws.rs.core.Response>method(String name) 
      <T> CompletableFuture<T>method(String name, + Class<T> responseType) 
      CompletableFuture<jakarta.ws.rs.core.Response>method(String name, + jakarta.ws.rs.client.Entity<?> entity) 
      <T> CompletableFuture<T>method(String name, + jakarta.ws.rs.client.Entity<?> entity, + Class<T> responseType) 
      <T> CompletableFuture<T>method(String name, + jakarta.ws.rs.client.Entity<?> entity, + jakarta.ws.rs.core.GenericType<T> responseType) 
      <T> CompletableFuture<T>method(String name, + jakarta.ws.rs.client.Entity<?> entity, + jakarta.ws.rs.client.InvocationCallback<T> callback) 
      <T> CompletableFuture<T>method(String name, + jakarta.ws.rs.core.GenericType<T> responseType) 
      <T> CompletableFuture<T>method(String name, + jakarta.ws.rs.client.InvocationCallback<T> callback) 
      Toptions() 
      <R> Toptions(Class<R> responseType) 
      <R> Toptions(jakarta.ws.rs.core.GenericType<R> responseType) 
      <R> CompletableFuture<R>options(jakarta.ws.rs.client.InvocationCallback<R> callback) 
      Tpost(jakarta.ws.rs.client.Entity<?> entity) 
      <R> Tpost(jakarta.ws.rs.client.Entity<?> entity, + Class<R> clazz) 
      <R> Tpost(jakarta.ws.rs.client.Entity<?> entity, + jakarta.ws.rs.core.GenericType<R> type) 
      <R> CompletableFuture<R>post(jakarta.ws.rs.client.Entity<?> entity, + jakarta.ws.rs.client.InvocationCallback<R> callback) 
      Tput(jakarta.ws.rs.client.Entity<?> entity) 
      <R> Tput(jakarta.ws.rs.client.Entity<?> entity, + Class<R> clazz) 
      <R> Tput(jakarta.ws.rs.client.Entity<?> entity, + jakarta.ws.rs.core.GenericType<R> type) 
      <R> CompletableFuture<R>put(jakarta.ws.rs.client.Entity<?> entity, + jakarta.ws.rs.client.InvocationCallback<R> callback) 
      Ttrace() 
      <R> Ttrace(Class<R> responseType) 
      <R> Ttrace(jakarta.ws.rs.core.GenericType<R> responseType) 
      <R> CompletableFuture<R>trace(jakarta.ws.rs.client.InvocationCallback<R> callback) 
      + +
        +
      • + + +

        Methods inherited from interface jakarta.ws.rs.client.CompletionStageRxInvoker

        +delete, delete, delete, get, get, get, head, method, method, method, method, method, method, options, options, options, post, post, post, put, put, put, trace, trace, trace
      • +
      +
        +
      • + + +

        Methods inherited from interface jakarta.ws.rs.client.AsyncInvoker

        +delete, delete, delete, delete, get, get, get, get, head, head, options, options, options, options, post, post, post, post, put, put, put, put, trace, trace, trace, trace
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        method

        +
        public CompletableFuture<jakarta.ws.rs.core.Response> method(String name)
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public <T> CompletableFuture<T> method(String name,
        +                                       Class<T> responseType)
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public <T> CompletableFuture<T> method(String name,
        +                                       jakarta.ws.rs.core.GenericType<T> responseType)
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public <T> CompletableFuture<T> method(String name,
        +                                       jakarta.ws.rs.client.InvocationCallback<T> callback)
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public CompletableFuture<jakarta.ws.rs.core.Response> method(String name,
        +                                                             jakarta.ws.rs.client.Entity<?> entity)
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public <T> CompletableFuture<T> method(String name,
        +                                       jakarta.ws.rs.client.Entity<?> entity,
        +                                       Class<T> responseType)
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public <T> CompletableFuture<T> method(String name,
        +                                       jakarta.ws.rs.client.Entity<?> entity,
        +                                       jakarta.ws.rs.core.GenericType<T> responseType)
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public <T> CompletableFuture<T> method(String name,
        +                                       jakarta.ws.rs.client.Entity<?> entity,
        +                                       jakarta.ws.rs.client.InvocationCallback<T> callback)
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public <R> CompletableFuture<R> get(jakarta.ws.rs.client.InvocationCallback<R> callback)
        +
        +
        Specified by:
        +
        get in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        put

        +
        public <R> CompletableFuture<R> put(jakarta.ws.rs.client.Entity<?> entity,
        +                                    jakarta.ws.rs.client.InvocationCallback<R> callback)
        +
        +
        Specified by:
        +
        put in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        post

        +
        public <R> CompletableFuture<R> post(jakarta.ws.rs.client.Entity<?> entity,
        +                                     jakarta.ws.rs.client.InvocationCallback<R> callback)
        +
        +
        Specified by:
        +
        post in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        delete

        +
        public <R> CompletableFuture<R> delete(jakarta.ws.rs.client.InvocationCallback<R> callback)
        +
        +
        Specified by:
        +
        delete in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        head

        +
        public CompletableFuture<jakarta.ws.rs.core.Response> head(jakarta.ws.rs.client.InvocationCallback<jakarta.ws.rs.core.Response> callback)
        +
        +
        Specified by:
        +
        head in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        options

        +
        public <R> CompletableFuture<R> options(jakarta.ws.rs.client.InvocationCallback<R> callback)
        +
        +
        Specified by:
        +
        options in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        trace

        +
        public <R> CompletableFuture<R> trace(jakarta.ws.rs.client.InvocationCallback<R> callback)
        +
        +
        Specified by:
        +
        trace in interface jakarta.ws.rs.client.AsyncInvoker
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public T get()
        +
      • +
      + + + +
        +
      • +

        get

        +
        public <R> T get(Class<R> responseType)
        +
      • +
      + + + +
        +
      • +

        get

        +
        public <R> T get(jakarta.ws.rs.core.GenericType<R> responseType)
        +
      • +
      + + + +
        +
      • +

        put

        +
        public T put(jakarta.ws.rs.client.Entity<?> entity)
        +
      • +
      + + + +
        +
      • +

        put

        +
        public <R> T put(jakarta.ws.rs.client.Entity<?> entity,
        +                 Class<R> clazz)
        +
      • +
      + + + +
        +
      • +

        put

        +
        public <R> T put(jakarta.ws.rs.client.Entity<?> entity,
        +                 jakarta.ws.rs.core.GenericType<R> type)
        +
      • +
      + + + +
        +
      • +

        post

        +
        public T post(jakarta.ws.rs.client.Entity<?> entity)
        +
      • +
      + + + +
        +
      • +

        post

        +
        public <R> T post(jakarta.ws.rs.client.Entity<?> entity,
        +                  Class<R> clazz)
        +
      • +
      + + + +
        +
      • +

        post

        +
        public <R> T post(jakarta.ws.rs.client.Entity<?> entity,
        +                  jakarta.ws.rs.core.GenericType<R> type)
        +
      • +
      + + + +
        +
      • +

        delete

        +
        public T delete()
        +
      • +
      + + + +
        +
      • +

        delete

        +
        public <R> T delete(Class<R> responseType)
        +
      • +
      + + + +
        +
      • +

        delete

        +
        public <R> T delete(jakarta.ws.rs.core.GenericType<R> responseType)
        +
      • +
      + + + +
        +
      • +

        head

        +
        public T head()
        +
      • +
      + + + +
        +
      • +

        options

        +
        public T options()
        +
      • +
      + + + +
        +
      • +

        options

        +
        public <R> T options(Class<R> responseType)
        +
      • +
      + + + +
        +
      • +

        options

        +
        public <R> T options(jakarta.ws.rs.core.GenericType<R> responseType)
        +
      • +
      + + + +
        +
      • +

        trace

        +
        public T trace()
        +
      • +
      + + + +
        +
      • +

        trace

        +
        public <R> T trace(Class<R> responseType)
        +
      • +
      + + + +
        +
      • +

        trace

        +
        public <R> T trace(jakarta.ws.rs.core.GenericType<R> responseType)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyInvocation.Builder.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyInvocation.Builder.html new file mode 100644 index 000000000..074da79d4 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyInvocation.Builder.html @@ -0,0 +1,1184 @@ + + + + + + +JerseyInvocation.Builder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class JerseyInvocation.Builder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.client.JerseyInvocation.Builder
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.client.Invocation.Builder, jakarta.ws.rs.client.SyncInvoker
    +
    +
    +
    Enclosing class:
    +
    JerseyInvocation
    +
    +
    +
    +
    public static class JerseyInvocation.Builder
    +extends Object
    +implements jakarta.ws.rs.client.Invocation.Builder
    +
    Jersey-specific client invocation builder.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Builder

        +
        protected Builder(URI uri,
        +                  ClientConfig configuration)
        +
        Create new Jersey-specific client invocation builder.
        +
        +
        Parameters:
        +
        uri - invoked request URI.
        +
        configuration - Jersey client configuration.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        build

        +
        public JerseyInvocation build(String method)
        +
        +
        Specified by:
        +
        build in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public JerseyInvocation build(String method,
        +                              jakarta.ws.rs.client.Entity<?> entity)
        +
        +
        Specified by:
        +
        build in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        buildGet

        +
        public JerseyInvocation buildGet()
        +
        +
        Specified by:
        +
        buildGet in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        buildDelete

        +
        public JerseyInvocation buildDelete()
        +
        +
        Specified by:
        +
        buildDelete in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        buildPost

        +
        public JerseyInvocation buildPost(jakarta.ws.rs.client.Entity<?> entity)
        +
        +
        Specified by:
        +
        buildPost in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        buildPut

        +
        public JerseyInvocation buildPut(jakarta.ws.rs.client.Entity<?> entity)
        +
        +
        Specified by:
        +
        buildPut in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        async

        +
        public jakarta.ws.rs.client.AsyncInvoker async()
        +
        +
        Specified by:
        +
        async in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        accept

        +
        public JerseyInvocation.Builder accept(String... mediaTypes)
        +
        +
        Specified by:
        +
        accept in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        accept

        +
        public JerseyInvocation.Builder accept(jakarta.ws.rs.core.MediaType... mediaTypes)
        +
        +
        Specified by:
        +
        accept in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        acceptEncoding

        +
        public jakarta.ws.rs.client.Invocation.Builder acceptEncoding(String... encodings)
        +
        +
        Specified by:
        +
        acceptEncoding in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        acceptLanguage

        +
        public JerseyInvocation.Builder acceptLanguage(Locale... locales)
        +
        +
        Specified by:
        +
        acceptLanguage in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        acceptLanguage

        +
        public JerseyInvocation.Builder acceptLanguage(String... locales)
        +
        +
        Specified by:
        +
        acceptLanguage in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        cookie

        +
        public JerseyInvocation.Builder cookie(jakarta.ws.rs.core.Cookie cookie)
        +
        +
        Specified by:
        +
        cookie in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + + + + + +
        +
      • +

        cacheControl

        +
        public JerseyInvocation.Builder cacheControl(jakarta.ws.rs.core.CacheControl cacheControl)
        +
        +
        Specified by:
        +
        cacheControl in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + + + + + +
        +
      • +

        headers

        +
        public JerseyInvocation.Builder headers(jakarta.ws.rs.core.MultivaluedMap<String,Object> headers)
        +
        +
        Specified by:
        +
        headers in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public jakarta.ws.rs.core.Response get()
        +                                throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        get in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public <T> T get(Class<T> responseType)
        +          throws jakarta.ws.rs.ProcessingException,
        +                 jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        get in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public <T> T get(jakarta.ws.rs.core.GenericType<T> responseType)
        +          throws jakarta.ws.rs.ProcessingException,
        +                 jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        get in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        put

        +
        public jakarta.ws.rs.core.Response put(jakarta.ws.rs.client.Entity<?> entity)
        +                                throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        put in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        put

        +
        public <T> T put(jakarta.ws.rs.client.Entity<?> entity,
        +                 Class<T> responseType)
        +          throws jakarta.ws.rs.ProcessingException,
        +                 jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        put in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        put

        +
        public <T> T put(jakarta.ws.rs.client.Entity<?> entity,
        +                 jakarta.ws.rs.core.GenericType<T> responseType)
        +          throws jakarta.ws.rs.ProcessingException,
        +                 jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        put in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        post

        +
        public jakarta.ws.rs.core.Response post(jakarta.ws.rs.client.Entity<?> entity)
        +                                 throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        post in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        post

        +
        public <T> T post(jakarta.ws.rs.client.Entity<?> entity,
        +                  Class<T> responseType)
        +           throws jakarta.ws.rs.ProcessingException,
        +                  jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        post in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        post

        +
        public <T> T post(jakarta.ws.rs.client.Entity<?> entity,
        +                  jakarta.ws.rs.core.GenericType<T> responseType)
        +           throws jakarta.ws.rs.ProcessingException,
        +                  jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        post in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        delete

        +
        public jakarta.ws.rs.core.Response delete()
        +                                   throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        delete in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        delete

        +
        public <T> T delete(Class<T> responseType)
        +             throws jakarta.ws.rs.ProcessingException,
        +                    jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        delete in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        delete

        +
        public <T> T delete(jakarta.ws.rs.core.GenericType<T> responseType)
        +             throws jakarta.ws.rs.ProcessingException,
        +                    jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        delete in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        head

        +
        public jakarta.ws.rs.core.Response head()
        +                                 throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        head in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        options

        +
        public jakarta.ws.rs.core.Response options()
        +                                    throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        options in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        options

        +
        public <T> T options(Class<T> responseType)
        +              throws jakarta.ws.rs.ProcessingException,
        +                     jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        options in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        options

        +
        public <T> T options(jakarta.ws.rs.core.GenericType<T> responseType)
        +              throws jakarta.ws.rs.ProcessingException,
        +                     jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        options in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        trace

        +
        public jakarta.ws.rs.core.Response trace()
        +                                  throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        trace in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        trace

        +
        public <T> T trace(Class<T> responseType)
        +            throws jakarta.ws.rs.ProcessingException,
        +                   jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        trace in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        trace

        +
        public <T> T trace(jakarta.ws.rs.core.GenericType<T> responseType)
        +            throws jakarta.ws.rs.ProcessingException,
        +                   jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        trace in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public jakarta.ws.rs.core.Response method(String name)
        +                                   throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public <T> T method(String name,
        +                    Class<T> responseType)
        +             throws jakarta.ws.rs.ProcessingException,
        +                    jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public <T> T method(String name,
        +                    jakarta.ws.rs.core.GenericType<T> responseType)
        +             throws jakarta.ws.rs.ProcessingException,
        +                    jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public jakarta.ws.rs.core.Response method(String name,
        +                                          jakarta.ws.rs.client.Entity<?> entity)
        +                                   throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public <T> T method(String name,
        +                    jakarta.ws.rs.client.Entity<?> entity,
        +                    Class<T> responseType)
        +             throws jakarta.ws.rs.ProcessingException,
        +                    jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        method

        +
        public <T> T method(String name,
        +                    jakarta.ws.rs.client.Entity<?> entity,
        +                    jakarta.ws.rs.core.GenericType<T> responseType)
        +             throws jakarta.ws.rs.ProcessingException,
        +                    jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        method in interface jakarta.ws.rs.client.SyncInvoker
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + + + + + +
        +
      • +

        rx

        +
        public jakarta.ws.rs.client.CompletionStageRxInvoker rx()
        +
        +
        Specified by:
        +
        rx in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      + + + +
        +
      • +

        rx

        +
        public <T extends jakarta.ws.rs.client.RxInvoker> T rx(Class<T> clazz)
        +
        +
        Specified by:
        +
        rx in interface jakarta.ws.rs.client.Invocation.Builder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyInvocation.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyInvocation.html new file mode 100644 index 000000000..b0dbda04c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyInvocation.html @@ -0,0 +1,463 @@ + + + + + + +JerseyInvocation (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class JerseyInvocation

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.client.Invocation
    +
    +
    +
    +
    public class JerseyInvocation
    +extends Object
    +implements jakarta.ws.rs.client.Invocation
    +
    Jersey implementation of JAX-RS client-side + request invocation contract.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        invoke

        +
        public jakarta.ws.rs.core.Response invoke()
        +                                   throws jakarta.ws.rs.ProcessingException,
        +                                          jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        invoke in interface jakarta.ws.rs.client.Invocation
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        invoke

        +
        public <T> T invoke(Class<T> responseType)
        +             throws jakarta.ws.rs.ProcessingException,
        +                    jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        invoke in interface jakarta.ws.rs.client.Invocation
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        invoke

        +
        public <T> T invoke(jakarta.ws.rs.core.GenericType<T> responseType)
        +             throws jakarta.ws.rs.ProcessingException,
        +                    jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        invoke in interface jakarta.ws.rs.client.Invocation
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        submit

        +
        public Future<jakarta.ws.rs.core.Response> submit()
        +
        +
        Specified by:
        +
        submit in interface jakarta.ws.rs.client.Invocation
        +
        +
      • +
      + + + +
        +
      • +

        submit

        +
        public <T> Future<T> submit(Class<T> responseType)
        +
        +
        Specified by:
        +
        submit in interface jakarta.ws.rs.client.Invocation
        +
        +
      • +
      + + + +
        +
      • +

        submit

        +
        public <T> Future<T> submit(jakarta.ws.rs.core.GenericType<T> responseType)
        +
        +
        Specified by:
        +
        submit in interface jakarta.ws.rs.client.Invocation
        +
        +
      • +
      + + + +
        +
      • +

        submit

        +
        public <T> Future<T> submit(jakarta.ws.rs.client.InvocationCallback<T> callback)
        +
        +
        Specified by:
        +
        submit in interface jakarta.ws.rs.client.Invocation
        +
        +
      • +
      + + + +
        +
      • +

        submit

        +
        public <T> Future<T> submit(jakarta.ws.rs.core.GenericType<T> responseType,
        +                            jakarta.ws.rs.client.InvocationCallback<T> callback)
        +
        Submit the request for an asynchronous invocation and register an + InvocationCallback to process the future result of the invocation. +

        + Response type in this case is taken from responseType param (if not null) rather + than from callback. This allows to pass callbacks like new InvocationCallback&lt;&gt() {...}. +

        +
        +
        Type Parameters:
        +
        T - response type
        +
        Parameters:
        +
        responseType - response type that is used instead of obtaining types from callback.
        +
        callback - invocation callback for asynchronous processing of the + request invocation result.
        +
        Returns:
        +
        future response object of the specified type as a result of the + request invocation.
        +
        +
      • +
      + + + +
        +
      • +

        property

        +
        public JerseyInvocation property(String name,
        +                                 Object value)
        +
        +
        Specified by:
        +
        property in interface jakarta.ws.rs.client.Invocation
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyWebTarget.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyWebTarget.html new file mode 100644 index 000000000..9acd4b035 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyWebTarget.html @@ -0,0 +1,824 @@ + + + + + + +JerseyWebTarget (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class JerseyWebTarget

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.client.WebTarget, jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.WebTarget>, Initializable<JerseyWebTarget>
    +
    +
    +
    +
    public class JerseyWebTarget
    +extends Object
    +implements jakarta.ws.rs.client.WebTarget, Initializable<JerseyWebTarget>
    +
    Jersey implementation of JAX-RS client target + contract.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JerseyWebTarget

        +
        protected JerseyWebTarget(jakarta.ws.rs.core.UriBuilder uriBuilder,
        +                          JerseyWebTarget that)
        +
        Create new web target instance.
        +
        +
        Parameters:
        +
        uriBuilder - builder for the target URI.
        +
        that - original target to copy the internal data from.
        +
        +
      • +
      + + + +
        +
      • +

        JerseyWebTarget

        +
        protected JerseyWebTarget(jakarta.ws.rs.core.UriBuilder uriBuilder,
        +                          ClientConfig clientConfig)
        +
        Create new web target instance.
        +
        +
        Parameters:
        +
        uriBuilder - builder for the target URI.
        +
        clientConfig - target configuration.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getUri

        +
        public URI getUri()
        +
        +
        Specified by:
        +
        getUri in interface jakarta.ws.rs.client.WebTarget
        +
        +
      • +
      + + + +
        +
      • +

        getUriBuilder

        +
        public jakarta.ws.rs.core.UriBuilder getUriBuilder()
        +
        +
        Specified by:
        +
        getUriBuilder in interface jakarta.ws.rs.client.WebTarget
        +
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        request

        +
        public JerseyInvocation.Builder request()
        +
        +
        Specified by:
        +
        request in interface jakarta.ws.rs.client.WebTarget
        +
        +
      • +
      + + + +
        +
      • +

        request

        +
        public JerseyInvocation.Builder request(String... acceptedResponseTypes)
        +
        +
        Specified by:
        +
        request in interface jakarta.ws.rs.client.WebTarget
        +
        +
      • +
      + + + +
        +
      • +

        request

        +
        public JerseyInvocation.Builder request(jakarta.ws.rs.core.MediaType... acceptedResponseTypes)
        +
        +
        Specified by:
        +
        request in interface jakarta.ws.rs.client.WebTarget
        +
        +
      • +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        register

        +
        public JerseyWebTarget register(Class<?> providerClass)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.WebTarget>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyWebTarget register(Object provider)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.WebTarget>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyWebTarget register(Class<?> providerClass,
        +                                int bindingPriority)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.WebTarget>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyWebTarget register(Class<?> providerClass,
        +                                Class<?>... contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.WebTarget>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyWebTarget register(Class<?> providerClass,
        +                                Map<Class<?>,Integer> contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.WebTarget>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyWebTarget register(Object provider,
        +                                int bindingPriority)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.WebTarget>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyWebTarget register(Object provider,
        +                                Class<?>... contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.WebTarget>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public JerseyWebTarget register(Object provider,
        +                                Map<Class<?>,Integer> contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.WebTarget>
        +
        +
      • +
      + + + +
        +
      • +

        property

        +
        public JerseyWebTarget property(String name,
        +                                Object value)
        +
        +
        Specified by:
        +
        property in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.WebTarget>
        +
        +
      • +
      + + + +
        +
      • +

        getConfiguration

        +
        public ClientConfig getConfiguration()
        +
        Description copied from interface: Initializable
        +
        Get a live view of an internal client configuration state of this initializable instance.
        +
        +
        Specified by:
        +
        getConfiguration in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.WebTarget>
        +
        Specified by:
        +
        getConfiguration in interface Initializable<JerseyWebTarget>
        +
        Returns:
        +
        configuration live view of the internal configuration state.
        +
        +
      • +
      + + + +
        +
      • +

        preInitialize

        +
        public JerseyWebTarget preInitialize()
        +
        Description copied from interface: Initializable
        +
        Pre-initializes the runtime and runtime configuration of this component + in order to improve performance during the first request. +

        + Once this method is called no other method implementing Configurable should be called + on this pre initialized component, otherwise the initialized client runtime will be discarded and the configuration + will change back to uninitialized. +

        +
        +
        Specified by:
        +
        preInitialize in interface Initializable<JerseyWebTarget>
        +
        Returns:
        +
        pre-initialized Jersey client component.
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/RequestEntityProcessing.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/RequestEntityProcessing.html new file mode 100644 index 000000000..68e6f3d32 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/RequestEntityProcessing.html @@ -0,0 +1,356 @@ + + + + + + +RequestEntityProcessing (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Enum RequestEntityProcessing

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        BUFFERED

        +
        public static final RequestEntityProcessing BUFFERED
        +
        Request entity will be buffered in the memory in order to determine content length that + will be send as a Content-Length header in the request.
        +
      • +
      + + + +
        +
      • +

        CHUNKED

        +
        public static final RequestEntityProcessing CHUNKED
        +
        Entity will be send as chunked encoded (no Content-length is specified, entity is streamed).
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static RequestEntityProcessing[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (RequestEntityProcessing c : RequestEntityProcessing.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static RequestEntityProcessing valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/RequestProcessingInitializationStage.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/RequestProcessingInitializationStage.html new file mode 100644 index 000000000..655ac262c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/RequestProcessingInitializationStage.html @@ -0,0 +1,311 @@ + + + + + + +RequestProcessingInitializationStage (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client
+

Class RequestProcessingInitializationStage

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.client.RequestProcessingInitializationStage
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Function<ClientRequest,ClientRequest>
    +
    +
    +
    +
    public class RequestProcessingInitializationStage
    +extends Object
    +implements Function<ClientRequest,ClientRequest>
    +
    Function that can be put to an acceptor chain to properly initialize + the client-side request-scoped processing injection for the current + request and response exchange.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RequestProcessingInitializationStage

        +
        public RequestProcessingInitializationStage(jakarta.inject.Provider<org.glassfish.jersey.internal.util.collection.Ref<ClientRequest>> requestRefProvider,
        +                                            org.glassfish.jersey.message.MessageBodyWorkers workersProvider,
        +                                            org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
        +
        Create new MessageBodyWorkers initialization function + for requests and responses.
        +
        +
        Parameters:
        +
        requestRefProvider - client request context reference injection provider.
        +
        workersProvider - message body workers injection provider.
        +
        injectionManager - injection manager.
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.BasicBuilder.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.BasicBuilder.html new file mode 100644 index 000000000..a5966b38c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.BasicBuilder.html @@ -0,0 +1,248 @@ + + + + + + +HttpAuthenticationFeature.BasicBuilder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.authentication
+

Interface HttpAuthenticationFeature.BasicBuilder

+
+
+
+ +
+
+ +
+
+
    +
  • + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.Builder.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.Builder.html new file mode 100644 index 000000000..382942d55 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.Builder.html @@ -0,0 +1,289 @@ + + + + + + +HttpAuthenticationFeature.Builder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.authentication
+

Interface HttpAuthenticationFeature.Builder

+
+
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.UniversalBuilder.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.UniversalBuilder.html new file mode 100644 index 000000000..ebf99ad5c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.UniversalBuilder.html @@ -0,0 +1,329 @@ + + + + + + +HttpAuthenticationFeature.UniversalBuilder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.authentication
+

Interface HttpAuthenticationFeature.UniversalBuilder

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        credentialsForBasic

        +
        HttpAuthenticationFeature.UniversalBuilder credentialsForBasic(String username,
        +                                                               byte[] password)
        +
        Set credentials that will be used for basic authentication only.
        +
        +
        Parameters:
        +
        username - Username.
        +
        password - Password as byte array.
        +
        Returns:
        +
        This builder.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        credentialsForDigest

        +
        HttpAuthenticationFeature.UniversalBuilder credentialsForDigest(String username,
        +                                                                byte[] password)
        +
        Set credentials that will be used for digest authentication only.
        +
        +
        Parameters:
        +
        username - Username.
        +
        password - Password as byte array.
        +
        Returns:
        +
        This builder.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.html new file mode 100644 index 000000000..33bfbafd7 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.html @@ -0,0 +1,871 @@ + + + + + + +HttpAuthenticationFeature (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.authentication
+

Class HttpAuthenticationFeature

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.core.Feature
    +
    +
    +
    +
    public class HttpAuthenticationFeature
    +extends Object
    +implements jakarta.ws.rs.core.Feature
    +
    Features that provides Http Basic and Digest client authentication (based on RFC 2617). +

    + The feature can work in following modes: +

      +
    • BASIC: Basic preemptive authentication. In preemptive mode the authentication information + is send always with each HTTP request. This mode is more usual than the following non-preemptive mode + (if you require BASIC authentication you will probably use this preemptive mode). This mode must + be combined with usage of SSL/TLS as the password is send only BASE64 encoded.
    • +
    • BASIC NON-PREEMPTIVE: Basic non-preemptive authentication. In non-preemptive mode the + authentication information is added only when server refuses the request with 401 status code and + then the request is repeated with authentication information. This mode has negative impact on the performance. + The advantage is that it does not send credentials when they are not needed. This mode must + be combined with usage of SSL/TLS as the password is send only BASE64 encoded. +

      + Please note that when you use non-preemptive authentication, Jersey client will make 2 requests to a resource, + which also means that all registered filters will be invoked twice. +

    • +
    • DIGEST: Http digest authentication. Does not require usage of SSL/TLS.
    • +
    • UNIVERSAL: Combination of basic and digest authentication. The feature works in non-preemptive + mode which means that it sends requests without authentication information. If 401 status + code is returned, the request is repeated and an appropriate authentication is used based on the + authentication requested in the response (defined in WWW-Authenticate HTTP header. The feature + remembers which authentication requests were successful for given URI and next time tries to preemptively + authenticate against this URI with latest successful authentication method. +
    • +
    +

    +

    + To initialize the feature use static method of this feature. +

    +

    + Example of building the feature in + Basic authentication mode: +

    + HttpAuthenticationFeature feature = HttpAuthenticationFeature.basic("user", "superSecretPassword");
    + 
    +

    +

    + Example of building the feature in basic non-preemptive mode: +

    + HttpAuthenticationFeature feature = HttpAuthenticationFeature.basicBuilder()
    +     .nonPreemptive().credentials("user", "superSecretPassword").build();
    + 
    +

    +

    + Example of building the feature in universal mode: +

    + HttpAuthenticationFeature feature = HttpAuthenticationFeature.universal("user", "superSecretPassword");
    + 
    +

    +

    + Example of building the feature in universal mode with different credentials for basic and digest: +

    + HttpAuthenticationFeature feature = HttpAuthenticationFeature.universalBuilder()
    +      .credentialsForBasic("user", "123456")
    +      .credentials("adminuser", "hello")
    +      .build();
    + 
    +

    + Example of building the feature in basic preemptive mode with no default credentials. Credentials will have + to be supplied with each request using request properties (see below): +
    + HttpAuthenticationFeature feature = HttpAuthenticationFeature.basicBuilder().build();
    + 
    +

    +

    + Once the feature is built it needs to be registered into the Client, + WebTarget or other client configurable object. Example: +

    + final Client client = ClientBuilder.newClient();
    + client.register(feature);
    + 
    +

    + + Then you invoke requests as usual and authentication will be handled by the feature. + You can change the credentials for each request using properties + HTTP_AUTHENTICATION_USERNAME and + HTTP_AUTHENTICATION_PASSWORD. Example: +
    + final Response response = client.target("http://localhost:8080/rest/homer/contact").request()
    +    .property(HTTP_AUTHENTICATION_BASIC_USERNAME, "homer")
    +    .property(HTTP_AUTHENTICATION_BASIC_PASSWORD, "p1swd745").get();
    + 
    +

    + This class also contains property key definitions for overriding only specific basic or digest credentials: +

    +

    +
    +
    Since:
    +
    2.5
    +
    Author:
    +
    Miroslav Fuksa
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        HTTP_AUTHENTICATION_USERNAME

        +
        public static final String HTTP_AUTHENTICATION_USERNAME
        +
        Key of the property that can be set into the client request + using ClientRequestContext.setProperty(String, Object) in order to override + the username for http authentication feature for the request. +

        + Example: +

        + Response response = client.target("http://localhost:8080/rest/joe/orders").request()
        +      .property(HTTP_AUTHENTICATION_USERNAME, "joe")
        +      .property(HTTP_AUTHENTICATION_PASSWORD, "p1swd745").get();
        + 
        +

        + The property must be always combined with configuration of HTTP_AUTHENTICATION_PASSWORD property + (as shown in the example). This property pair overrides all password settings of the authentication + feature for the current request. +

        + The default value must be instance of String. +

        +

        + The name of the configuration property is "jersey.config.client.http.auth.username". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        HTTP_AUTHENTICATION_PASSWORD

        +
        public static final String HTTP_AUTHENTICATION_PASSWORD
        +
        Key of the property that can be set into the client request + using ClientRequestContext.setProperty(String, Object) in order to override + the password for http authentication feature for the request. +

        + Example: +

        + Response response = client.target("http://localhost:8080/rest/joe/orders").request()
        +      .property(HTTP_AUTHENTICATION_USERNAME, "joe")
        +      .property(HTTP_AUTHENTICATION_PASSWORD, "p1swd745").get();
        + 
        +

        + The property must be always combined with configuration of HTTP_AUTHENTICATION_USERNAME property + (as shown in the example). This property pair overrides all password settings of the authentication + feature for the current request. +

        + The value must be instance of String or byte array (byte[]). +

        +

        + The name of the configuration property is "jersey.config.client.http.auth.password". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        HTTP_AUTHENTICATION_BASIC_USERNAME

        +
        public static final String HTTP_AUTHENTICATION_BASIC_USERNAME
        +
        Key of the property that can be set into the client request + using ClientRequestContext.setProperty(String, Object) in order to override + the username for http basic authentication feature for the request. +

        + Example: +

        + Response response = client.target("http://localhost:8080/rest/joe/orders").request()
        +      .property(HTTP_AUTHENTICATION_BASIC_USERNAME, "joe")
        +      .property(HTTP_AUTHENTICATION_BASIC_PASSWORD, "p1swd745").get();
        + 
        +

        + The property must be always combined with configuration of HTTP_AUTHENTICATION_PASSWORD property + (as shown in the example). The property pair influence only credentials used during basic authentication. + +

        + The value must be instance of String. +

        +

        + The name of the configuration property is "jersey.config.client.http.auth.basic.username". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        HTTP_AUTHENTICATION_BASIC_PASSWORD

        +
        public static final String HTTP_AUTHENTICATION_BASIC_PASSWORD
        +
        Key of the property that can be set into the client request + using ClientRequestContext.setProperty(String, Object) in order to override + the password for http basic authentication feature for the request. +

        + Example: +

        + Response response = client.target("http://localhost:8080/rest/joe/orders").request()
        +      .property(HTTP_AUTHENTICATION_BASIC_USERNAME, "joe")
        +      .property(HTTP_AUTHENTICATION_BASIC_PASSWORD, "p1swd745").get();
        + 
        +

        + The property must be always combined with configuration of HTTP_AUTHENTICATION_USERNAME property + (as shown in the example). The property pair influence only credentials used during basic authentication. +

        + The value must be instance of String or byte array (byte[]). +

        +

        + The name of the configuration property is "jersey.config.client.http.auth.basic.password". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        HTTP_AUTHENTICATION_DIGEST_USERNAME

        +
        public static final String HTTP_AUTHENTICATION_DIGEST_USERNAME
        +
        Key of the property that can be set into the client request + using ClientRequestContext.setProperty(String, Object) in order to override + the username for http digest authentication feature for the request. +

        + Example: +

        + Response response = client.target("http://localhost:8080/rest/joe/orders").request()
        +      .property(HTTP_AUTHENTICATION_DIGEST_USERNAME, "joe")
        +      .property(HTTP_AUTHENTICATION_DIGEST_PASSWORD, "p1swd745").get();
        + 
        +

        + The property must be always combined with configuration of HTTP_AUTHENTICATION_PASSWORD property + (as shown in the example). The property pair influence only credentials used during digest authentication. +

        + The value must be instance of String. +

        +

        + The name of the configuration property is "jersey.config.client.http.auth.digest.username". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        HTTP_AUTHENTICATION_DIGEST_PASSWORD

        +
        public static final String HTTP_AUTHENTICATION_DIGEST_PASSWORD
        +
        Key of the property that can be set into the client request + using ClientRequestContext.setProperty(String, Object) in order to override + the password for http digest authentication feature for the request. +

        + Example: +

        + Response response = client.target("http://localhost:8080/rest/joe/orders").request()
        +      .property(HTTP_AUTHENTICATION_DIGEST_USERNAME, "joe")
        +      .property(HTTP_AUTHENTICATION_DIGEST_PASSWORD, "p1swd745").get();
        + 
        +

        + The property must be always combined with configuration of HTTP_AUTHENTICATION_PASSWORD property + (as shown in the example). The property pair influence only credentials used during digest authentication. +

        + The value must be instance of String or byte array (byte[]). +

        +

        + The name of the configuration property is "jersey.config.client.http.auth.digest.password". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        basicBuilder

        +
        public static HttpAuthenticationFeature.BasicBuilder basicBuilder()
        +
        Create the builder of the http authentication feature working in basic authentication mode. The builder + can build preemptive and non-preemptive basic authentication features.
        +
        +
        Returns:
        +
        Basic http authentication builder.
        +
        +
      • +
      + + + +
        +
      • +

        basic

        +
        public static HttpAuthenticationFeature basic(String username,
        +                                              byte[] password)
        +
        Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
        +
        +
        Parameters:
        +
        username - Username.
        +
        password - Password as byte array.
        +
        Returns:
        +
        Http authentication feature configured in basic mode.
        +
        +
      • +
      + + + +
        +
      • +

        basic

        +
        public static HttpAuthenticationFeature basic(String username,
        +                                              String password)
        +
        Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
        +
        +
        Parameters:
        +
        username - Username.
        +
        password - Password as String.
        +
        Returns:
        +
        Http authentication feature configured in basic mode.
        +
        +
      • +
      + + + +
        +
      • +

        digest

        +
        public static HttpAuthenticationFeature digest()
        +
        Create the http authentication feature in digest authentication mode initialized without default + credentials. Credentials will have to be supplied using request properties for each request.
        +
        +
        Returns:
        +
        Http authentication feature configured in digest mode.
        +
        +
      • +
      + + + +
        +
      • +

        digest

        +
        public static HttpAuthenticationFeature digest(String username,
        +                                               byte[] password)
        +
        Create the http authentication feature in digest authentication mode initialized with credentials.
        +
        +
        Parameters:
        +
        username - Username.
        +
        password - Password as byte array.
        +
        Returns:
        +
        Http authentication feature configured in digest mode.
        +
        +
      • +
      + + + +
        +
      • +

        digest

        +
        public static HttpAuthenticationFeature digest(String username,
        +                                               String password)
        +
        Create the http authentication feature in digest authentication mode initialized with credentials.
        +
        +
        Parameters:
        +
        username - Username.
        +
        password - Password as String.
        +
        Returns:
        +
        Http authentication feature configured in digest mode.
        +
        +
      • +
      + + + +
        +
      • +

        universalBuilder

        +
        public static HttpAuthenticationFeature.UniversalBuilder universalBuilder()
        +
        Create the builder that builds http authentication feature in combined mode supporting both, + basic and digest authentication.
        +
        +
        Returns:
        +
        Universal builder.
        +
        +
      • +
      + + + +
        +
      • +

        universal

        +
        public static HttpAuthenticationFeature universal(String username,
        +                                                  byte[] password)
        +
        Create the http authentication feature in combined mode supporting both, + basic and digest authentication.
        +
        +
        Parameters:
        +
        username - Username.
        +
        password - Password as byte array.
        +
        Returns:
        +
        Http authentication feature configured in digest mode.
        +
        +
      • +
      + + + +
        +
      • +

        universal

        +
        public static HttpAuthenticationFeature universal(String username,
        +                                                  String password)
        +
        Create the http authentication feature in combined mode supporting both, + basic and digest authentication.
        +
        +
        Parameters:
        +
        username - Username.
        +
        password - Password as String.
        +
        Returns:
        +
        Http authentication feature configured in digest mode.
        +
        +
      • +
      + + + +
        +
      • +

        configure

        +
        public boolean configure(jakarta.ws.rs.core.FeatureContext context)
        +
        +
        Specified by:
        +
        configure in interface jakarta.ws.rs.core.Feature
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/RequestAuthenticationException.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/RequestAuthenticationException.html new file mode 100644 index 000000000..ffd6ca30d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/RequestAuthenticationException.html @@ -0,0 +1,325 @@ + + + + + + +RequestAuthenticationException (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.authentication
+

Class RequestAuthenticationException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class RequestAuthenticationException
    +extends jakarta.ws.rs.ProcessingException
    +
    Exception thrown by security request authentication.
    +
    +
    Author:
    +
    Petr Bouda
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RequestAuthenticationException

        +
        public RequestAuthenticationException(Throwable cause)
        +
        Creates new instance of this exception with exception cause.
        +
        +
        Parameters:
        +
        cause - Exception cause.
        +
        +
      • +
      + + + +
        +
      • +

        RequestAuthenticationException

        +
        public RequestAuthenticationException(String message)
        +
        Creates new instance of this exception with exception message.
        +
        +
        Parameters:
        +
        message - Exception message.
        +
        +
      • +
      + + + +
        +
      • +

        RequestAuthenticationException

        +
        public RequestAuthenticationException(String message,
        +                                      Throwable cause)
        +
        Creates new instance of this exception with exception message and exception cause.
        +
        +
        Parameters:
        +
        message - Exception message.
        +
        cause - Exception cause.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/ResponseAuthenticationException.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/ResponseAuthenticationException.html new file mode 100644 index 000000000..29d33cd4c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/ResponseAuthenticationException.html @@ -0,0 +1,346 @@ + + + + + + +ResponseAuthenticationException (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.authentication
+

Class ResponseAuthenticationException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class ResponseAuthenticationException
    +extends jakarta.ws.rs.client.ResponseProcessingException
    +
    Exception thrown by security response authentication.
    +
    +
    Author:
    +
    Petr Bouda
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ResponseAuthenticationException

        +
        public ResponseAuthenticationException(jakarta.ws.rs.core.Response response,
        +                                       Throwable cause)
        +
        Creates new instance of this exception with exception cause.
        +
        +
        Parameters:
        +
        response - the response instance for which the processing failed.
        +
        cause - Exception cause.
        +
        +
      • +
      + + + +
        +
      • +

        ResponseAuthenticationException

        +
        public ResponseAuthenticationException(jakarta.ws.rs.core.Response response,
        +                                       String message)
        +
        Creates new instance of this exception with exception message.
        +
        +
        Parameters:
        +
        response - the response instance for which the processing failed.
        +
        message - Exception message.
        +
        +
      • +
      + + + +
        +
      • +

        ResponseAuthenticationException

        +
        public ResponseAuthenticationException(jakarta.ws.rs.core.Response response,
        +                                       String message,
        +                                       Throwable cause)
        +
        Creates new instance of this exception with exception message and exception cause.
        +
        +
        Parameters:
        +
        response - the response instance for which the processing failed.
        +
        message - Exception message.
        +
        cause - Exception cause.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.BasicBuilder.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.BasicBuilder.html new file mode 100644 index 000000000..fac93db29 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.BasicBuilder.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BasicBuilder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BasicBuilder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.Builder.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.Builder.html new file mode 100644 index 000000000..9dea54e01 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.Builder.html @@ -0,0 +1,202 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.UniversalBuilder.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.UniversalBuilder.html new file mode 100644 index 000000000..a7a284d2e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.UniversalBuilder.html @@ -0,0 +1,199 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.html new file mode 100644 index 000000000..c5c0de575 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.html @@ -0,0 +1,221 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/RequestAuthenticationException.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/RequestAuthenticationException.html new file mode 100644 index 000000000..9ff9831a7 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/RequestAuthenticationException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.authentication.RequestAuthenticationException (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.authentication.RequestAuthenticationException

+
+
No usage of org.glassfish.jersey.client.authentication.RequestAuthenticationException
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/ResponseAuthenticationException.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/ResponseAuthenticationException.html new file mode 100644 index 000000000..c1d5d0c7f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/ResponseAuthenticationException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.authentication.ResponseAuthenticationException (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.authentication.ResponseAuthenticationException

+
+
No usage of org.glassfish.jersey.client.authentication.ResponseAuthenticationException
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-frame.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-frame.html new file mode 100644 index 000000000..6d781c4ef --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +org.glassfish.jersey.client.authentication (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.client.authentication

+ + + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-summary.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-summary.html new file mode 100644 index 000000000..4af8f158f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-summary.html @@ -0,0 +1,210 @@ + + + + + + +org.glassfish.jersey.client.authentication (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.client.authentication

+
+
Provides core client authentication mechanisms.
+
+

See: Description

+
+
+ + + + +

Package org.glassfish.jersey.client.authentication Description

+
Provides core client authentication mechanisms.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-tree.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-tree.html new file mode 100644 index 000000000..9c9765825 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-tree.html @@ -0,0 +1,170 @@ + + + + + + +org.glassfish.jersey.client.authentication Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.client.authentication

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-use.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-use.html new file mode 100644 index 000000000..ef0e3991c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-use.html @@ -0,0 +1,181 @@ + + + + + + +Uses of Package org.glassfish.jersey.client.authentication (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.client.authentication

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/AbstractRxInvoker.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/AbstractRxInvoker.html new file mode 100644 index 000000000..8dca2788c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/AbstractRxInvoker.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.AbstractRxInvoker (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.AbstractRxInvoker

+
+
No usage of org.glassfish.jersey.client.AbstractRxInvoker
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ChunkParser.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ChunkParser.html new file mode 100644 index 000000000..dc33941ac --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ChunkParser.html @@ -0,0 +1,206 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.ChunkParser (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.ChunkParser

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ChunkedInput.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ChunkedInput.html new file mode 100644 index 000000000..30e41b474 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ChunkedInput.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.ChunkedInput (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.ChunkedInput

+
+
No usage of org.glassfish.jersey.client.ChunkedInput
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientAsyncExecutor.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientAsyncExecutor.html new file mode 100644 index 000000000..43bd530e1 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientAsyncExecutor.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.ClientAsyncExecutor (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.ClientAsyncExecutor

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientAsyncExecutorLiteral.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientAsyncExecutorLiteral.html new file mode 100644 index 000000000..8d8ee8734 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientAsyncExecutorLiteral.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.ClientAsyncExecutorLiteral (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.ClientAsyncExecutorLiteral

+
+
No usage of org.glassfish.jersey.client.ClientAsyncExecutorLiteral
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientBackgroundScheduler.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientBackgroundScheduler.html new file mode 100644 index 000000000..0a4c4bed6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientBackgroundScheduler.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.ClientBackgroundScheduler (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.ClientBackgroundScheduler

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientBackgroundSchedulerLiteral.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientBackgroundSchedulerLiteral.html new file mode 100644 index 000000000..a005dc5c3 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientBackgroundSchedulerLiteral.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.ClientBackgroundSchedulerLiteral (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.ClientBackgroundSchedulerLiteral

+
+
No usage of org.glassfish.jersey.client.ClientBackgroundSchedulerLiteral
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientBootstrapBag.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientBootstrapBag.html new file mode 100644 index 000000000..00bf949f0 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientBootstrapBag.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.ClientBootstrapBag (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.ClientBootstrapBag

+
+
No usage of org.glassfish.jersey.client.ClientBootstrapBag
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientConfig.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientConfig.html new file mode 100644 index 000000000..0247e7942 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientConfig.html @@ -0,0 +1,280 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.ClientConfig (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.ClientConfig

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientExecutor.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientExecutor.html new file mode 100644 index 000000000..8cde81cfd --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientExecutor.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.ClientExecutor (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.ClientExecutor

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientLifecycleListener.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientLifecycleListener.html new file mode 100644 index 000000000..aa370667e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientLifecycleListener.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.ClientLifecycleListener (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.ClientLifecycleListener

+
+
No usage of org.glassfish.jersey.client.ClientLifecycleListener
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientProperties.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientProperties.html new file mode 100644 index 000000000..8ebd95ec2 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientProperties.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.ClientProperties (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.ClientProperties

+
+
No usage of org.glassfish.jersey.client.ClientProperties
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientRequest.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientRequest.html new file mode 100644 index 000000000..ed878be6a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientRequest.html @@ -0,0 +1,321 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.ClientRequest (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.ClientRequest

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientResponse.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientResponse.html new file mode 100644 index 000000000..d938395f4 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientResponse.html @@ -0,0 +1,229 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.ClientResponse (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.ClientResponse

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/CustomProvidersFeature.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/CustomProvidersFeature.html new file mode 100644 index 000000000..0be8fe613 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/CustomProvidersFeature.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.CustomProvidersFeature (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.CustomProvidersFeature

+
+
No usage of org.glassfish.jersey.client.CustomProvidersFeature
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/HttpUrlConnectorProvider.ConnectionFactory.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/HttpUrlConnectorProvider.ConnectionFactory.html new file mode 100644 index 000000000..b0ad244ce --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/HttpUrlConnectorProvider.ConnectionFactory.html @@ -0,0 +1,208 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/HttpUrlConnectorProvider.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/HttpUrlConnectorProvider.html new file mode 100644 index 000000000..25796a9eb --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/HttpUrlConnectorProvider.html @@ -0,0 +1,190 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.HttpUrlConnectorProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.HttpUrlConnectorProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/Initializable.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/Initializable.html new file mode 100644 index 000000000..718208cca --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/Initializable.html @@ -0,0 +1,193 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.Initializable (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.Initializable

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/InjectionManagerClientProvider.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/InjectionManagerClientProvider.html new file mode 100644 index 000000000..6b64a5c7f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/InjectionManagerClientProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.InjectionManagerClientProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.InjectionManagerClientProvider

+
+
No usage of org.glassfish.jersey.client.InjectionManagerClientProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyClient.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyClient.html new file mode 100644 index 000000000..a07538f78 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyClient.html @@ -0,0 +1,264 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.JerseyClient (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.JerseyClient

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyClientBuilder.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyClientBuilder.html new file mode 100644 index 000000000..8482f0799 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyClientBuilder.html @@ -0,0 +1,228 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.JerseyClientBuilder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.JerseyClientBuilder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyCompletionStageRxInvoker.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyCompletionStageRxInvoker.html new file mode 100644 index 000000000..12910c830 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyCompletionStageRxInvoker.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.JerseyCompletionStageRxInvoker (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.JerseyCompletionStageRxInvoker

+
+
No usage of org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyInvocation.Builder.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyInvocation.Builder.html new file mode 100644 index 000000000..55c397edd --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyInvocation.Builder.html @@ -0,0 +1,223 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.JerseyInvocation.Builder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.JerseyInvocation.Builder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyInvocation.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyInvocation.html new file mode 100644 index 000000000..21e8e4d67 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyInvocation.html @@ -0,0 +1,194 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.JerseyInvocation (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.JerseyInvocation

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyWebTarget.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyWebTarget.html new file mode 100644 index 000000000..10ba0ad1f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyWebTarget.html @@ -0,0 +1,284 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.JerseyWebTarget (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.JerseyWebTarget

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/RequestEntityProcessing.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/RequestEntityProcessing.html new file mode 100644 index 000000000..56c4ac944 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/RequestEntityProcessing.html @@ -0,0 +1,177 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.RequestEntityProcessing (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.RequestEntityProcessing

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/RequestProcessingInitializationStage.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/RequestProcessingInitializationStage.html new file mode 100644 index 000000000..55ce63421 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/RequestProcessingInitializationStage.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.RequestProcessingInitializationStage (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.RequestProcessingInitializationStage

+
+
No usage of org.glassfish.jersey.client.RequestProcessingInitializationStage
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/CsrfProtectionFilter.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/CsrfProtectionFilter.html new file mode 100644 index 000000000..6e0f21095 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/CsrfProtectionFilter.html @@ -0,0 +1,359 @@ + + + + + + +CsrfProtectionFilter (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.filter
+

Class CsrfProtectionFilter

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.client.filter.CsrfProtectionFilter
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.client.ClientRequestFilter
    +
    +
    +
    +
    public class CsrfProtectionFilter
    +extends Object
    +implements jakarta.ws.rs.client.ClientRequestFilter
    +
    Simple client-side filter that adds X-Requested-By headers to all state-changing + request (i.e. request for methods other than GET, HEAD and OPTIONS). + This is to satisfy the requirements of the org.glassfish.jersey.server.filter.CsrfProtectionFilter + on the server side.
    +
    +
    Author:
    +
    Martin Matula
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        HEADER_NAME

        +
        public static final String HEADER_NAME
        +
        Name of the header this filter will attach to the request.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CsrfProtectionFilter

        +
        public CsrfProtectionFilter()
        +
        Creates a new instance of the filter with X-Requested-By header value set to empty string.
        +
      • +
      + + + +
        +
      • +

        CsrfProtectionFilter

        +
        public CsrfProtectionFilter(String requestedBy)
        +
        Initialized the filter with a desired value of the X-Requested-By header.
        +
        +
        Parameters:
        +
        requestedBy - Desired value of X-Requested-By header the filter + will be adding for all potentially state changing requests.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        filter

        +
        public void filter(jakarta.ws.rs.client.ClientRequestContext rc)
        +            throws IOException
        +
        +
        Specified by:
        +
        filter in interface jakarta.ws.rs.client.ClientRequestFilter
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/EncodingFeature.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/EncodingFeature.html new file mode 100644 index 000000000..cdcf379f9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/EncodingFeature.html @@ -0,0 +1,323 @@ + + + + + + +EncodingFeature (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.filter
+

Class EncodingFeature

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.client.filter.EncodingFeature
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.core.Feature
    +
    +
    +
    +
    public class EncodingFeature
    +extends Object
    +implements jakarta.ws.rs.core.Feature
    +
    Feature that configures support for content encodings on the client side. + This feature registers EncodingFilter and the specified set of + encoding providers to the + client configuration. It also allows + setting the value of ClientProperties.USE_ENCODING property.
    +
    +
    Author:
    +
    Martin Matula
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EncodingFeature

        +
        public EncodingFeature(Class<?>... encodingProviders)
        +
        Create a new instance of the feature.
        +
        +
        Parameters:
        +
        encodingProviders - Encoding providers to be registered in the client configuration.
        +
        +
      • +
      + + + +
        +
      • +

        EncodingFeature

        +
        public EncodingFeature(String useEncoding,
        +                       Class<?>... encoders)
        +
        Create a new instance of the feature specifying the default value for the + ClientProperties.USE_ENCODING property. Unless the value is set in the client configuration + properties at the time when this feature gets enabled, the provided value will be used.
        +
        +
        Parameters:
        +
        useEncoding - Default value of ClientProperties.USE_ENCODING property.
        +
        encoders - Encoders to be registered in the client configuration.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        configure

        +
        public boolean configure(jakarta.ws.rs.core.FeatureContext context)
        +
        +
        Specified by:
        +
        configure in interface jakarta.ws.rs.core.Feature
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/EncodingFilter.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/EncodingFilter.html new file mode 100644 index 000000000..8fb6241f1 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/EncodingFilter.html @@ -0,0 +1,298 @@ + + + + + + +EncodingFilter (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.filter
+

Class EncodingFilter

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.client.ClientRequestFilter
    +
    +
    +
    +
    public final class EncodingFilter
    +extends Object
    +implements jakarta.ws.rs.client.ClientRequestFilter
    +
    Client filter adding support for content encoding. The filter adds + list of supported encodings to the Accept-Header values. + Supported encodings are determined by looking + up all the ContentEncoder implementations registered in the corresponding + client configuration. +

    + If ClientProperties.USE_ENCODING client property is set, the filter will add Content-Encoding header with + the value of the property, unless Content-Encoding header has already been set. +

    +
    +
    Author:
    +
    Martin Matula
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EncodingFilter

        +
        public EncodingFilter()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        filter

        +
        public void filter(jakarta.ws.rs.client.ClientRequestContext request)
        +            throws IOException
        +
        +
        Specified by:
        +
        filter in interface jakarta.ws.rs.client.ClientRequestFilter
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/class-use/CsrfProtectionFilter.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/class-use/CsrfProtectionFilter.html new file mode 100644 index 000000000..5b564f61b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/class-use/CsrfProtectionFilter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.filter.CsrfProtectionFilter (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.filter.CsrfProtectionFilter

+
+
No usage of org.glassfish.jersey.client.filter.CsrfProtectionFilter
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/class-use/EncodingFeature.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/class-use/EncodingFeature.html new file mode 100644 index 000000000..c079300d9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/class-use/EncodingFeature.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.filter.EncodingFeature (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.filter.EncodingFeature

+
+
No usage of org.glassfish.jersey.client.filter.EncodingFeature
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/class-use/EncodingFilter.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/class-use/EncodingFilter.html new file mode 100644 index 000000000..af5787e90 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/class-use/EncodingFilter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.filter.EncodingFilter (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.filter.EncodingFilter

+
+
No usage of org.glassfish.jersey.client.filter.EncodingFilter
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-frame.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-frame.html new file mode 100644 index 000000000..7803a3f1e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-frame.html @@ -0,0 +1,23 @@ + + + + + + +org.glassfish.jersey.client.filter (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.client.filter

+ + + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-summary.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-summary.html new file mode 100644 index 000000000..c0f9ac9d7 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-summary.html @@ -0,0 +1,168 @@ + + + + + + +org.glassfish.jersey.client.filter (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.client.filter

+
+
Provides core client filters.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    CsrfProtectionFilter +
    Simple client-side filter that adds X-Requested-By headers to all state-changing + request (i.e.
    +
    EncodingFeature +
    Feature that configures support for content encodings on the client side.
    +
    EncodingFilter +
    Client filter adding support for content encoding.
    +
    +
  • +
+ + + +

Package org.glassfish.jersey.client.filter Description

+
Provides core client filters.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-tree.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-tree.html new file mode 100644 index 000000000..20f38491e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-tree.html @@ -0,0 +1,141 @@ + + + + + + +org.glassfish.jersey.client.filter Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.client.filter

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.glassfish.jersey.client.filter.CsrfProtectionFilter (implements jakarta.ws.rs.client.ClientRequestFilter)
    • +
    • org.glassfish.jersey.client.filter.EncodingFeature (implements jakarta.ws.rs.core.Feature)
    • +
    • org.glassfish.jersey.client.filter.EncodingFilter (implements jakarta.ws.rs.client.ClientRequestFilter)
    • +
    +
  • +
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-use.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-use.html new file mode 100644 index 000000000..617706376 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package org.glassfish.jersey.client.filter (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.client.filter

+
+
No usage of org.glassfish.jersey.client.filter
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/Expect100ContinueFeature.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/Expect100ContinueFeature.html new file mode 100644 index 000000000..9cc39c823 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/Expect100ContinueFeature.html @@ -0,0 +1,324 @@ + + + + + + +Expect100ContinueFeature (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.http
+

Class Expect100ContinueFeature

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.client.http.Expect100ContinueFeature
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.core.Feature
    +
    +
    +
    +
    public class Expect100ContinueFeature
    +extends Object
    +implements jakarta.ws.rs.core.Feature
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Expect100ContinueFeature

        +
        public Expect100ContinueFeature()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withCustomThreshold

        +
        public static Expect100ContinueFeature withCustomThreshold(long thresholdSize)
        +
        Creates Expect100ContinueFeature with custom (not default) threshold size for content length.
        +
        +
        Parameters:
        +
        thresholdSize - size of threshold
        +
        Returns:
        +
        Expect100Continue Feature
        +
        +
      • +
      + + + +
        +
      • +

        basic

        +
        public static Expect100ContinueFeature basic()
        +
        Creates Expect100Continue Feature with default threshold size
        +
        +
        Returns:
        +
        Expect100Continue Feature
        +
        +
      • +
      + + + +
        +
      • +

        configure

        +
        public boolean configure(jakarta.ws.rs.core.FeatureContext configurableContext)
        +
        +
        Specified by:
        +
        configure in interface jakarta.ws.rs.core.Feature
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/class-use/Expect100ContinueFeature.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/class-use/Expect100ContinueFeature.html new file mode 100644 index 000000000..f1c5e7b2e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/class-use/Expect100ContinueFeature.html @@ -0,0 +1,174 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.http.Expect100ContinueFeature (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.http.Expect100ContinueFeature

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-frame.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-frame.html new file mode 100644 index 000000000..1646190e1 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +org.glassfish.jersey.client.http (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.client.http

+
+

Classes

+ +
+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-summary.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-summary.html new file mode 100644 index 000000000..0a9f97761 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-summary.html @@ -0,0 +1,144 @@ + + + + + + +org.glassfish.jersey.client.http (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.client.http

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-tree.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-tree.html new file mode 100644 index 000000000..7877944ba --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-tree.html @@ -0,0 +1,139 @@ + + + + + + +org.glassfish.jersey.client.http Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.client.http

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-use.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-use.html new file mode 100644 index 000000000..b02954abf --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-use.html @@ -0,0 +1,159 @@ + + + + + + +Uses of Package org.glassfish.jersey.client.http (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.client.http

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/ParameterUpdater.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/ParameterUpdater.html new file mode 100644 index 000000000..84615218b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/ParameterUpdater.html @@ -0,0 +1,287 @@ + + + + + + +ParameterUpdater (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.inject
+

Interface ParameterUpdater<T,R>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    T - custom Java type
    +
    R - String / Collection<String>> type
    +
    +
    +
    +
    public interface ParameterUpdater<T,R>
    +
    Provider that converts the an object of a custom Java type + values to String / Collection<String>> type
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar, Gaurav Gupta (gaurav.gupta@payara.fish)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        String getName()
        +
        Name of the parameter to be udpated
        +
        +
        Returns:
        +
        name of the updated parameter.
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultValueString

        +
        String getDefaultValueString()
        +
        Default value (string) that will be used in case input value is not available.
        +
        +
        Returns:
        +
        default (back-up) value.
        +
        +
      • +
      + + + + + +
        +
      • +

        update

        +
        R update(T parameters)
        +
        Update the value using ParamConverter#toString (and using + the configured default value)
        +
        +
        Parameters:
        +
        parameters - custom Java type instance value.
        +
        Returns:
        +
        converted value.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/ParameterUpdaterProvider.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/ParameterUpdaterProvider.html new file mode 100644 index 000000000..d75b5a14a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/ParameterUpdaterProvider.html @@ -0,0 +1,240 @@ + + + + + + +ParameterUpdaterProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.inject
+

Interface ParameterUpdaterProvider

+
+
+
+
    +
  • +
    +
    +
    public interface ParameterUpdaterProvider
    +
    Provider of parameter updater.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar, Gaurav Gupta (gaurav.gupta@payara.fish)
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      ParameterUpdater<?,?>get(org.glassfish.jersey.model.Parameter parameter) +
      Get the updater configured to update value of given parameter.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        get

        +
        ParameterUpdater<?,?> get(org.glassfish.jersey.model.Parameter parameter)
        +
        Get the updater configured to update value of given parameter. +

        + If the default value has been set on the parameter, it will be configured + in the updater.

        +
        +
        Parameters:
        +
        parameter - client model parameter.
        +
        Returns:
        +
        updater for the method parameter.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/class-use/ParameterUpdater.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/class-use/ParameterUpdater.html new file mode 100644 index 000000000..5376b0283 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/class-use/ParameterUpdater.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.inject.ParameterUpdater (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.inject.ParameterUpdater

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/class-use/ParameterUpdaterProvider.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/class-use/ParameterUpdaterProvider.html new file mode 100644 index 000000000..bff3ded81 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/class-use/ParameterUpdaterProvider.html @@ -0,0 +1,181 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.inject.ParameterUpdaterProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.inject.ParameterUpdaterProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-frame.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-frame.html new file mode 100644 index 000000000..7c3f931e5 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +org.glassfish.jersey.client.inject (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.client.inject

+ + + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-summary.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-summary.html new file mode 100644 index 000000000..a5712f742 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-summary.html @@ -0,0 +1,153 @@ + + + + + + +org.glassfish.jersey.client.inject (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.client.inject

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    ParameterUpdater<T,R> +
    Provider that converts the an object of a custom Java type + values to String / Collection<String>> type
    +
    ParameterUpdaterProvider +
    Provider of parameter updater.
    +
    +
  • +
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-tree.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-tree.html new file mode 100644 index 000000000..e14070a8b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-tree.html @@ -0,0 +1,136 @@ + + + + + + +org.glassfish.jersey.client.inject Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.client.inject

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-use.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-use.html new file mode 100644 index 000000000..a0ccbecf5 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-use.html @@ -0,0 +1,185 @@ + + + + + + +Uses of Package org.glassfish.jersey.client.inject (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.client.inject

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/ClientProxy.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/ClientProxy.html new file mode 100644 index 000000000..e46cb4160 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/ClientProxy.html @@ -0,0 +1,408 @@ + + + + + + +ClientProxy (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.innate
+

Class ClientProxy

+
+
+ +
+
    +
  • +
    +
    +
    public abstract class ClientProxy
    +extends Object
    +
    Default client Proxy information internal object. It is used for parsing the proxy information in all connectors.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/class-use/ClientProxy.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/class-use/ClientProxy.html new file mode 100644 index 000000000..e057cdc65 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/class-use/ClientProxy.html @@ -0,0 +1,203 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.innate.ClientProxy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.innate.ClientProxy

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-frame.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-frame.html new file mode 100644 index 000000000..268c54e8a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +org.glassfish.jersey.client.innate (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.client.innate

+
+

Classes

+ +
+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-summary.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-summary.html new file mode 100644 index 000000000..0b80dbb36 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-summary.html @@ -0,0 +1,156 @@ + + + + + + +org.glassfish.jersey.client.innate (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.client.innate

+
+
Jersey client MOST INTERNAL classes/interfaces.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    ClientProxy +
    Default client Proxy information internal object.
    +
    +
  • +
+ + + +

Package org.glassfish.jersey.client.innate Description

+
Jersey client MOST INTERNAL classes/interfaces. + Shall not be used outside of Jersey.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-tree.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-tree.html new file mode 100644 index 000000000..b53d2c235 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-tree.html @@ -0,0 +1,139 @@ + + + + + + +org.glassfish.jersey.client.innate Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.client.innate

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-use.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-use.html new file mode 100644 index 000000000..eb9afac8a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-use.html @@ -0,0 +1,163 @@ + + + + + + +Uses of Package org.glassfish.jersey.client.innate (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.client.innate

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/ClientResponseProcessingException.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/ClientResponseProcessingException.html new file mode 100644 index 000000000..88aa5373d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/ClientResponseProcessingException.html @@ -0,0 +1,330 @@ + + + + + + +ClientResponseProcessingException (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.internal
+

Class ClientResponseProcessingException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class ClientResponseProcessingException
    +extends jakarta.ws.rs.ProcessingException
    +
    This is a representation of a @{link ProcessingException} containing a @{link ClientResponse} instance. + This exception is meant to be converted to a ResponseProcessingException at a point where + ClientResponse is converted to a Response before it is delivered to a user.
    +
    +
    Since:
    +
    2.31
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ClientResponseProcessingException

        +
        public ClientResponseProcessingException(ClientResponse clientResponse,
        +                                         Throwable cause)
        +
        An instance of ClientResponseProcessingException containing ClientResponse and cause Throwable.
        +
        +
        Parameters:
        +
        clientResponse - a ClientResponse to be converted to Response.
        +
        cause - a cause of the exception.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClientResponse

        +
        public ClientResponse getClientResponse()
        +
        Return a ClientResponse to be converted to Response to be put to a ResponseProcessingException.
        +
        +
        Returns:
        +
        a ClientResponse to be converted to Response.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/HttpUrlConnector.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/HttpUrlConnector.html new file mode 100644 index 000000000..38fcc4ee6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/HttpUrlConnector.html @@ -0,0 +1,427 @@ + + + + + + +HttpUrlConnector (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.internal
+

Class HttpUrlConnector

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.client.internal.HttpUrlConnector
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HttpUrlConnector

        +
        public HttpUrlConnector(jakarta.ws.rs.client.Client client,
        +                        HttpUrlConnectorProvider.ConnectionFactory connectionFactory,
        +                        int chunkSize,
        +                        boolean fixLengthStreaming,
        +                        boolean setMethodWorkaround)
        +
        Create new HttpUrlConnector instance.
        +
        +
        Parameters:
        +
        client - JAX-RS client instance for which the connector is being created.
        +
        connectionFactory - HttpsURLConnection factory to be used when creating connections.
        +
        chunkSize - chunk size to use when using HTTP chunked transfer coding.
        +
        fixLengthStreaming - specify if the the fixed-length streaming mode on the underlying HTTP URL connection instances should be + used when sending requests.
        +
        setMethodWorkaround - specify if the reflection workaround should be used to set HTTP URL connection method + name. See HttpUrlConnectorProvider.SET_METHOD_WORKAROUND for details.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        apply

        +
        public ClientResponse apply(ClientRequest request)
        +
        Description copied from interface: Connector
        +
        Synchronously process client request into a response. + + The method is used by Jersey client runtime to synchronously send a request + and receive a response.
        +
        +
        Specified by:
        +
        apply in interface Connector
        +
        Specified by:
        +
        apply in interface org.glassfish.jersey.process.Inflector<ClientRequest,ClientResponse>
        +
        Parameters:
        +
        request - Jersey client request to be sent.
        +
        Returns:
        +
        Jersey client response received for the client request.
        +
        +
      • +
      + + + +
        +
      • +

        apply

        +
        public Future<?> apply(ClientRequest request,
        +                       AsyncConnectorCallback callback)
        +
        Description copied from interface: Connector
        +
        Asynchronously process client request into a response. + + The method is used by Jersey client runtime to asynchronously send a request + and receive a response.
        +
        +
        Specified by:
        +
        apply in interface Connector
        +
        Parameters:
        +
        request - Jersey client request to be sent.
        +
        callback - Jersey asynchronous connector callback to asynchronously receive + the request processing result (either a response or a failure).
        +
        Returns:
        +
        asynchronously executed task handle.
        +
        +
      • +
      + + + +
        +
      • +

        close

        +
        public void close()
        +
        Description copied from interface: Connector
        +
        Close connector and release all it's internally associated resources.
        +
        +
        Specified by:
        +
        close in interface Connector
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Description copied from interface: Connector
        +
        Get name of current connector. + + Should contain identification of underlying specification and optionally version number. + Will be used in User-Agent header.
        +
        +
        Specified by:
        +
        getName in interface Connector
        +
        Returns:
        +
        name of current connector. Returning null or empty string means not including + this information in a generated "User-Agent" header.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/LocalizationMessages.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/LocalizationMessages.html new file mode 100644 index 000000000..2197c0e72 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/LocalizationMessages.html @@ -0,0 +1,2100 @@ + + + + + + +LocalizationMessages (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.internal
+

Class LocalizationMessages

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.client.internal.LocalizationMessages
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class LocalizationMessages
    +extends Object
    +
    Defines string formatting method for each constant in the resource file
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LocalizationMessages

        +
        public LocalizationMessages()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        localizableCLIENT_INSTANCE_CLOSED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCLIENT_INSTANCE_CLOSED()
        +
      • +
      + + + +
        +
      • +

        CLIENT_INSTANCE_CLOSED

        +
        public static String CLIENT_INSTANCE_CLOSED()
        +
        Client instance has been closed.
        +
      • +
      + + + +
        +
      • +

        localizableCLIENT_TARGET_LINK_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCLIENT_TARGET_LINK_NULL()
        +
      • +
      + + + +
        +
      • +

        CLIENT_TARGET_LINK_NULL

        +
        public static String CLIENT_TARGET_LINK_NULL()
        +
        Link to the newly created target must not be null.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_HTTP_METHOD_ENTITY_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_HTTP_METHOD_ENTITY_NULL(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_HTTP_METHOD_ENTITY_NULL

        +
        public static String ERROR_HTTP_METHOD_ENTITY_NULL(Object arg0)
        +
        Entity must not be null for http method {0}.
        +
      • +
      + + + +
        +
      • +

        localizableAUTHENTICATION_CREDENTIALS_NOT_PROVIDED_BASIC

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableAUTHENTICATION_CREDENTIALS_NOT_PROVIDED_BASIC()
        +
      • +
      + + + +
        +
      • +

        AUTHENTICATION_CREDENTIALS_NOT_PROVIDED_BASIC

        +
        public static String AUTHENTICATION_CREDENTIALS_NOT_PROVIDED_BASIC()
        +
        No credentials are provided for basic authentication. Request will be sent without an Authorization header.
        +
      • +
      + + + +
        +
      • +

        localizableCLIENT_RESPONSE_STATUS_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCLIENT_RESPONSE_STATUS_NULL()
        +
      • +
      + + + +
        +
      • +

        CLIENT_RESPONSE_STATUS_NULL

        +
        public static String CLIENT_RESPONSE_STATUS_NULL()
        +
        Client response status must not be null.
        +
      • +
      + + + +
        +
      • +

        localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR()
        +
      • +
      + + + +
        +
      • +

        CHUNKED_INPUT_STREAM_CLOSING_ERROR

        +
        public static String CHUNKED_INPUT_STREAM_CLOSING_ERROR()
        +
        Error closing chunked input's underlying response input stream.
        +
      • +
      + + + +
        +
      • +

        localizablePOSTINVOCATION_INTERCEPTOR_MULTIPLE_RESOLVES

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePOSTINVOCATION_INTERCEPTOR_MULTIPLE_RESOLVES()
        +
      • +
      + + + +
        +
      • +

        POSTINVOCATION_INTERCEPTOR_MULTIPLE_RESOLVES

        +
        public static String POSTINVOCATION_INTERCEPTOR_MULTIPLE_RESOLVES()
        +
        ExceptionContext#resolve has been utilized multiple times.
        +
      • +
      + + + +
        +
      • +

        localizableIGNORED_ASYNC_THREADPOOL_SIZE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableIGNORED_ASYNC_THREADPOOL_SIZE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        IGNORED_ASYNC_THREADPOOL_SIZE

        +
        public static String IGNORED_ASYNC_THREADPOOL_SIZE(Object arg0)
        +
        Zero or negative asynchronous thread pool size specified in the client configuration property: [{0}] Using default cached thread pool.
        +
      • +
      + + + +
        +
      • +

        localizableCLIENT_RX_PROVIDER_NOT_REGISTERED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCLIENT_RX_PROVIDER_NOT_REGISTERED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        CLIENT_RX_PROVIDER_NOT_REGISTERED

        +
        public static String CLIENT_RX_PROVIDER_NOT_REGISTERED(Object arg0)
        +
        RxInvokerProvider for type {0} is not registered.
        +
      • +
      + + + +
        +
      • +

        localizableCLIENT_URI_BUILDER_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCLIENT_URI_BUILDER_NULL()
        +
      • +
      + + + +
        +
      • +

        CLIENT_URI_BUILDER_NULL

        +
        public static String CLIENT_URI_BUILDER_NULL()
        +
        URI builder of the newly created target must not be null.
        +
      • +
      + + + +
        +
      • +

        localizableAUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableAUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED()
        +
      • +
      + + + +
        +
      • +

        AUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED

        +
        public static String AUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED()
        +
        Unsupported password type class. Password passed in the request property must be String or byte[].
        +
      • +
      + + + +
        +
      • +

        localizableERROR_REQUEST_CANCELLED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_REQUEST_CANCELLED()
        +
      • +
      + + + +
        +
      • +

        ERROR_REQUEST_CANCELLED

        +
        public static String ERROR_REQUEST_CANCELLED()
        +
        Request cancelled by the client call.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_HTTP_METHOD_ENTITY_NOT_NULL

        +
        public static String ERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object arg0)
        +
        Entity must be null for http method {0}.
        +
      • +
      + + + +
        +
      • +

        localizableEXCEPTION_SUPPRESSED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableEXCEPTION_SUPPRESSED()
        +
      • +
      + + + +
        +
      • +

        EXCEPTION_SUPPRESSED

        +
        public static String EXCEPTION_SUPPRESSED()
        +
        Exceptions were thrown. See suppressed exceptions for the list.
        +
      • +
      + + + +
        +
      • +

        localizableNULL_SSL_CONTEXT

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNULL_SSL_CONTEXT()
        +
      • +
      + + + +
        +
      • +

        NULL_SSL_CONTEXT

        +
        public static String NULL_SSL_CONTEXT()
        +
        Custom client SSL context, if set, must not be null.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_LISTENER_CLOSE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_LISTENER_CLOSE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_LISTENER_CLOSE

        +
        public static String ERROR_LISTENER_CLOSE(Object arg0)
        +
        ClientLifecycleListener {0} failed to close properly.
        +
      • +
      + + + +
        +
      • +

        localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY()
        +
      • +
      + + + +
        +
      • +

        HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY

        +
        public static String HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY()
        +
        Detected non-empty entity on a HTTP GET request. The underlying HTTP transport connector may decide to change the request method to POST.
        +
      • +
      + + + +
        +
      • +

        localizablePOSTINVOCATION_INTERCEPTOR_EXCEPTION

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePOSTINVOCATION_INTERCEPTOR_EXCEPTION()
        +
      • +
      + + + +
        +
      • +

        POSTINVOCATION_INTERCEPTOR_EXCEPTION

        +
        public static String POSTINVOCATION_INTERCEPTOR_EXCEPTION()
        +
        PostInvocationInterceptor threw exception.
        +
      • +
      + + + +
        +
      • +

        localizableREQUEST_ENTITY_WRITER_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableREQUEST_ENTITY_WRITER_NULL()
        +
      • +
      + + + +
        +
      • +

        REQUEST_ENTITY_WRITER_NULL

        +
        public static String REQUEST_ENTITY_WRITER_NULL()
        +
        The entity of the client request is null.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_COMMITTING_OUTPUT_STREAM

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_COMMITTING_OUTPUT_STREAM()
        +
      • +
      + + + +
        +
      • +

        ERROR_COMMITTING_OUTPUT_STREAM

        +
        public static String ERROR_COMMITTING_OUTPUT_STREAM()
        +
        Error while committing the request output stream.
        +
      • +
      + + + +
        +
      • +

        localizableUSING_FIXED_ASYNC_THREADPOOL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableUSING_FIXED_ASYNC_THREADPOOL(Object arg0)
        +
      • +
      + + + +
        +
      • +

        USING_FIXED_ASYNC_THREADPOOL

        +
        public static String USING_FIXED_ASYNC_THREADPOOL(Object arg0)
        +
        Using fixed-size thread pool of size [{0}] for asynchronous client invocations.
        +
      • +
      + + + +
        +
      • +

        localizableCLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE()
        +
      • +
      + + + +
        +
      • +

        CLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE

        +
        public static String CLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE()
        +
        Client response resolved URI must be absolute.
        +
      • +
      + + + +
        +
      • +

        localizableREQUEST_ENTITY_ALREADY_WRITTEN

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableREQUEST_ENTITY_ALREADY_WRITTEN()
        +
      • +
      + + + +
        +
      • +

        REQUEST_ENTITY_ALREADY_WRITTEN

        +
        public static String REQUEST_ENTITY_ALREADY_WRITTEN()
        +
        The entity was already written in this request. The entity can be written (serialized into the output stream) only once per a request.
        +
      • +
      + + + +
        +
      • +

        localizableCLIENT_URI_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCLIENT_URI_NULL()
        +
      • +
      + + + +
        +
      • +

        CLIENT_URI_NULL

        +
        public static String CLIENT_URI_NULL()
        +
        URI of the newly created target must not be null.
        +
      • +
      + + + +
        +
      • +

        localizableAUTHENTICATION_CREDENTIALS_MISSING_DIGEST

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableAUTHENTICATION_CREDENTIALS_MISSING_DIGEST()
        +
      • +
      + + + +
        +
      • +

        AUTHENTICATION_CREDENTIALS_MISSING_DIGEST

        +
        public static String AUTHENTICATION_CREDENTIALS_MISSING_DIGEST()
        +
        Credentials must be defined for digest authentication. Define username and password either when creating HttpAuthenticationFeature or use specific credentials for each request using the request property (see HttpAuthenticationFeature).
        +
      • +
      + + + +
        +
      • +

        localizableCHUNKED_INPUT_CLOSED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCHUNKED_INPUT_CLOSED()
        +
      • +
      + + + +
        +
      • +

        CHUNKED_INPUT_CLOSED

        +
        public static String CHUNKED_INPUT_CLOSED()
        +
        Chunked input has been closed already.
        +
      • +
      + + + +
        +
      • +

        localizableNULL_KEYSTORE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNULL_KEYSTORE()
        +
      • +
      + + + +
        +
      • +

        NULL_KEYSTORE

        +
        public static String NULL_KEYSTORE()
        +
        Custom key store, if set, must not be null.
        +
      • +
      + + + +
        +
      • +

        localizablePOSTINVOCATION_INTERCEPTOR_RESOLVE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePOSTINVOCATION_INTERCEPTOR_RESOLVE()
        +
      • +
      + + + +
        +
      • +

        POSTINVOCATION_INTERCEPTOR_RESOLVE

        +
        public static String POSTINVOCATION_INTERCEPTOR_RESOLVE()
        +
        ExceptionContext#resolve has been utilized.
        +
      • +
      + + + +
        +
      • +

        localizableNEGATIVE_INPUT_PARAMETER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNEGATIVE_INPUT_PARAMETER(Object arg0)
        +
      • +
      + + + +
        +
      • +

        NEGATIVE_INPUT_PARAMETER

        +
        public static String NEGATIVE_INPUT_PARAMETER(Object arg0)
        +
        "Input parameter {0} must not be negative."
        +
      • +
      + + + +
        +
      • +

        localizableDIGEST_FILTER_QOP_UNSUPPORTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableDIGEST_FILTER_QOP_UNSUPPORTED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        DIGEST_FILTER_QOP_UNSUPPORTED

        +
        public static String DIGEST_FILTER_QOP_UNSUPPORTED(Object arg0)
        +
        The 'qop' (quality of protection) = {0} extension requested by the server is not supported by Jersey HttpDigestAuthFilter. Cannot authenticate against the server using Http Digest Authentication.
        +
      • +
      + + + +
        +
      • +

        localizableCHUNKED_INPUT_MEDIA_TYPE_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCHUNKED_INPUT_MEDIA_TYPE_NULL()
        +
      • +
      + + + +
        +
      • +

        CHUNKED_INPUT_MEDIA_TYPE_NULL

        +
        public static String CHUNKED_INPUT_MEDIA_TYPE_NULL()
        +
        Specified chunk media type must not be null.
        +
      • +
      + + + +
        +
      • +

        localizableAUTHENTICATION_CREDENTIALS_MISSING_BASIC

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableAUTHENTICATION_CREDENTIALS_MISSING_BASIC()
        +
      • +
      + + + +
        +
      • +

        AUTHENTICATION_CREDENTIALS_MISSING_BASIC

        +
        public static String AUTHENTICATION_CREDENTIALS_MISSING_BASIC()
        +
        Credentials must be defined for basic authentication. Define username and password either when creating HttpAuthenticationFeature or use specific credentials for each request using the request property (see HttpAuthenticationFeature).
        +
      • +
      + + + +
        +
      • +

        localizableWRONG_PROXY_URI_TYPE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableWRONG_PROXY_URI_TYPE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        WRONG_PROXY_URI_TYPE

        +
        public static String WRONG_PROXY_URI_TYPE(Object arg0)
        +
        The proxy URI ("{0}") property MUST be an instance of String or URI.
        +
      • +
      + + + +
        +
      • +

        localizableCLIENT_RX_PROVIDER_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCLIENT_RX_PROVIDER_NULL()
        +
      • +
      + + + +
        +
      • +

        CLIENT_RX_PROVIDER_NULL

        +
        public static String CLIENT_RX_PROVIDER_NULL()
        +
        RxInvokerProvider returned null.
        +
      • +
      + + + +
        +
      • +

        localizableRESTRICTED_HEADER_POSSIBLY_IGNORED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableRESTRICTED_HEADER_POSSIBLY_IGNORED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        RESTRICTED_HEADER_POSSIBLY_IGNORED

        +
        public static String RESTRICTED_HEADER_POSSIBLY_IGNORED(Object arg0)
        +
        Attempt to send restricted header(s) while the [{0}] system property not set. Header(s) will possibly be ignored.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_SHUTDOWNHOOK_CLOSE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_SHUTDOWNHOOK_CLOSE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_SHUTDOWNHOOK_CLOSE

        +
        public static String ERROR_SHUTDOWNHOOK_CLOSE(Object arg0)
        +
        Client shutdown hook {0} failed.
        +
      • +
      + + + +
        +
      • +

        localizableRESTRICTED_HEADER_PROPERTY_SETTING_TRUE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableRESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        RESTRICTED_HEADER_PROPERTY_SETTING_TRUE

        +
        public static String RESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object arg0)
        +
        Restricted headers are enabled using [{0}] system property(setting only takes effect onconnections created after the property has been set/changed).
        +
      • +
      + + + +
        +
      • +

        localizableNULL_TRUSTSTORE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNULL_TRUSTSTORE()
        +
      • +
      + + + +
        +
      • +

        NULL_TRUSTSTORE

        +
        public static String NULL_TRUSTSTORE()
        +
        Custom trust store, if set, must not be null.
        +
      • +
      + + + +
        +
      • +

        localizablePREINVOCATION_INTERCEPTOR_ABORT_WITH

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePREINVOCATION_INTERCEPTOR_ABORT_WITH()
        +
      • +
      + + + +
        +
      • +

        PREINVOCATION_INTERCEPTOR_ABORT_WITH

        +
        public static String PREINVOCATION_INTERCEPTOR_ABORT_WITH()
        +
        PreInvocationInterceptor utilized ClientRequestContext#abortWith.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_CLOSING_OUTPUT_STREAM

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_CLOSING_OUTPUT_STREAM()
        +
      • +
      + + + +
        +
      • +

        ERROR_CLOSING_OUTPUT_STREAM

        +
        public static String ERROR_CLOSING_OUTPUT_STREAM()
        +
        Error when closing the output stream.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_LISTENER_INIT

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_LISTENER_INIT(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_LISTENER_INIT

        +
        public static String ERROR_LISTENER_INIT(Object arg0)
        +
        ClientLifecycleListener {0} failed to initialize properly.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE

        +
        public static String ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE(Object arg0)
        +
        Incorrect type of response instance {0}. Parameter must be a default Jersey ClientResponseContext implementation.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_PARAMETER_TYPE_PROCESSING

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_PARAMETER_TYPE_PROCESSING(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_PARAMETER_TYPE_PROCESSING

        +
        public static String ERROR_PARAMETER_TYPE_PROCESSING(Object arg0)
        +
        Could not process parameter type {0}.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST

        +
        public static String ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST(Object arg0)
        +
        Incorrect type of request instance {0}. Parameter must be a default Jersey ClientRequestContext implementation.
        +
      • +
      + + + +
        +
      • +

        localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING()
        +
      • +
      + + + +
        +
      • +

        UNEXPECTED_ERROR_RESPONSE_PROCESSING

        +
        public static String UNEXPECTED_ERROR_RESPONSE_PROCESSING()
        +
        Unexpected error during response processing.
        +
      • +
      + + + +
        +
      • +

        localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED()
        +
      • +
      + + + +
        +
      • +

        RESPONSE_TO_EXCEPTION_CONVERSION_FAILED

        +
        public static String RESPONSE_TO_EXCEPTION_CONVERSION_FAILED()
        +
        Failed to convert a response into an exception.
        +
      • +
      + + + +
        +
      • +

        localizableCOLLECTION_UPDATER_TYPE_UNSUPPORTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCOLLECTION_UPDATER_TYPE_UNSUPPORTED()
        +
      • +
      + + + +
        +
      • +

        COLLECTION_UPDATER_TYPE_UNSUPPORTED

        +
        public static String COLLECTION_UPDATER_TYPE_UNSUPPORTED()
        +
        Unsupported collection type.
        +
      • +
      + + + +
        +
      • +

        localizablePREINVOCATION_INTERCEPTOR_MULTIPLE_ABORTIONS

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePREINVOCATION_INTERCEPTOR_MULTIPLE_ABORTIONS()
        +
      • +
      + + + +
        +
      • +

        PREINVOCATION_INTERCEPTOR_MULTIPLE_ABORTIONS

        +
        public static String PREINVOCATION_INTERCEPTOR_MULTIPLE_ABORTIONS()
        +
        ClientRequestContext#abortWith has been utilized multiple times.
        +
      • +
      + + + +
        +
      • +

        localizableNULL_KEYSTORE_PASWORD

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNULL_KEYSTORE_PASWORD()
        +
      • +
      + + + +
        +
      • +

        NULL_KEYSTORE_PASWORD

        +
        public static String NULL_KEYSTORE_PASWORD()
        +
        Custom key store password must not be null.
        +
      • +
      + + + +
        +
      • +

        localizableCLIENT_URI_TEMPLATE_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCLIENT_URI_TEMPLATE_NULL()
        +
      • +
      + + + +
        +
      • +

        CLIENT_URI_TEMPLATE_NULL

        +
        public static String CLIENT_URI_TEMPLATE_NULL()
        +
        URI template of the newly created target must not be null.
        +
      • +
      + + + +
        +
      • +

        localizableCLIENT_RESPONSE_RESOLVED_URI_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCLIENT_RESPONSE_RESOLVED_URI_NULL()
        +
      • +
      + + + +
        +
      • +

        CLIENT_RESPONSE_RESOLVED_URI_NULL

        +
        public static String CLIENT_RESPONSE_RESOLVED_URI_NULL()
        +
        Client response resolved URI must not be null.
        +
      • +
      + + + +
        +
      • +

        localizableCLIENT_INVOCATION_LINK_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCLIENT_INVOCATION_LINK_NULL()
        +
      • +
      + + + +
        +
      • +

        CLIENT_INVOCATION_LINK_NULL

        +
        public static String CLIENT_INVOCATION_LINK_NULL()
        +
        Link of the newly created invocation must not be null.
        +
      • +
      + + + +
        +
      • +

        localizableNULL_INPUT_PARAMETER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNULL_INPUT_PARAMETER(Object arg0)
        +
      • +
      + + + +
        +
      • +

        NULL_INPUT_PARAMETER

        +
        public static String NULL_INPUT_PARAMETER(Object arg0)
        +
        Input method parameter {0} must not be null.
        +
      • +
      + + + +
        +
      • +

        localizableRESPONSE_TYPE_IS_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableRESPONSE_TYPE_IS_NULL()
        +
      • +
      + + + +
        +
      • +

        RESPONSE_TYPE_IS_NULL

        +
        public static String RESPONSE_TYPE_IS_NULL()
        +
        Requested response type is null.
        +
      • +
      + + + +
        +
      • +

        localizablePREINVOCATION_INTERCEPTOR_EXCEPTION

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePREINVOCATION_INTERCEPTOR_EXCEPTION()
        +
      • +
      + + + +
        +
      • +

        PREINVOCATION_INTERCEPTOR_EXCEPTION

        +
        public static String PREINVOCATION_INTERCEPTOR_EXCEPTION()
        +
        PreInvocationInterceptor threw exception.
        +
      • +
      + + + +
        +
      • +

        localizableNULL_SCHEDULED_EXECUTOR_SERVICE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNULL_SCHEDULED_EXECUTOR_SERVICE()
        +
      • +
      + + + +
        +
      • +

        NULL_SCHEDULED_EXECUTOR_SERVICE

        +
        public static String NULL_SCHEDULED_EXECUTOR_SERVICE()
        +
        ScheduledExecutorService must not be set to null.
        +
      • +
      + + + +
        +
      • +

        localizableUSE_ENCODING_IGNORED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableUSE_ENCODING_IGNORED(Object arg0,
        +                                                                                             Object arg1,
        +                                                                                             Object arg2)
        +
      • +
      + + + +
        +
      • +

        USE_ENCODING_IGNORED

        +
        public static String USE_ENCODING_IGNORED(Object arg0,
        +                                          Object arg1,
        +                                          Object arg2)
        +
        Value {1} of {0} client property will be ignored as it is not a valid supported encoding. Valid supported encodings are: {2}
        +
      • +
      + + + +
        +
      • +

        localizableRESTRICTED_HEADER_PROPERTY_SETTING_FALSE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableRESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        RESTRICTED_HEADER_PROPERTY_SETTING_FALSE

        +
        public static String RESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object arg0)
        +
        Restricted headers are not enabled using [{0}] system property (setting only takes effect on connections created after the property has been set/changed).
        +
      • +
      + + + +
        +
      • +

        localizableNULL_INVOCATION_BUILDER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNULL_INVOCATION_BUILDER()
        +
      • +
      + + + +
        +
      • +

        NULL_INVOCATION_BUILDER

        +
        public static String NULL_INVOCATION_BUILDER()
        +
        Invocation builder must not be null.
        +
      • +
      + + + +
        +
      • +

        localizableNULL_CONNECTOR_PROVIDER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNULL_CONNECTOR_PROVIDER()
        +
      • +
      + + + +
        +
      • +

        NULL_CONNECTOR_PROVIDER

        +
        public static String NULL_CONNECTOR_PROVIDER()
        +
        ConnectorProvider must not be set to null.
        +
      • +
      + + + +
        +
      • +

        localizableNULL_EXECUTOR_SERVICE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNULL_EXECUTOR_SERVICE()
        +
      • +
      + + + +
        +
      • +

        NULL_EXECUTOR_SERVICE

        +
        public static String NULL_EXECUTOR_SERVICE()
        +
        ExecutorService must not be set to null.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_DIGEST_FILTER_GENERATOR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_DIGEST_FILTER_GENERATOR()
        +
      • +
      + + + +
        +
      • +

        ERROR_DIGEST_FILTER_GENERATOR

        +
        public static String ERROR_DIGEST_FILTER_GENERATOR()
        +
        Error during initialization of random generator of Digest authentication.
        +
      • +
      + + + +
        +
      • +

        localizableNEGATIVE_CHUNK_SIZE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNEGATIVE_CHUNK_SIZE(Object arg0,
        +                                                                                            Object arg1)
        +
      • +
      + + + +
        +
      • +

        NEGATIVE_CHUNK_SIZE

        +
        public static String NEGATIVE_CHUNK_SIZE(Object arg0,
        +                                         Object arg1)
        +
        Negative chunked HTTP transfer coding chunk size value specified in the client configuration property: [{0}] Reverting to programmatically set default: [{1}]
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/class-use/ClientResponseProcessingException.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/class-use/ClientResponseProcessingException.html new file mode 100644 index 000000000..820b28176 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/class-use/ClientResponseProcessingException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.internal.ClientResponseProcessingException (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.internal.ClientResponseProcessingException

+
+
No usage of org.glassfish.jersey.client.internal.ClientResponseProcessingException
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/class-use/HttpUrlConnector.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/class-use/HttpUrlConnector.html new file mode 100644 index 000000000..9c96235a4 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/class-use/HttpUrlConnector.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.internal.HttpUrlConnector (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.internal.HttpUrlConnector

+
+
No usage of org.glassfish.jersey.client.internal.HttpUrlConnector
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/class-use/LocalizationMessages.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/class-use/LocalizationMessages.html new file mode 100644 index 000000000..a4f58812f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/class-use/LocalizationMessages.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.internal.LocalizationMessages (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.internal.LocalizationMessages

+
+
No usage of org.glassfish.jersey.client.internal.LocalizationMessages
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-frame.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-frame.html new file mode 100644 index 000000000..62838f021 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-frame.html @@ -0,0 +1,26 @@ + + + + + + +org.glassfish.jersey.client.internal (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.client.internal

+ + + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-summary.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-summary.html new file mode 100644 index 000000000..fc6e15cbf --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-summary.html @@ -0,0 +1,178 @@ + + + + + + +org.glassfish.jersey.client.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.client.internal

+
+
Jersey client-side internal classes.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    HttpUrlConnector +
    Default client transport connector using HttpURLConnection.
    +
    LocalizationMessages +
    Defines string formatting method for each constant in the resource file
    +
    +
  • +
  • + + + + + + + + + + + + +
    Exception Summary 
    ExceptionDescription
    ClientResponseProcessingException +
    This is a representation of a @{link ProcessingException} containing a @{link ClientResponse} instance.
    +
    +
  • +
+ + + +

Package org.glassfish.jersey.client.internal Description

+
Jersey client-side internal classes.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-tree.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-tree.html new file mode 100644 index 000000000..f5c3052b4 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-tree.html @@ -0,0 +1,157 @@ + + + + + + +org.glassfish.jersey.client.internal Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.client.internal

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-use.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-use.html new file mode 100644 index 000000000..e27d76569 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package org.glassfish.jersey.client.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.client.internal

+
+
No usage of org.glassfish.jersey.client.internal
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-frame.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-frame.html new file mode 100644 index 000000000..9d658ee3b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-frame.html @@ -0,0 +1,56 @@ + + + + + + +org.glassfish.jersey.client (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.client

+ + + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-summary.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-summary.html new file mode 100644 index 000000000..4ae1e923c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-summary.html @@ -0,0 +1,352 @@ + + + + + + +org.glassfish.jersey.client (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.client

+
+
Jersey client-side classes.
+
+

See: Description

+
+
+ + + + +

Package org.glassfish.jersey.client Description

+
Jersey client-side classes.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-tree.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-tree.html new file mode 100644 index 000000000..7bb9d579b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-tree.html @@ -0,0 +1,210 @@ + + + + + + +org.glassfish.jersey.client Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+ +

Enum Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-use.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-use.html new file mode 100644 index 000000000..80a8472b7 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-use.html @@ -0,0 +1,331 @@ + + + + + + +Uses of Package org.glassfish.jersey.client (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.client

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/AsyncConnectorCallback.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/AsyncConnectorCallback.html new file mode 100644 index 000000000..f19278574 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/AsyncConnectorCallback.html @@ -0,0 +1,255 @@ + + + + + + +AsyncConnectorCallback (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.spi
+

Interface AsyncConnectorCallback

+
+
+
+
    +
  • +
    +
    +
    public interface AsyncConnectorCallback
    +
    Asynchronous connector response processing callback contract.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        response

        +
        void response(ClientResponse response)
        +
        Invoked when a response for the asynchronously invoked request is available.
        +
        +
        Parameters:
        +
        response - asynchronously received client response.
        +
        +
      • +
      + + + +
        +
      • +

        failure

        +
        void failure(Throwable failure)
        +
        Invoked in case the asynchronous request invocation failed.
        +
        +
        Parameters:
        +
        failure - cause of the asynchronous request invocation failure.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/CachingConnectorProvider.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/CachingConnectorProvider.html new file mode 100644 index 000000000..93253994e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/CachingConnectorProvider.html @@ -0,0 +1,330 @@ + + + + + + +CachingConnectorProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.spi
+

Class CachingConnectorProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.client.spi.CachingConnectorProvider
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ConnectorProvider
    +
    +
    +
    +
    public class CachingConnectorProvider
    +extends Object
    +implements ConnectorProvider
    +
    Caching connector provider. + + This utility provider can be used to serve as a lazily initialized provider of the same connector instance. +

    + Note however that the connector instance will be configured using the runtime configuration of the first client instance that + has invoked the getConnector(jakarta.ws.rs.client.Client, jakarta.ws.rs.core.Configuration) method. + Client and Configuration instance passed to subsequent + getConnector(...) invocations will be ignored. As such, this connector provider should not be shared among client + instances that have significantly different connector-specific settings. +

    +
    +
    Since:
    +
    2.10
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CachingConnectorProvider

        +
        public CachingConnectorProvider(ConnectorProvider delegate)
        +
        Create the caching connector provider.
        +
        +
        Parameters:
        +
        delegate - delegate connector provider that will be used to initialize and create the connector instance which + will be subsequently cached and reused.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getConnector

        +
        public Connector getConnector(jakarta.ws.rs.client.Client client,
        +                              jakarta.ws.rs.core.Configuration runtimeConfig)
        +
        Description copied from interface: ConnectorProvider
        +
        Get a Jersey client connector instance for a given client instance + and Jersey client runtime configuration. +

        + Note that the supplied runtime configuration can be different from the client instance + configuration as a single client can be used to serve multiple differently configured runtimes. + While the SSL context or hostname verifier + are shared, other configuration properties may change in each runtime. +

        +

        + Based on the supplied client and runtime configuration data, it is up to each connector provider + implementation to decide whether a new dedicated connector instance is required or if the existing, + previously create connector instance can be reused. +

        +
        +
        Specified by:
        +
        getConnector in interface ConnectorProvider
        +
        Parameters:
        +
        client - Jersey client instance.
        +
        runtimeConfig - Jersey client runtime configuration.
        +
        Returns:
        +
        configured Connector instance to be used by the client.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/ClientBuilderListener.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/ClientBuilderListener.html new file mode 100644 index 000000000..f0a68097b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/ClientBuilderListener.html @@ -0,0 +1,250 @@ + + + + + + +ClientBuilderListener (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.spi
+

Interface ClientBuilderListener

+
+
+
+
    +
  • +
    +
    +
    @Beta
    +public interface ClientBuilderListener
    +

    + Implementations of this interface will be notified when new ClientBuilder + instances are being constructed. This will allow implementations to register + providers on the ClientBuilder, and is intended for global providers. +

    +

    + In order for the ClientBuilder to call implementations of this interface, + the implementation must be specified such that a ServiceLoader can find it - + i.e. it must be specified in the + META-INF/services/org.glassfish.jersey.client.spi.ClientBuilderListener + file in an archive on the current thread's context classloader's + class path. +

    +

    + Note that the onNewBuilder method will be called when the + ClientBuilder is constructed, not when it's build method is + invoked. This allows the caller to override global providers if they desire. +

    +

    + The ClientBuilderListener are invoked in an order given by it's @Priority. + The default is Priorities.USER. +

    +
    +
    Since:
    +
    2.32
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onNewBuilder

        +
        void onNewBuilder(jakarta.ws.rs.client.ClientBuilder builder)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/Connector.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/Connector.html new file mode 100644 index 000000000..a788b813e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/Connector.html @@ -0,0 +1,329 @@ + + + + + + +Connector (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.spi
+

Interface Connector

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    org.glassfish.jersey.process.Inflector<ClientRequest,ClientResponse>
    +
    +
    +
    All Known Implementing Classes:
    +
    HttpUrlConnector
    +
    +
    +
    +
    public interface Connector
    +extends org.glassfish.jersey.process.Inflector<ClientRequest,ClientResponse>
    +
    Client transport connector extension contract. +

    + Note that unlike most of the other Jersey SPI extension contracts, + Jersey Connector is not a typical runtime extension and as such cannot be directly registered + using a configuration register(...) method. Jersey client runtime retrieves a Connector + instance upon Jersey client runtime initialization using a ConnectorProvider + registered in ClientConfig. +

    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        apply

        +
        ClientResponse apply(ClientRequest request)
        +
        Synchronously process client request into a response. + + The method is used by Jersey client runtime to synchronously send a request + and receive a response.
        +
        +
        Specified by:
        +
        apply in interface org.glassfish.jersey.process.Inflector<ClientRequest,ClientResponse>
        +
        Parameters:
        +
        request - Jersey client request to be sent.
        +
        Returns:
        +
        Jersey client response received for the client request.
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - in case of any invocation failure.
        +
        +
      • +
      + + + +
        +
      • +

        apply

        +
        Future<?> apply(ClientRequest request,
        +                AsyncConnectorCallback callback)
        +
        Asynchronously process client request into a response. + + The method is used by Jersey client runtime to asynchronously send a request + and receive a response.
        +
        +
        Parameters:
        +
        request - Jersey client request to be sent.
        +
        callback - Jersey asynchronous connector callback to asynchronously receive + the request processing result (either a response or a failure).
        +
        Returns:
        +
        asynchronously executed task handle.
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        String getName()
        +
        Get name of current connector. + + Should contain identification of underlying specification and optionally version number. + Will be used in User-Agent header.
        +
        +
        Returns:
        +
        name of current connector. Returning null or empty string means not including + this information in a generated "User-Agent" header.
        +
        +
      • +
      + + + +
        +
      • +

        close

        +
        void close()
        +
        Close connector and release all it's internally associated resources.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/ConnectorProvider.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/ConnectorProvider.html new file mode 100644 index 000000000..b94236532 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/ConnectorProvider.html @@ -0,0 +1,271 @@ + + + + + + +ConnectorProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.spi
+

Interface ConnectorProvider

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    CachingConnectorProvider, HttpUrlConnectorProvider
    +
    +
    +
    +
    public interface ConnectorProvider
    +
    Jersey client connector provider contract. + + Connector provider is invoked by Jersey client runtime to provide a client connector + to be used to send client requests over the wire to server-side resources. + There can be only one connector provider registered in a single Jersey client instance. +

    + Note that unlike most of the other Jersey SPI extension contracts, + ConnectorProvider is not a typical runtime extension and as such cannot be registered + using a configuration register(...) method. Instead, it must be registered using via + JerseyClientBuilder using it's + ClientConfig.connectorProvider(ConnectorProvider) + initializer method. +

    +
    +
    Since:
    +
    2.5
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      ConnectorgetConnector(jakarta.ws.rs.client.Client client, + jakarta.ws.rs.core.Configuration runtimeConfig) +
      Get a Jersey client connector instance for a given client instance + and Jersey client runtime configuration.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getConnector

        +
        Connector getConnector(jakarta.ws.rs.client.Client client,
        +                       jakarta.ws.rs.core.Configuration runtimeConfig)
        +
        Get a Jersey client connector instance for a given client instance + and Jersey client runtime configuration. +

        + Note that the supplied runtime configuration can be different from the client instance + configuration as a single client can be used to serve multiple differently configured runtimes. + While the SSL context or hostname verifier + are shared, other configuration properties may change in each runtime. +

        +

        + Based on the supplied client and runtime configuration data, it is up to each connector provider + implementation to decide whether a new dedicated connector instance is required or if the existing, + previously create connector instance can be reused. +

        +
        +
        Parameters:
        +
        client - Jersey client instance.
        +
        runtimeConfig - Jersey client runtime configuration.
        +
        Returns:
        +
        configured Connector instance to be used by the client.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/DefaultSslContextProvider.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/DefaultSslContextProvider.html new file mode 100644 index 000000000..30a0a5891 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/DefaultSslContextProvider.html @@ -0,0 +1,243 @@ + + + + + + +DefaultSslContextProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.spi
+

Interface DefaultSslContextProvider

+
+
+
+
    +
  • +
    +
    +
    public interface DefaultSslContextProvider
    +
    Default SSLContext provider. +

    + Can be used to override SslConfigurator.getDefaultContext().

    +
    +
    Since:
    +
    2.21.1
    +
    Author:
    +
    Pavel Bucek
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDefaultSslContext

        +
        SSLContext getDefaultSslContext()
        +
        Get default SSLContext. +

        + Returned instance is expected to be configured to container default values.

        +
        +
        Returns:
        +
        default SSL context.
        +
        Throws:
        +
        IllegalStateException - when there is a problem with creating or obtaining default SSL context.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/InvocationBuilderListener.InvocationBuilderContext.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/InvocationBuilderListener.InvocationBuilderContext.html new file mode 100644 index 000000000..2fa97772b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/InvocationBuilderListener.InvocationBuilderContext.html @@ -0,0 +1,752 @@ + + + + + + +InvocationBuilderListener.InvocationBuilderContext (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.spi
+

Interface InvocationBuilderListener.InvocationBuilderContext

+
+
+
+
    +
  • +
    +
    Enclosing interface:
    +
    InvocationBuilderListener
    +
    +
    +
    +
    public static interface InvocationBuilderListener.InvocationBuilderContext
    +
    An Invocation.Builder subset of setter methods.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        accept

        +
        InvocationBuilderListener.InvocationBuilderContext accept(jakarta.ws.rs.core.MediaType... mediaTypes)
        +
        Add the accepted response media types.
        +
        +
        Parameters:
        +
        mediaTypes - accepted response media types.
        +
        Returns:
        +
        the updated context.
        +
        +
      • +
      + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        cacheControl

        +
        InvocationBuilderListener.InvocationBuilderContext cacheControl(jakarta.ws.rs.core.CacheControl cacheControl)
        +
        Set the cache control data of the message.
        +
        +
        Parameters:
        +
        cacheControl - the cache control directives, if null + any existing cache control directives will be removed.
        +
        Returns:
        +
        the updated context.
        +
        +
      • +
      + + + +
        +
      • +

        getAccepted

        +
        List<String> getAccepted()
        +
        Get the accepted response media types.
        +
        +
        Returns:
        +
        accepted response media types.
        +
        +
      • +
      + + + +
        +
      • +

        getAcceptedLanguages

        +
        List<String> getAcceptedLanguages()
        +
        Get acceptable languages.
        +
        +
        Returns:
        +
        acceptable languages.
        +
        +
      • +
      + + + +
        +
      • +

        getCacheControls

        +
        List<jakarta.ws.rs.core.CacheControl> getCacheControls()
        +
        Get the cache control data of the message.
        +
        +
        Returns:
        +
        the cache control data of the message.
        +
        +
      • +
      + + + +
        +
      • +

        getConfiguration

        +
        jakarta.ws.rs.core.Configuration getConfiguration()
        +
        Get runtime configuration.
        +
        +
        Returns:
        +
        runtime configuration.
        +
        +
      • +
      + + + +
        +
      • +

        getCookies

        +
        Map<String,jakarta.ws.rs.core.Cookie> getCookies()
        +
        Get any cookies that accompanied the request.
        +
        +
        Returns:
        +
        a read-only map of cookie name (String) to Cookie.
        +
        +
      • +
      + + + +
        +
      • +

        getEncodings

        +
        List<String> getEncodings()
        +
        Get acceptable encodings.
        +
        +
        Returns:
        +
        acceptable encodings.
        +
        +
      • +
      + + + +
        +
      • +

        getHeader

        +
        List<String> getHeader(String name)
        +
        Get the values of a HTTP request header. The returned List is read-only.
        +
        +
        Parameters:
        +
        name - the header name, case insensitive.
        +
        Returns:
        +
        a read-only list of header values.
        +
        +
      • +
      + + + +
        +
      • +

        getHeaders

        +
        jakarta.ws.rs.core.MultivaluedMap<String,Object> getHeaders()
        +
        Get the mutable message headers multivalued map.
        +
        +
        Returns:
        +
        mutable multivalued map of message headers.
        +
        +
      • +
      + + + +
        +
      • +

        getProperty

        +
        Object getProperty(String name)
        +
        Returns the property with the given name registered in the current request/response + exchange context, or null if there is no property by that name. +

        + A property allows filters and interceptors to exchange + additional custom information not already provided by this interface. +

        +

        + A list of supported properties can be retrieved using getPropertyNames(). + Custom property names should follow the same convention as package names. +

        +
        +
        Parameters:
        +
        name - a String specifying the name of the property.
        +
        Returns:
        +
        an Object containing the value of the property, or + null if no property exists matching the given name.
        +
        See Also:
        +
        getPropertyNames()
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getUri

        +
        URI getUri()
        +
        Get the request URI.
        +
        +
        Returns:
        +
        request URI.
        +
        +
      • +
      + + + +
        +
      • +

        header

        +
        InvocationBuilderListener.InvocationBuilderContext header(String name,
        +                                                          Object value)
        +
        Add an arbitrary header.
        +
        +
        Parameters:
        +
        name - the name of the header
        +
        value - the value of the header, the header will be serialized + using a RuntimeDelegate.HeaderDelegate if + one is available via RuntimeDelegate.createHeaderDelegate(java.lang.Class) + for the class of value or using its toString method + if a header delegate is not available. If value is null + then all current headers of the same name will be removed.
        +
        Returns:
        +
        the updated context.
        +
        +
      • +
      + + + +
        +
      • +

        headers

        +
        InvocationBuilderListener.InvocationBuilderContext headers(jakarta.ws.rs.core.MultivaluedMap<String,Object> headers)
        +
        Replaces all existing headers with the newly supplied headers.
        +
        +
        Parameters:
        +
        headers - new headers to be set, if null all existing + headers will be removed.
        +
        Returns:
        +
        the updated context.
        +
        +
      • +
      + + + +
        +
      • +

        property

        +
        InvocationBuilderListener.InvocationBuilderContext property(String name,
        +                                                            Object value)
        +
        Set a new property in the context of a request represented by this invocation builder. +

        + The property is available for a later retrieval via ClientRequestContext.getProperty(String) + or InterceptorContext.getProperty(String). + If a property with a given name is already set in the request context, + the existing value of the property will be updated. + Setting a null value into a property effectively removes the property + from the request property bag. +

        +
        +
        Parameters:
        +
        name - property name.
        +
        value - (new) property value. null value removes the property + with the given name.
        +
        Returns:
        +
        the updated context.
        +
        See Also:
        +
        Invocation.property(String, Object)
        +
        +
      • +
      + + + +
        +
      • +

        removeProperty

        +
        void removeProperty(String name)
        +
        Removes a property with the given name from the current request/response + exchange context. After removal, subsequent calls to getProperty(java.lang.String) + to retrieve the property value will return null.
        +
        +
        Parameters:
        +
        name - a String specifying the name of the property to be removed.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/InvocationBuilderListener.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/InvocationBuilderListener.html new file mode 100644 index 000000000..136b70e8c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/InvocationBuilderListener.html @@ -0,0 +1,270 @@ + + + + + + +InvocationBuilderListener (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.spi
+

Interface InvocationBuilderListener

+
+
+
+
    +
  • +
    +
    +
    @Beta
    + @Contract
    + @ConstrainedTo(value=CLIENT)
    +public interface InvocationBuilderListener
    +
    Implementations of this interface will be notified when a new Invocation.Builder + is created. This will allow implementations to access the invocation builders, + and is intended for global providers. For example, the Invocation.Builder properties can be + accessed to set properties that are available on the ClientRequestContext. +

    + In order for the InvocationBuilderListener to be called, the implementation of the interface needs + to be registered on the Client the same way the ClientRequestFilter is registered, for instance. + + If multiple InvocationBuilderListeners are to be utilized, the order of execution is driven by the Priority, + the lower the priority value, the higher the priority, the sooner the execution.

    +
    +
    Since:
    +
    2.30
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/PostInvocationInterceptor.ExceptionContext.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/PostInvocationInterceptor.ExceptionContext.html new file mode 100644 index 000000000..da9c2bc08 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/PostInvocationInterceptor.ExceptionContext.html @@ -0,0 +1,281 @@ + + + + + + +PostInvocationInterceptor.ExceptionContext (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.spi
+

Interface PostInvocationInterceptor.ExceptionContext

+
+
+
+
    +
  • +
    +
    Enclosing interface:
    +
    PostInvocationInterceptor
    +
    +
    +
    +
    public static interface PostInvocationInterceptor.ExceptionContext
    +
    The context providing information when the Throwable (typically, the RuntimeException) is caught.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      Optional<jakarta.ws.rs.client.ClientResponseContext>getResponseContext() +
      If the ClientResponseContext has been available at the time of the Throwable occurrence, + such as when the PostInvocationInterceptor is processed, it will be available.
      +
      Deque<Throwable>getThrowables() +
      Get the mutable Deque of unhandled Throwables occurred during the request (including previous + PostInvocationInterceptor processing).
      +
      voidresolve(jakarta.ws.rs.core.Response response) +
      Resolve the Throwables with a provided Response.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getResponseContext

        +
        Optional<jakarta.ws.rs.client.ClientResponseContext> getResponseContext()
        +
        If the ClientResponseContext has been available at the time of the Throwable occurrence, + such as when the PostInvocationInterceptor is processed, it will be available.
        +
        +
        Returns:
        +
        ClientResponseContext if available.
        +
        +
      • +
      + + + +
        +
      • +

        getThrowables

        +
        Deque<Throwable> getThrowables()
        +
        Get the mutable Deque of unhandled Throwables occurred during the request (including previous + PostInvocationInterceptor processing).
        +
        +
        Returns:
        +
        Unhandled Throwables occurred during the request.
        +
        +
      • +
      + + + +
        +
      • +

        resolve

        +
        void resolve(jakarta.ws.rs.core.Response response)
        +
        Resolve the Throwables with a provided Response. The Throwables in the ExceptionContext + will be cleared.
        +
        +
        Parameters:
        +
        response - the provided Response to be passed to a next PostInvocationInterceptor or the + Client.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/PostInvocationInterceptor.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/PostInvocationInterceptor.html new file mode 100644 index 000000000..2285b1458 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/PostInvocationInterceptor.html @@ -0,0 +1,313 @@ + + + + + + +PostInvocationInterceptor (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.spi
+

Interface PostInvocationInterceptor

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeInterface and Description
      static interface PostInvocationInterceptor.ExceptionContext +
      The context providing information when the Throwable (typically, the RuntimeException) is caught.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      voidafterRequest(jakarta.ws.rs.client.ClientRequestContext requestContext, + jakarta.ws.rs.client.ClientResponseContext responseContext) +
      The method is invoked after a request when no Throwable is thrown, or the Throwables are + resolved by previous PostInvocationInterceptor.
      +
      voidonException(jakarta.ws.rs.client.ClientRequestContext requestContext, + PostInvocationInterceptor.ExceptionContext exceptionContext) +
      The method is invoked after a Throwable is caught during the client request chain processing.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        afterRequest

        +
        void afterRequest(jakarta.ws.rs.client.ClientRequestContext requestContext,
        +                  jakarta.ws.rs.client.ClientResponseContext responseContext)
        +
        The method is invoked after a request when no Throwable is thrown, or the Throwables are + resolved by previous PostInvocationInterceptor.
        +
        +
        Parameters:
        +
        requestContext - the request context.
        +
        responseContext - the response context of the original Response or response context + defined by the new resolving + Response.
        +
        +
      • +
      + + + +
        +
      • +

        onException

        +
        void onException(jakarta.ws.rs.client.ClientRequestContext requestContext,
        +                 PostInvocationInterceptor.ExceptionContext exceptionContext)
        +
        The method is invoked after a Throwable is caught during the client request chain processing.
        +
        +
        Parameters:
        +
        requestContext - the request context.
        +
        exceptionContext - the context available to handle the caught Throwables.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/PreInvocationInterceptor.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/PreInvocationInterceptor.html new file mode 100644 index 000000000..adb118daa --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/PreInvocationInterceptor.html @@ -0,0 +1,255 @@ + + + + + + +PreInvocationInterceptor (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.client.spi
+

Interface PreInvocationInterceptor

+
+
+
+
    +
  • +
    +
    +
    @Beta
    + @Contract
    + @ConstrainedTo(value=CLIENT)
    +public interface PreInvocationInterceptor
    +
    The interceptor of a client request invocation that is executed before the invocation itself, i.e. before the + ClientRequestFilter is invoked. +

    + It is ensured that all PreInvocationInterceptors are executed before the request, in the order given by the + Priority, the higher the priority the sooner the execution. Any RuntimeException thrown when + the beforeRequest(ClientRequestContext) is being processed is accumulated and + a multi RuntimeException with other exceptions supressed is being thrown. +

    + For asynchronous invocation, the PreInvocationInterceptor is invoked in the main thread, i.e. not in the thread + provided by ExecutorService. For reactive + invocations, this depends on the provided RxInvoker. For the default Jersey asynchronous + JerseyCompletionStageRxInvoker, PreInvocationInterceptor is invoked in the + main thread, too. +

    + Should the ClientRequestContext.abortWith(Response) be utilized, the request abort is performed after every + registered PreInvocationInterceptor is processed. If multiple + PreInvocationInterceptors PreInvocationInterceptor tries to utilize ClientRequestContext.abortWith(Response) + method, the second and every next throws IllegalStateException.

    +
    +
    Since:
    +
    2.30
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      voidbeforeRequest(jakarta.ws.rs.client.ClientRequestContext requestContext) +
      The method invoked before the request starts.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        beforeRequest

        +
        void beforeRequest(jakarta.ws.rs.client.ClientRequestContext requestContext)
        +
        The method invoked before the request starts.
        +
        +
        Parameters:
        +
        requestContext - the request context shared with ClientRequestFilter.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/AsyncConnectorCallback.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/AsyncConnectorCallback.html new file mode 100644 index 000000000..72634db1c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/AsyncConnectorCallback.html @@ -0,0 +1,196 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.spi.AsyncConnectorCallback (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.spi.AsyncConnectorCallback

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/CachingConnectorProvider.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/CachingConnectorProvider.html new file mode 100644 index 000000000..88c5f03c1 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/CachingConnectorProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.client.spi.CachingConnectorProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.client.spi.CachingConnectorProvider

+
+
No usage of org.glassfish.jersey.client.spi.CachingConnectorProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/ClientBuilderListener.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/ClientBuilderListener.html new file mode 100644 index 000000000..9680bb8bf --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/ClientBuilderListener.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.spi.ClientBuilderListener (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.spi.ClientBuilderListener

+
+
No usage of org.glassfish.jersey.client.spi.ClientBuilderListener
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/Connector.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/Connector.html new file mode 100644 index 000000000..13c46d9c9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/Connector.html @@ -0,0 +1,244 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.spi.Connector (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.spi.Connector

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/ConnectorProvider.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/ConnectorProvider.html new file mode 100644 index 000000000..4872b6017 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/ConnectorProvider.html @@ -0,0 +1,241 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.spi.ConnectorProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.spi.ConnectorProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/DefaultSslContextProvider.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/DefaultSslContextProvider.html new file mode 100644 index 000000000..bdf2805fa --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/DefaultSslContextProvider.html @@ -0,0 +1,179 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.spi.DefaultSslContextProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.spi.DefaultSslContextProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/InvocationBuilderListener.InvocationBuilderContext.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/InvocationBuilderListener.InvocationBuilderContext.html new file mode 100644 index 000000000..7da1b2b36 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/InvocationBuilderListener.InvocationBuilderContext.html @@ -0,0 +1,248 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/InvocationBuilderListener.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/InvocationBuilderListener.html new file mode 100644 index 000000000..ba6c86495 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/InvocationBuilderListener.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.spi.InvocationBuilderListener (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.spi.InvocationBuilderListener

+
+
No usage of org.glassfish.jersey.client.spi.InvocationBuilderListener
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/PostInvocationInterceptor.ExceptionContext.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/PostInvocationInterceptor.ExceptionContext.html new file mode 100644 index 000000000..b405d10f2 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/PostInvocationInterceptor.ExceptionContext.html @@ -0,0 +1,171 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/PostInvocationInterceptor.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/PostInvocationInterceptor.html new file mode 100644 index 000000000..da0fe71c1 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/PostInvocationInterceptor.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.spi.PostInvocationInterceptor (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.spi.PostInvocationInterceptor

+
+
No usage of org.glassfish.jersey.client.spi.PostInvocationInterceptor
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/PreInvocationInterceptor.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/PreInvocationInterceptor.html new file mode 100644 index 000000000..ec92e16db --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/PreInvocationInterceptor.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.glassfish.jersey.client.spi.PreInvocationInterceptor (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.client.spi.PreInvocationInterceptor

+
+
No usage of org.glassfish.jersey.client.spi.PreInvocationInterceptor
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-frame.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-frame.html new file mode 100644 index 000000000..325448f54 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +org.glassfish.jersey.client.spi (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.client.spi

+ + + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-summary.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-summary.html new file mode 100644 index 000000000..b723e8945 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-summary.html @@ -0,0 +1,229 @@ + + + + + + +org.glassfish.jersey.client.spi (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.client.spi

+
+
Jersey client SPI classes/interfaces.
+
+

See: Description

+
+
+ + + + +

Package org.glassfish.jersey.client.spi Description

+
Jersey client SPI classes/interfaces.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-tree.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-tree.html new file mode 100644 index 000000000..ab487c981 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-tree.html @@ -0,0 +1,156 @@ + + + + + + +org.glassfish.jersey.client.spi Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.client.spi

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-use.html b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-use.html new file mode 100644 index 000000000..cfd1cb1f1 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-use.html @@ -0,0 +1,244 @@ + + + + + + +Uses of Package org.glassfish.jersey.client.spi (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.client.spi

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/overview-frame.html b/project-info/3.0.8/jersey/jersey-client/apidocs/overview-frame.html new file mode 100644 index 000000000..2e1f28972 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/overview-frame.html @@ -0,0 +1,29 @@ + + + + + + +Overview List (Jersey 3.0.8 API) + + + + + + + +

 

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/overview-summary.html b/project-info/3.0.8/jersey/jersey-client/apidocs/overview-summary.html new file mode 100644 index 000000000..5e5c10882 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/overview-summary.html @@ -0,0 +1,180 @@ + + + + + + +Overview (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Jersey 3.0.8 API Documentation

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
org.glassfish.jersey.client +
Jersey client-side classes.
+
org.glassfish.jersey.client.authentication +
Provides core client authentication mechanisms.
+
org.glassfish.jersey.client.filter +
Provides core client filters.
+
org.glassfish.jersey.client.http 
org.glassfish.jersey.client.inject 
org.glassfish.jersey.client.innate +
Jersey client MOST INTERNAL classes/interfaces.
+
org.glassfish.jersey.client.internal +
Jersey client-side internal classes.
+
org.glassfish.jersey.client.spi +
Jersey client SPI classes/interfaces.
+
+
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/overview-tree.html b/project-info/3.0.8/jersey/jersey-client/apidocs/overview-tree.html new file mode 100644 index 000000000..96111b20a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/overview-tree.html @@ -0,0 +1,271 @@ + + + + + + +Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/package-list b/project-info/3.0.8/jersey/jersey-client/apidocs/package-list new file mode 100644 index 000000000..29a45491a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/package-list @@ -0,0 +1,8 @@ +org.glassfish.jersey.client +org.glassfish.jersey.client.authentication +org.glassfish.jersey.client.filter +org.glassfish.jersey.client.http +org.glassfish.jersey.client.inject +org.glassfish.jersey.client.innate +org.glassfish.jersey.client.internal +org.glassfish.jersey.client.spi diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/script.js b/project-info/3.0.8/jersey/jersey-client/apidocs/script.js new file mode 100644 index 000000000..b34635693 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/serialized-form.html b/project-info/3.0.8/jersey/jersey-client/apidocs/serialized-form.html new file mode 100644 index 000000000..b32a3a571 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/serialized-form.html @@ -0,0 +1,184 @@ + + + + + + +Serialized Form (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-client/apidocs/stylesheet.css b/project-info/3.0.8/jersey/jersey-client/apidocs/stylesheet.css new file mode 100644 index 000000000..98055b22d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/project-info/3.0.8/jersey/jersey-client/css/maven-base.css b/project-info/3.0.8/jersey/jersey-client/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/jersey-client/css/maven-theme.css b/project-info/3.0.8/jersey/jersey-client/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/jersey-client/css/print.css b/project-info/3.0.8/jersey/jersey-client/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/jersey-client/css/site.css b/project-info/3.0.8/jersey/jersey-client/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/jersey-client/dependencies.html b/project-info/3.0.8/jersey/jersey-client/dependencies.html new file mode 100644 index 000000000..0e446b69c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/dependencies.html @@ -0,0 +1,663 @@ + + + + + + jersey-core-client – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest2.2jarBSD License 3
org.mockitomockito-core3.9.0jarThe MIT License
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
net.bytebuddybyte-buddy1.10.20jarApache License, Version 2.0
net.bytebuddybyte-buddy-agent1.10.20jarApache License, Version 2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.objenesisobjenesis3.2jarApache License, Version 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-inject-hk2

+

BSD License 3: Hamcrest

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-inject-hk2

+

EDL 1.0: Jakarta Activation, jersey-core-client, jersey-inject-hk2

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-core-client, jersey-inject-hk2

+

The MIT License: mockito-core

+

Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Objenesis

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
byte-buddy-1.10.20.jar3.5 MB2512245737-Yes
byte-buddy-agent-1.10.20.jar259.2 kB81632-Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
mockito-core-3.9.0.jar666.3 kB663590651.8Yes
objenesis-3.2.jar49.4 kB5943101.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
198 MB606655842391.818
compile: 5compile: 1.4 MBcompile: 1134compile: 1037compile: 37-compile: 4
test: 14test: 6.6 MBtest: 4932test: 4547test: 202-test: 14
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/jersey-client/images/close.gif b/project-info/3.0.8/jersey/jersey-client/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-client/images/close.gif differ diff --git a/project-info/3.0.8/jersey/jersey-client/images/collapsed.gif b/project-info/3.0.8/jersey/jersey-client/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-client/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/jersey-client/images/expanded.gif b/project-info/3.0.8/jersey/jersey-client/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-client/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/jersey-client/images/external.png b/project-info/3.0.8/jersey/jersey-client/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-client/images/external.png differ diff --git a/project-info/3.0.8/jersey/jersey-client/images/icon_error_sml.gif b/project-info/3.0.8/jersey/jersey-client/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-client/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/jersey-client/images/icon_info_sml.gif b/project-info/3.0.8/jersey/jersey-client/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-client/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/jersey-client/images/icon_success_sml.gif b/project-info/3.0.8/jersey/jersey-client/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-client/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/jersey-client/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/jersey-client/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-client/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/jersey-client/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/jersey-client/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-client/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/jersey-client/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/jersey-client/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-client/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/jersey-client/images/logos/maven-feather.png b/project-info/3.0.8/jersey/jersey-client/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-client/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/jersey-client/images/newwindow.png b/project-info/3.0.8/jersey/jersey-client/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-client/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/jersey-client/index.html b/project-info/3.0.8/jersey/jersey-client/index.html new file mode 100644 index 000000000..01dfa83a9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-core-client – About + + + + + + + + +
+ +
+
+
+
+

About jersey-core-client

+

Jersey core client implementation

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/jersey-client/project-info.html b/project-info/3.0.8/jersey/jersey-client/project-info.html new file mode 100644 index 000000000..f740e3a48 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-core-client – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey core client implementation
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/jersey-client/project-reports.html b/project-info/3.0.8/jersey/jersey-client/project-reports.html new file mode 100644 index 000000000..550173532 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-client/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-core-client – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/allclasses-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/allclasses-frame.html new file mode 100644 index 000000000..05a2cb4c3 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/allclasses-frame.html @@ -0,0 +1,205 @@ + + + + + + +All Classes (Jersey 3.0.8 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/allclasses-noframe.html b/project-info/3.0.8/jersey/jersey-common/apidocs/allclasses-noframe.html new file mode 100644 index 000000000..efbbc1864 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/allclasses-noframe.html @@ -0,0 +1,205 @@ + + + + + + +All Classes (Jersey 3.0.8 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/constant-values.html b/project-info/3.0.8/jersey/jersey-common/apidocs/constant-values.html new file mode 100644 index 000000000..51d44ca19 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/constant-values.html @@ -0,0 +1,880 @@ + + + + + + +Constant Field Values (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

org.glassfish.*

+ + + + + +
    +
  • + + + + + + + + + + + + + + +
    org.glassfish.jersey.model.ContractProvider 
    Modifier and TypeConstant FieldValue
    + +public static final intNO_PRIORITY-1
    +
  • +
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/deprecated-list.html b/project-info/3.0.8/jersey/jersey-common/apidocs/deprecated-list.html new file mode 100644 index 000000000..e9ecd655c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/deprecated-list.html @@ -0,0 +1,188 @@ + + + + + + +Deprecated List (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+ +
+ + +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/help-doc.html b/project-info/3.0.8/jersey/jersey-common/apidocs/help-doc.html new file mode 100644 index 000000000..290df1f11 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/index-all.html b/project-info/3.0.8/jersey/jersey-common/apidocs/index-all.html new file mode 100644 index 000000000..91d55667a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/index-all.html @@ -0,0 +1,6408 @@ + + + + + + +Index (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I J K L M N O P Q R S T U V W X  + + +

A

+
+
AbstractChainableStage<DATA> - Class in org.glassfish.jersey.process.internal
+
+
Abstract chainable linear acceptor.
+
+
AbstractChainableStage() - Constructor for class org.glassfish.jersey.process.internal.AbstractChainableStage
+
+
Create a new chainable acceptor with no next stage set.
+
+
AbstractChainableStage(Stage<DATA>) - Constructor for class org.glassfish.jersey.process.internal.AbstractChainableStage
+
+
Create a new chainable acceptor with an initialized default + next stage value.
+
+
AbstractEntityProviderModel<T> - Class in org.glassfish.jersey.message
+
+
Abstract entity provider model.
+
+
AbstractExecutorProvidersConfigurator - Class in org.glassfish.jersey.process.internal
+
+
Abstract Configurator which initializes and register ExecutorServiceProvider and + ScheduledExecutorServiceProvider.
+
+
AbstractExecutorProvidersConfigurator() - Constructor for class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
+
 
+
AbstractFeatureConfigurator<T> - Class in org.glassfish.jersey
+
 
+
AbstractFeatureConfigurator(Class, RuntimeType) - Constructor for class org.glassfish.jersey.AbstractFeatureConfigurator
+
+
Create a new configurator.
+
+
AbstractFormProvider<T> - Class in org.glassfish.jersey.message.internal
+
+
Abstract base class for form entity types marshalling & un-marshalling support.
+
+
AbstractFormProvider() - Constructor for class org.glassfish.jersey.message.internal.AbstractFormProvider
+
 
+
AbstractMessageReaderWriterProvider<T> - Class in org.glassfish.jersey.message.internal
+
+
Abstract entity provider (reader and writer) base class.
+
+
AbstractMessageReaderWriterProvider() - Constructor for class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
+
 
+
AbstractRuntimeDelegate - Class in org.glassfish.jersey.internal
+
+
An abstract implementation of RuntimeDelegate that + provides support common to the client and server.
+
+
AbstractRuntimeDelegate(Set<HeaderDelegateProvider>) - Constructor for class org.glassfish.jersey.internal.AbstractRuntimeDelegate
+
+
Initialization constructor.
+
+
AbstractServiceFinderConfigurator<T> - Class in org.glassfish.jersey.internal
+
+
Simple ServiceFinder configuration.
+
+
AbstractServiceFinderConfigurator(Class<T>, RuntimeType) - Constructor for class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
+
+
Create a new configurator.
+
+
AbstractThreadPoolProvider<E extends ThreadPoolExecutor> - Class in org.glassfish.jersey.spi
+
+
Abstract thread pool executor provider.
+
+
AbstractThreadPoolProvider(String) - Constructor for class org.glassfish.jersey.spi.AbstractThreadPoolProvider
+
+
Inheritance constructor.
+
+
AcceptableLanguageTag - Class in org.glassfish.jersey.message.internal
+
+
An acceptable language tag.
+
+
AcceptableLanguageTag(String, String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
+
 
+
AcceptableLanguageTag(String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
+
 
+
AcceptableLanguageTag(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.AcceptableLanguageTag
+
 
+
AcceptableMediaType - Class in org.glassfish.jersey.message.internal
+
+
An acceptable media type.
+
+
AcceptableMediaType(String, String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
+
+
Create new acceptable media type instance with a default quality factor value.
+
+
AcceptableMediaType(String, String, int, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.AcceptableMediaType
+
+
Create new acceptable media type instance.
+
+
AcceptableToken - Class in org.glassfish.jersey.message.internal
+
+
An acceptable token.
+
+
AcceptableToken(String) - Constructor for class org.glassfish.jersey.message.internal.AcceptableToken
+
 
+
AcceptableToken(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.AcceptableToken
+
 
+
activate(RequestContext, RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Stores the provided RequestContext to thread-local variable belonging to current request scope.
+
+
add() - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
+
 
+
addContract(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
+
+
Add a new provided contract.
+
+
addContract(Class<?>, int) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
+
+
Add a new provided contract with priority.
+
+
addContracts(Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
+
+
Add a new provided contracts.
+
+
addContracts(Collection<Class<?>>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
+
+
Add a new provided contracts.
+
+
addNameBinding(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
+
+
Add a new contract provider name binding.
+
+
addProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
+
Add properties to ResourceConfig.
+
+
allow(String...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
allow(Set<String>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
ALLOW_SYSTEM_PROPERTIES_PROVIDER - Static variable in class org.glassfish.jersey.CommonProperties
+
+
Property which allows (if true) default System properties configuration provider.
+
+
AnnotatedMethod - Class in org.glassfish.jersey.model
+
+
Annotated method representation.
+
+
AnnotatedMethod(Method) - Constructor for class org.glassfish.jersey.model.AnnotatedMethod
+
+
Create annotated method instance from the Java method.
+
+
ANY_MATCH - Static variable in class org.glassfish.jersey.message.internal.MatchingEntityTag
+
+
An empty set that corresponds to If-Match: * or If-None-Match: *.
+
+
appendEscapingQuotes(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
+
+
Append a new value to the string builder.
+
+
appendQuoted(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
+
+
Append a new quoted value to the string builder.
+
+
appendQuotedIfNonToken(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
+
+
Append a new value to the string builder.
+
+
appendQuotedIfWhitespace(StringBuilder, String) - Static method in class org.glassfish.jersey.message.internal.StringBuilderUtils
+
+
Append a new value to the string builder.
+
+
apply(DATA) - Method in interface org.glassfish.jersey.process.Inflector
+
+
Transform data of a given type into a result of the different type.
+
+
apply(DATA) - Method in interface org.glassfish.jersey.process.internal.Stage
+
+
Performs a data processing task and returns the processed data together with + a processing continuation.
+
+
apply(DATA) - Method in class org.glassfish.jersey.process.internal.Stages.LinkedStage
+
 
+
aroundReadFrom(ReaderInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
+
 
+
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
+
 
+
as(String, Class<T>) - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
+
+
Get value of a property as a definite type + + property shall exist in order for this method to be used.
+
+
asClosed(PathPattern) - Static method in class org.glassfish.jersey.uri.PathPattern
+
+
Return a new path pattern with a same path template but + a closed right hand path.
+
+
asHeaderString(List<Object>, RuntimeDelegate) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Converts a list of message header values to a single string value (with individual values separated by + ',').
+
+
asStage(Inflector<DATA, RESULT>) - Static method in class org.glassfish.jersey.process.internal.Stages
+
+
Creates a terminal Stage that implements Inflecting + interface and returns the provided Inflector instance + when the Inflecting.inflector() method is called.
+
+
asString(Object, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Convert a message header value, represented as a general object, to it's + string representation.
+
+
asString(Object) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Deprecated.
+
+
asStringHeaders(MultivaluedMap<String, Object>, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Returns string view of passed headers.
+
+
asStringHeaders(MultivaluedMap<String, Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Deprecated.
+
+
asStringHeadersSingleValue(MultivaluedMap<String, Object>, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Transforms multi value map of headers to single String value map.
+
+
asStringHeadersSingleValue(MultivaluedMap<String, Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Deprecated.
+
+
asStringList(List<Object>, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Returns string view of list of header values.
+
+
asStringList(List<Object>) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Deprecated.
+
+
AUTODISCOVERABLE_CONFIGURATION_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Configuration of {0} auto-discoverable failed.
+
+
AutoDiscoverableConfigurator - Class in org.glassfish.jersey.internal
+
+
Configurator which initializes and register AutoDiscoverable instances into InjectionManager and + BootstrapBag.
+
+
AutoDiscoverableConfigurator(RuntimeType) - Constructor for class org.glassfish.jersey.internal.AutoDiscoverableConfigurator
+
+
Create a new configurator.
+
+
available() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
 
+
+ + + +

B

+
+
baseUri(URI) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
baseUri(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
Beta - Annotation Type in org.glassfish.jersey
+
+
Marker of a public Jersey API that is still in "beta" non-final version.
+
+
bind(Class<?>, Set<Class<?>>) - Method in interface org.glassfish.jersey.spi.ComponentProvider
+
+
Jersey will invoke this method before binding of each component class internally + during initialization of it's injection manager.
+
+
bind(Class<?>, ContractProvider) - Method in interface org.glassfish.jersey.spi.ComponentProvider
+
+
Jersey will invoke this method before binding of each component class internally + during initialization of it's injection manager.
+
+
BINDERS_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
+
+
A filtering strategy that includes only models that contain Binder provider contract.
+
+
BootstrapBag - Class in org.glassfish.jersey.internal
+
+
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the + bootstrap.
+
+
BootstrapBag() - Constructor for class org.glassfish.jersey.internal.BootstrapBag
+
 
+
BootstrapConfigurator - Interface in org.glassfish.jersey.internal
+
+
Configurator which contains two methods, BootstrapConfigurator.init(InjectionManager, BootstrapBag) contains InjectionManager + into which only registering services make sense because injection manager has not been completed yet and + BootstrapConfigurator.postInit(InjectionManager, BootstrapBag) in which InjectionManager has been already completed and is able to + create and provide services.
+
+
BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
+
+
The buffer size for arrays of byte and character.
+
+
bufferEntity() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Buffer the entity stream (if not empty).
+
+
bufferEntity() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
build() - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
+
 
+
build(Object...) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
build() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
build() - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
+
 
+
build() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
+
+
Build a new contract provider model.
+
+
build() - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
+
+
Build a stage chain.
+
+
build(Stage<DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
+
+
Add a terminal stage to the stage chain and build the chain.
+
+
build(Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
build(Object[], boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
builder() - Static method in class org.glassfish.jersey.logging.LoggingFeature
+
+
builder method to create LoggingFeature with required settings
+
+
Builder() - Constructor for class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
Builder(OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
+
Create new outbound JAX-RS response builder.
+
+
builder(Class<?>) - Static method in class org.glassfish.jersey.model.ContractProvider
+
+
Create new contract provider model builder.
+
+
builder(ContractProvider) - Static method in class org.glassfish.jersey.model.ContractProvider
+
+
Create new contract provider model builder from an existing one.
+
+
buildFromEncoded(Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
buildFromEncodedMap(Map<String, ?>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
buildFromMap(Map<String, ?>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
buildFromMap(Map<String, ?>, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
buildRelativized(URI, Object...) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
bundleChanged(BundleEvent) - Method in class org.glassfish.jersey.internal.OsgiRegistry
+
 
+
bundleEntryPathToClassName(String, String) - Static method in class org.glassfish.jersey.internal.OsgiRegistry
+
+
Translates bundle entry path as returned from Bundle.findEntries(String, String, boolean) to + fully qualified class name that resides in given package path (directly or indirectly in its subpackages).
+
+
ByteArrayDataSource(InputStream, String) - Constructor for class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
+
 
+
ByteArrayProvider - Class in org.glassfish.jersey.message.internal
+
+
Default Jersey byte array entity provider (reader and writer).
+
+
ByteArrayProvider() - Constructor for class org.glassfish.jersey.message.internal.ByteArrayProvider
+
 
+
+ + + +

C

+
+
CACHE_CONTROL_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Cache control is null.
+
+
cacheControl(CacheControl) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
CacheControlProvider - Class in org.glassfish.jersey.message.internal
+
+ +
+
CacheControlProvider() - Constructor for class org.glassfish.jersey.message.internal.CacheControlProvider
+
 
+
category() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
+
 
+
category() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
+
+
Category of event, more events share same category.
+
+
chain(Function<DATA, DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
+
+
Start building a stage chain.
+
+
chain(ChainableStage<DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
+
+
Start building a stage chain.
+
+
ChainableStage<DATA> - Interface in org.glassfish.jersey.process.internal
+
+
Linear acceptor that can be composed into a chain.
+
+
checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Compares two snapshots of headers from jersey ClientRequest and logs WARNING in case of difference.
+
+
checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Deprecated.
+
+
classForNameWithException(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
+
+
Get the Class from the class name.
+
+
clear() - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Removes all the component registrations and resets the component bag instance to + a state as if it was create anew.
+
+
clearBaseUri() - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
+
Remove the current thread's value for baseUri thread-local variable (set by OutboundJaxrsResponse.Builder.setBaseUri(java.net.URI)).
+
+
clone() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
clone() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
close() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
+
 
+
close() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
close() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Closes the underlying content stream.
+
+
close() - Method in class org.glassfish.jersey.message.internal.NullOutputStream
+
 
+
close() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
close() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Closes the context.
+
+
close() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
+
+
Close this thread pool executor provider.
+
+
closeableInputStream(InputStream) - Static method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
+
+
Make the InputStream able to close.
+
+
commit() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
+
+
Commit the output stream.
+
+
commitStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Commits the entity stream if it wasn't already committed.
+
+
COMMITTING_STREAM_ALREADY_INITIALIZED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Stream provider has already been initialized.
+
+
COMMITTING_STREAM_BUFFERING_ILLEGAL_STATE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Cannot setup buffering as bytes have already been written to the output stream.
+
+
CommittingOutputStream - Class in org.glassfish.jersey.message.internal
+
+
A committing output stream with optional serialized entity buffering functionality + which allows measuring of the entity size.
+
+
CommittingOutputStream() - Constructor for class org.glassfish.jersey.message.internal.CommittingOutputStream
+
+
Creates new committing output stream.
+
+
CommonConfig - Class in org.glassfish.jersey.model.internal
+
+
Common immutable Configuration implementation for + server and client.
+
+
CommonConfig(RuntimeType, Predicate<ContractProvider>) - Constructor for class org.glassfish.jersey.model.internal.CommonConfig
+
+
Create a new RuntimeConfig instance.
+
+
CommonConfig(CommonConfig) - Constructor for class org.glassfish.jersey.model.internal.CommonConfig
+
+
Copy constructor.
+
+
CommonProperties - Class in org.glassfish.jersey
+
+
Common (server/client) Jersey configuration properties.
+
+
COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.AcceptableMediaType
+
+
Comparator for collections of acceptable media types.
+
+
COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.QualitySourceMediaType
+
+
Comparator for lists of quality source media types.
+
+
COMPARATOR - Static variable in class org.glassfish.jersey.uri.PathPattern
+
+
Path pattern comparator that defers to comparing + the templates associated with the patterns.
+
+
COMPARATOR - Static variable in class org.glassfish.jersey.uri.UriTemplate
+
+
Order the templates according to JAX-RS specification.
+
+
compare(RankedProvider<T>, RankedProvider<T>) - Method in class org.glassfish.jersey.model.internal.RankedComparator
+
 
+
CompletableReader<T> - Interface in org.glassfish.jersey.message.internal
+
+
A MessageBodyReader may implement this interface to signal that + reading from the underlying input stream can be fully completed.
+
+
complete(T) - Method in interface org.glassfish.jersey.message.internal.CompletableReader
+
+
Complete the reading.
+
+
COMPONENT_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Registered component instance cannot be null.
+
+
COMPONENT_CLASS_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Registered component class cannot be null.
+
+
COMPONENT_CONTRACTS_EMPTY_OR_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Attempt to register component of type {0} to null or empty array of contracts is ignored.
+
+
COMPONENT_TYPE_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Cannot create new registration for component type {0}: Existing previous registration found for the type.
+
+
ComponentBag - Class in org.glassfish.jersey.model.internal
+
+
An internal Jersey container for custom component classes and instances.
+
+
ComponentProvider - Interface in org.glassfish.jersey.spi
+
+
Component provider interface to allow custom management of 3rd party + components life-cycle and dependency injection.
+
+
CONFIGURATION_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
The configuration is not modifiable in this context.
+
+
configure() - Method in class org.glassfish.jersey.internal.ServiceFinderBinder
+
 
+
configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeature
+
 
+
configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
+
 
+
configure() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
+
 
+
configure() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
+
 
+
configureAutoDiscoverableProviders(InjectionManager, Collection<AutoDiscoverable>, boolean) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
+
Configure auto-discoverables in the injection manager.
+
+
configured(Configuration) - Static method in class org.glassfish.jersey.internal.RuntimeDelegateDecorator
+
+
The decorated RuntimeDelegate that uses HeaderDelegateProviders based on + whether CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE is set or not
+
+
configureMetaProviders(InjectionManager, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
+
Configure binders in the injection manager and enable JAX-RS features.
+
+
ContentEncoder - Class in org.glassfish.jersey.spi
+
+
Standard contract for plugging in content encoding support.
+
+
ContentEncoder(String...) - Constructor for class org.glassfish.jersey.spi.ContentEncoder
+
+
Initializes this encoder implementation with the list of supported content encodings.
+
+
contentLocation(URI) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
ContextResolverFactory - Class in org.glassfish.jersey.internal
+
+
A factory implementation for managing ContextResolver instances.
+
+
ContextResolverFactory.ContextResolversConfigurator - Class in org.glassfish.jersey.internal
+
+
Configurator which initializes and register ContextResolvers instance into InjectionManager and + BootstrapBag.
+
+
ContextResolvers - Interface in org.glassfish.jersey.spi
+
+
An injectable interface providing look-up for ContextResolver<T> + provider instances.
+
+
ContextResolversConfigurator() - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
+
 
+
contextualEncode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Contextually encodes the characters of string that are either non-ASCII + characters or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
+
+
contextualEncode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Contextually encodes the characters of string that are either non-ASCII + characters or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
+
+
Contract - Annotation Type in org.glassfish.jersey.spi
+
+
Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
+
+
CONTRACT_NOT_ASSIGNABLE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Contract {0} can not be registered for component {1}: Contract not assignable to component.
+
+
CONTRACT_NOT_SUPPORTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Contract {0} can not be registered for component {1}: Contract type not supported.
+
+
ContractProvider - Class in org.glassfish.jersey.model
+
+
Jersey contract provider model.
+
+
ContractProvider.Builder - Class in org.glassfish.jersey.model
+
+
Contract provider model builder.
+
+
convertToString(Iterable<MediaType>) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Convert media types into String.
+
+
cookie(NewCookie...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Cookie is null.
+
+
CookieProvider - Class in org.glassfish.jersey.message.internal
+
+
Request Cookie header delegate provider.
+
+
CookieProvider() - Constructor for class org.glassfish.jersey.message.internal.CookieProvider
+
 
+
CookiesParser - Class in org.glassfish.jersey.message.internal
+
+
Cookies parser.
+
+
copy() - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Get a copy of this component bag.
+
+
copy() - Method in class org.glassfish.jersey.SslConfigurator
+
+
Create a copy of the current SSL configurator instance.
+
+
create(Configuration, PropertiesDelegate) - Static method in interface org.glassfish.jersey.internal.PropertiesResolver
+
+
Return new instance of PropertiesResolver.
+
+
create(InputStream) - Static method in class org.glassfish.jersey.message.internal.EntityInputStream
+
+
Create an entity input stream instance wrapping the original input stream.
+
+
create(TracingLogger.Level, String) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
+
+
Create new Tracing logger.
+
+
create(Class, Class, boolean, Class<?>, Type, Annotation[]) - Static method in class org.glassfish.jersey.model.Parameter
+
+
Create a parameter model.
+
+
create(Class, Class, boolean, Class<?>, Type, Annotation[], Class<?>) - Static method in class org.glassfish.jersey.model.Parameter
+
+
Create a parameter model.
+
+
create(Class, Class, Method, boolean) - Static method in class org.glassfish.jersey.model.Parameter
+
+
Create a list of parameter models for a given Java method handling a resource + method, sub-resource method or a sub-resource locator.
+
+
createBeanParameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
+
+
Factory method to instantiate BeanParameter of given properties
+
+
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
+
 
+
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
+
+
Iterate over provider classes of a service.
+
+
createContext() - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Creates a new instance of the request scope context.
+
+
createEndpoint(Application, Class<T>) - Method in class org.glassfish.jersey.internal.RuntimeDelegateImpl
+
 
+
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
+
+
Create a new instance of the thread pool executor that should be provided by the AbstractThreadPoolProvider.getExecutor() method.
+
+
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
+
 
+
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
+
 
+
createExecutor(int, int, long, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
+
+
Creates a new ThreadPoolExecutor with the given initial parameters.
+
+
createFrom(Consumes) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Create an unmodifiable list of media types from the values declared in the Consumes + annotation.
+
+
createFrom(Produces) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Create an unmodifiable list of media types from the values declared in the Produces + annotation.
+
+
createFrom(String[]) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Create an unmodifiable list of media type from a string array of media types.
+
+
createHeaderDelegate(Class<T>) - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
+
 
+
createInbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Create an empty inbound message headers container.
+
+
createIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
+
 
+
createIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
+
+
Iterate over provider instances of a service.
+
+
createLinkBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
+
 
+
createList(Class, Class, Method, boolean, Class) - Static method in class org.glassfish.jersey.model.Parameter
+
+
Create a list of parameter models for a given Java method handling a resource + method, sub-resource method or a sub-resource locator.
+
+
createList(Class, Class, Constructor<?>, boolean, Class<?>) - Static method in class org.glassfish.jersey.model.Parameter
+
+
Create a list of parameter models for a given resource method handler + injectable constructor.
+
+
createOutbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Create an empty outbound message headers container.
+
+
createParameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
+
+
Factory method to instantiate Parameter of given properties
+
+
createQualitySourceMediaTypes(Produces) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Create a list of quality source media type from the Produces annotation.
+
+
createQualitySourceMediaTypes(String[]) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Create a list of quality source media type from an array of media types.
+
+
createResponseBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
+
 
+
createSSLContext() - Method in class org.glassfish.jersey.SslConfigurator
+
+
Create new SSL context instance using the current SSL context configuration.
+
+
createTempFile() - Static method in class org.glassfish.jersey.message.internal.Utils
+
+
Create an empty file in the default temporary-file directory.
+
+
createURI(Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Create a URI by substituting any template variables + for corresponding template values.
+
+
createURI(String...) - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Create a URI by substituting any template variables + for corresponding template values.
+
+
createURI(String[], int, int) - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Create a URI by substituting any template variables + for corresponding template values.
+
+
createURI(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
+
+
Construct a URI from the component parts each of which may contain + template variables.
+
+
createURI(String, String, String, String, String, String, String, String, Object[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
+
+
Construct a URI from the component parts each of which may contain + template variables.
+
+
createUriBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
+
 
+
createURIWithStringValues(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
+
+
Construct a URI from the component parts each of which may contain + template variables.
+
+
createURIWithStringValues(String, String, String, String, String, String, String, String, String[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
+
+
Construct a URI from the component parts each of which may contain + template variables.
+
+
createVariantListBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
+
 
+
current() - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Returns the current RequestContext which has to be active on the given thread.
+
+
+ + + +

D

+
+
DataSourceProvider - Class in org.glassfish.jersey.message.internal
+
+
Provider for marshalling/un-marshalling of application/octet-stream + entity type to/from a DataSource instance.
+
+
DataSourceProvider() - Constructor for class org.glassfish.jersey.message.internal.DataSourceProvider
+
 
+
DataSourceProvider.ByteArrayDataSource - Class in org.glassfish.jersey.message.internal
+
+
Modified from javax.mail.util.ByteArrayDataSource + + A DataSource backed by a byte array.
+
+
DATE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Date is null.
+
+
DateProvider - Class in org.glassfish.jersey.message.internal
+
+ +
+
DateProvider() - Constructor for class org.glassfish.jersey.message.internal.DateProvider
+
 
+
declaredTypes() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
+
+
Get types declared as supported (via @Produces or @Consumes) on the entity provider.
+
+
decode(String, InputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
+
 
+
decode(String, InputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
+
 
+
decode(String, InputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
+
+
Implementations of this method should take the encoded stream, wrap it and return a stream that can be used + to read the decoded entity.
+
+
decode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Decodes characters of a string that are percent-encoded octets using + UTF-8 decoding (if needed).
+
+
decodeMatrix(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Decode the matrix component of a URI path segment.
+
+
decodePath(URI, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Decode the path component of a URI as path segments.
+
+
decodePath(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Decode the path component of a URI as path segments.
+
+
decodePathSegment(List<PathSegment>, String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Decode the path segment and add it to the list of path segments.
+
+
decodeQuery(URI, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Decode the query component of a URI.
+
+
decodeQuery(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Decode the query component of a URI.
+
+
decodeQuery(String, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Decode the query component of a URI.
+
+
DEFAULT - Static variable in class org.glassfish.jersey.message.internal.Quality
+
+
Default quality value.
+
+
DEFAULT_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.internal.CommittingOutputStream
+
+
Default size of the buffer which will be used if no user defined size is specified.
+
+
DEFAULT_LEVEL - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
+
+
Default event level.
+
+
DEFAULT_LOGGER_LEVEL - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Default logger level which will be used for logging request and response messages.
+
+
DEFAULT_LOGGER_NAME - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Default logger name to log request and response messages.
+
+
DEFAULT_MAX_ENTITY_SIZE - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Default maximum entity bytes to be logged.
+
+
DEFAULT_REDACT_HEADERS - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Default headers to be redacted.
+
+
DEFAULT_SEPARATOR - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Default separator for entity logging.
+
+
DEFAULT_TERMINATION_TIMEOUT - Static variable in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
+
+
Default thread pool executor termination timeout in milliseconds.
+
+
DEFAULT_VERBOSITY - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Default verbosity for entity logging.
+
+
defaultPriority(int) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
+
+
Set the contract default provider priority.
+
+
DefaultServiceIteratorProvider() - Constructor for class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
+
 
+
DEFLATE_WITHOUT_ZLIB - Static variable in class org.glassfish.jersey.message.MessageProperties
+
+
If set to true, DeflateEncoder deflate encoding interceptor will use non-standard version + of the deflate content encoding, skipping the zlib wrapper.
+
+
DeflateEncoder - Class in org.glassfish.jersey.message
+
+
Deflate encoding support.
+
+
DeflateEncoder(Configuration) - Constructor for class org.glassfish.jersey.message.DeflateEncoder
+
+
Initialize DeflateEncoder.
+
+
DEPENDENT_CLASS_OF_DEFAULT_PROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
A class {0} for a default provider {1} was not found.
+
+
DEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
{0}.
+
+
DEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
A dependent class, {0}, of the class {1} implementing the provider {2} is not found.
+
+
dispose(ExecutorService) - Method in interface org.glassfish.jersey.spi.ExecutorServiceProvider
+
+
Invoked when Jersey runtime no longer requires use of the provided executor service.
+
+
dispose(ExecutorService) - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
+
 
+
dispose(ExecutorService) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
+
 
+
DomSourceReader(Provider<DocumentBuilderFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
+
 
+
done() - Method in interface org.glassfish.jersey.spi.ComponentProvider
+
+
Jersey will invoke this method after all component classes have been bound.
+
+
DynamicFeatureConfigurator - Class in org.glassfish.jersey.internal
+
+
Registers JAX-RS DynamicFeature which are listed as SPIs for registration.
+
+
DynamicFeatureConfigurator() - Constructor for class org.glassfish.jersey.internal.DynamicFeatureConfigurator
+
+
Create a new configurator.
+
+
+ + + +

E

+
+
empty() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Get immutable empty message headers container.
+
+
empty() - Static method in class org.glassfish.jersey.message.internal.TracingLogger
+
+
Get an empty (no-op) tracing logger instance.
+
+
EMPTY - Static variable in class org.glassfish.jersey.uri.PatternWithGroups
+
+
The empty pattern that matches the null or empty string.
+
+
EMPTY - Static variable in class org.glassfish.jersey.uri.UriTemplate
+
+
The empty URI template that matches the null or empty URI path.
+
+
EMPTY_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
+
+
Empty path pattern matching only empty string.
+
+
enableBuffering(int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
+
+
Enable buffering of the serialized entity.
+
+
enableBuffering(Configuration) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Enable a buffering of serialized entity.
+
+
encode(String, OutputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
+
 
+
encode(String, OutputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
+
 
+
encode(String, OutputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
+
+
Implementations of this method should take the entity stream, wrap it and return a stream that is encoded + using the specified encoding.
+
+
encode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Encodes the characters of string that are either non-ASCII characters + or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
+
+
encode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Encodes the characters of string that are either non-ASCII characters + or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
+
+
encodeLiteralCharacters(String) - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
+
+
Encode literal characters of a template.
+
+
encodeTemplateNames(String) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Encodes a string with template parameters names present, specifically the + characters '{' and '}' will be percent-encoded.
+
+
encoding(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
encodings(String...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
+
 
+
END_OF_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
+
+
Path pattern matching the end of a URI path.
+
+
endsWithSlash() - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Check if the URI template ends in a slash ('/').
+
+
ensureNotClosed() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
+
Check that the entity input stream has not been closed yet.
+
+
entity(Object) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
entity(Object, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
ENTITY_TAG_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Entity tag is null.
+
+
EntityInputStream - Class in org.glassfish.jersey.message.internal
+
+
Entity input stream customized for entity message processing: + + contains EntityInputStream.isEmpty() method. + EntityInputStream.close() method throws Jersey-specific runtime exception in case of an IO error. +
+
+
EntityInputStream(InputStream) - Constructor for class org.glassfish.jersey.message.internal.EntityInputStream
+
+
Extension constructor.
+
+
EntityTagProvider - Class in org.glassfish.jersey.message.internal
+
+ +
+
EntityTagProvider() - Constructor for class org.glassfish.jersey.message.internal.EntityTagProvider
+
 
+
equals(Object) - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
+
 
+
equals(Object) - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
+
 
+
equals(Object) - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
+
 
+
equals(Object) - Method in class org.glassfish.jersey.message.internal.JerseyLink
+
 
+
equals(Object) - Method in class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
equals(Object) - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
+
 
+
equals(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
equals(Object) - Method in class org.glassfish.jersey.model.Parameter
+
 
+
equals(Object) - Method in class org.glassfish.jersey.SslConfigurator
+
 
+
equals(Object) - Method in class org.glassfish.jersey.uri.PatternWithGroups
+
 
+
equals(Object) - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Equality is calculated from the String of the regular expression + generated from the templates.
+
+
error(String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
+
+
Add an error to the list of messages.
+
+
error(Object, String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
+
+
Add an error to the list of messages.
+
+
ERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error caught while loading SPI providers.
+
+
ERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
A single character expected in the entity input stream.
+
+
ERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error converting entity to {0} type by single String constructor.
+
+
ERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Unsupported basic type {0}.
+
+
ERROR_ENTITY_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Entity input stream has already been closed.
+
+
ERROR_FINDING_EXCEPTION_MAPPER_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Could not find exception type for given ExceptionMapper class: {0}.
+
+
ERROR_INTERCEPTOR_READER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Last reader interceptor in the chain called the method proceed.
+
+
ERROR_INTERCEPTOR_WRITER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Last writer interceptor in the chain called the method proceed.
+
+
ERROR_MBR_ISREADABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
MesssageBodyReader {0} threw exception in isReadable - skipping.
+
+
ERROR_MBW_ISWRITABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
MesssageBodyWriter {0} threw exception in isWritable - skipping.
+
+
ERROR_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
WARNING: {0}
+
+
ERROR_NEWCOOKIE_EXPIRES(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
NewCookie Expires header value ({0}) cannot be read.
+
+
ERROR_NOTFOUND_MESSAGEBODYREADER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
MessageBodyReader not found for media type={0}, type={1}, genericType={2}.
+
+
ERROR_NOTFOUND_MESSAGEBODYWRITER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
MessageBodyWriter not found for media type={0}, type={1}, genericType={2}.
+
+
ERROR_PARAMETER_INVALID_CHAR_VALUE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Value "{0}" is not a character.
+
+
ERROR_PARSING_ENTITY_TAG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error parsing entity tag: {0}
+
+
ERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Due to constraint configuration problems the implementations of providers in the resource class {0} will be ignored.
+
+
ERROR_PROVIDER_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Due to constraint configuration problems the provider {0} will be ignored.
+
+
ERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
A registered provider {0} is constrained (via @ConstrainedTo) to {1} runtime but does not implement any provider interface usable in the runtime.
+
+
ERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
A provider {0} registered in {2} runtime is constrained (via @ConstrainedTo) to {1} runtime.
+
+
ERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
A provider {0} registered in {1} runtime does not implement any provider interfaces applicable in the {1} runtime.
+
+
ERROR_READING_ENTITY_FROM_INPUT_STREAM() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error reading entity from input stream.
+
+
ERROR_READING_ENTITY_MISSING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Missing entity.
+
+
ERROR_RESOLVING_GENERIC_TYPE_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Unable to resolve generic type value of {0} for an instance of {1}.
+
+
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Incorrect type of feature context instance {0}.
+
+
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Incorrect type of reader interceptor context instance {0}.
+
+
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Incorrect type of writer interceptor context instance {0}.
+
+
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Illegal character "{0}" at position {1} is not allowed after a name in a path template "{2}".
+
+
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Illegal character "{0}" at position {1} is not allowed as a part of a name in a path template "{2}".
+
+
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Illegal character "{0}" at position {1} is not allowed as a start of a name in a path template "{2}".
+
+
ERROR_TEMPLATE_PARSER_INVALID_SYNTAX(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Invalid syntax for the expression "{0}" associated with the name "{1}" in a path template "{2}".
+
+
ERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Invalid syntax in the template "{0}".
+
+
ERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
The name "{0}" is declared more than once with different regular expressions in a path template "{1}".
+
+
Errors - Class in org.glassfish.jersey.internal
+
+
Errors utility used to file processing messages (e.g.
+
+
Errors.ErrorMessage - Class in org.glassfish.jersey.internal
+
+
Generic error message.
+
+
Errors.ErrorMessagesException - Exception in org.glassfish.jersey.internal
+
+
Error message exception.
+
+
ERRORS_AND_WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Following issues have been detected: {0}
+
+
EXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Exception caught while loading SPI providers.
+
+
EXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Unable to retrieve the supported exception type for a registered exception mapper service class "{0}".
+
+
ExceptionMapperFactory - Class in org.glassfish.jersey.internal
+
+
Exception mappers implementation that aggregates + exception mappers and server as the main entry point for exception mapper + instance lookup.
+
+
ExceptionMapperFactory(InjectionManager) - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory
+
+
Create new exception mapper factory initialized with injection manager + instance that will be used to look up all providers implementing ExceptionMapper interface.
+
+
ExceptionMapperFactory.ExceptionMappersConfigurator - Class in org.glassfish.jersey.internal
+
+
Configurator which initializes and register ExceptionMappers instance into InjectionManager and + BootstrapBag.
+
+
ExceptionMappers - Interface in org.glassfish.jersey.spi
+
+
Provides lookup of ExceptionMapper instances that can be used + to map exceptions to responses.
+
+
ExceptionMappersConfigurator() - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
+
 
+
EXCLUDE_EMPTY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
+
+
A filtering strategy that excludes models with no recognized contracts.
+
+
excludeMetaProviders(InjectionManager) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
A method creates the Predicate which is able to filter all Jersey meta-providers along with the components which + is able to register the current used InjectionManager.
+
+
EXECUTOR_SERVICE_PROVIDER_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
+
+
A filtering strategy that includes only models that contain ExecutorServiceProvider provider contract.
+
+
ExecutorProviders - Class in org.glassfish.jersey.process.internal
+
+
A utility class with a methods for handling executor injection registration and proper disposal.
+
+
ExecutorServiceProvider - Interface in org.glassfish.jersey.spi
+
+
An extension contract for providing pluggable executor service providers to be used by + Jersey client or server runtime whenever a specific executor service is needed to execute a Jersey runtime processing task.
+
+
expires(Date) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
ExtendedConfig - Interface in org.glassfish.jersey
+
+
Extended common runtime configuration.
+
+
ExtendedExceptionMapper<T extends Throwable> - Interface in org.glassfish.jersey.spi
+
+
Extension of a exception mapper interface.
+
+
EXTERNAL_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
+
+
A filtering strategy that includes only models that contain contract registrable by + InjectionManager.
+
+
ExternalConfigurationModel<CONFIG> - Interface in org.glassfish.jersey.spi
+
+
Model of configuration for external properties.
+
+
ExternalConfigurationProvider - Interface in org.glassfish.jersey.spi
+
+
Provider interface for external (SPI) providers to provide + their configuration properties implementations + + Priority of providers can be adjusted by Priority annotation + or just alphabetically (if no Provider annotation is found)
+
+
ExternalProperties - Class in org.glassfish.jersey
+
 
+
extractInflector(Object) - Static method in class org.glassfish.jersey.process.internal.Stages
+
+
(Optionally) extracts an inflector from a processing stage, + provided the stage implements Inflecting interface.
+
+
+ + + +

F

+
+
fatal(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
+
+
Add a fatal error to the list of messages.
+
+
fatalIssuesFound() - Static method in class org.glassfish.jersey.internal.Errors
+
+
Check whether a fatal error is present in the list of all messages.
+
+
FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
+
+
If true then disable feature auto discovery globally on client/server.
+
+
FEATURE_AUTO_DISCOVERY_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
+
+ +
+
FEATURE_AUTO_DISCOVERY_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
+
+ +
+
FEATURE_CONSTRAINED_TO_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Feature {0} registered in {2} runtime is constrained to {1} runtime and is ignored.
+
+
FEATURE_HAS_ALREADY_BEEN_PROCESSED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Feature [{0}] has already been processed.
+
+
FeatureConfigurator - Class in org.glassfish.jersey.internal
+
+
Registers JAX-RS Feature which are listed as SPIs for registration.
+
+
FeatureConfigurator(RuntimeType) - Constructor for class org.glassfish.jersey.internal.FeatureConfigurator
+
 
+
FeatureContextWrapper - Class in org.glassfish.jersey.model.internal
+
+
Wrapper of FeatureContext that can supply instance of + injection manager.
+
+
FeatureContextWrapper(FeatureContext, InjectionManager) - Constructor for class org.glassfish.jersey.model.internal.FeatureContextWrapper
+
+
Create a new instance of wrapper.
+
+
FileProvider - Class in org.glassfish.jersey.message.internal
+
+
Provider for marshalling/un-marshalling of application/octet-stream + entity type to/from a File instance.
+
+
FileProvider() - Constructor for class org.glassfish.jersey.message.internal.FileProvider
+
 
+
find(Class<T>) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
+
 
+
find(Class<T>, ClassLoader) - Static method in class org.glassfish.jersey.internal.ServiceFinder
+
+
Locates and incrementally instantiates the available providers of a + given service using the given class loader.
+
+
find(Class<T>, ClassLoader, boolean) - Static method in class org.glassfish.jersey.internal.ServiceFinder
+
+
Locates and incrementally instantiates the available providers of a + given service using the given class loader.
+
+
find(Class<T>) - Static method in class org.glassfish.jersey.internal.ServiceFinder
+
+
Locates and incrementally instantiates the available providers of a + given service using the context class loader.
+
+
find(Class<T>, boolean) - Static method in class org.glassfish.jersey.internal.ServiceFinder
+
+
Locates and incrementally instantiates the available providers of a + given service using the context class loader.
+
+
find(String) - Static method in class org.glassfish.jersey.internal.ServiceFinder
+
+
Locates and incrementally instantiates the available classes of a given + service file using the context class loader.
+
+
find(Class<T>) - Method in interface org.glassfish.jersey.spi.ExceptionMappers
+
+
Get an exception mapping provider for a particular class of exception.
+
+
findMapping(T) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory
+
 
+
findMapping(T) - Method in interface org.glassfish.jersey.spi.ExceptionMappers
+
+
Get an exception mapping provider for a particular exception instance.
+
+
flush() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
+
 
+
flush() - Method in class org.glassfish.jersey.message.internal.NullOutputStream
+
 
+
flush(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.TracingLogger
+
+
Stores collected tracing messages to response HTTP header.
+
+
FormMultivaluedMapProvider - Class in org.glassfish.jersey.message.internal
+
+
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded + entity type to/from multi-valued map instance.
+
+
FormMultivaluedMapProvider() - Constructor for class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
+
 
+
FormProvider - Class in org.glassfish.jersey.message.internal
+
+
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded + entity type to/from JAX-RS Form instance.
+
+
FormProvider() - Constructor for class org.glassfish.jersey.message.internal.FormProvider
+
 
+
fragment(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
from(Response, Configuration) - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
+
Get an OutboundJaxrsResponse instance for a given JAX-RS response.
+
+
from(Response) - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
+
Deprecated.
+
+
from(int) - Static method in class org.glassfish.jersey.message.internal.Statuses
+
+
Create a new status type instance.
+
+
from(int, String) - Static method in class org.glassfish.jersey.message.internal.Statuses
+
+
Create a new status type instance with a custom reason phrase.
+
+
from(Response.StatusType, String) - Static method in class org.glassfish.jersey.message.internal.Statuses
+
+
Create a new status type instance with a custom reason phrase.
+
+
fromString(String) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
+
 
+
fromString(String) - Method in class org.glassfish.jersey.message.internal.CookieProvider
+
 
+
fromString(String) - Method in class org.glassfish.jersey.message.internal.DateProvider
+
 
+
fromString(String) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
+
 
+
fromString(String) - Method in class org.glassfish.jersey.message.internal.LinkProvider
+
 
+
fromString(String) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
+
 
+
fromString(String) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
+
 
+
fromString(String) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
+
 
+
fromString(String) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
+
 
+
fromString(String) - Method in class org.glassfish.jersey.message.internal.UriProvider
+
 
+
fullRelativeUri(URI) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Return the Request-Uri representation as defined by HTTP spec.
+
+
+ + + +

G

+
+
getAcceptableLanguages() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get a list of languages that are acceptable for the message.
+
+
getAcceptableMediaTypes() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get a list of media types that are acceptable for the message.
+
+
getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get the allowed HTTP methods from the Allow HTTP header.
+
+
getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the allowed HTTP methods from the Allow HTTP header.
+
+
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
+
 
+
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.model.Parameter
+
 
+
getAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
+
 
+
getAnnotations() - Method in class org.glassfish.jersey.model.Parameter
+
 
+
getAsLocale() - Method in class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
getAutoDiscoverables() - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Gets a list of AutoDiscoverable.
+
+
getBackingThreadFactory() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
+
+
Get a backing thread factory that should be used as a delegate for creating the new threads for the provisioned executor + service.
+
+
getBuildId() - Static method in class org.glassfish.jersey.internal.Version
+
+
Get build id.
+
+
getCharset(MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
+
+
Get the character set from a media type.
+
+
getCharset(MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
+
+
Get the character set from a media type.
+
+
getCharset(MediaType) - Static method in class org.glassfish.jersey.message.MessageUtils
+
+
Get the character set from a media type.
+
+
getClasses() - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
getClasses() - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Get all registered component classes, including features + and binders meta-providers.
+
+
getClasses(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Get a subset of all registered component classes using the filter predicate + to determine for each component class based on it's contract provider class model whether + it should be kept or filtered out.
+
+
getComponentBag() - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
+
Returns a ComponentBag instance associated with the configuration.
+
+
getConfig() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
+
+
Obtain config object
+
+
getConfiguration() - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Gets an instance of Configuration.
+
+
getConfiguration() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
The related client/server side Configuration.
+
+
getConfiguration() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
The related client/server side Configuration.
+
+
getConfiguration() - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
getConfiguration() - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
+
 
+
getConfiguration() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationProvider
+
+
obrain model object which has direct access to external configuration
+
+
getContentType() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
+
 
+
getContext() - Method in exception org.glassfish.jersey.message.internal.HeaderValueException
+
+
Get the exception context.
+
+
getContext() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
+
Get the underlying outbound message context.
+
+
getContextResolver(Class<T>, MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
+
 
+
getContextResolvers() - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Gets an instance of ContextResolvers.
+
+
getContract() - Method in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
+
+
Mainly aimed to provide contract class to abstract classes which extends this finder
+
+
getContractMap() - Method in class org.glassfish.jersey.model.ContractProvider
+
+
Get the map of contracts and their priorities.
+
+
getContracts() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
+
+
Get the map of contracts for the built contract provider model.
+
+
getContracts() - Method in class org.glassfish.jersey.model.ContractProvider
+
+
Get provided contracts recognized by Jersey.
+
+
getContracts(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
getContractTypes() - Method in class org.glassfish.jersey.model.internal.RankedProvider
+
+
Get me set of implemented contracts.
+
+
getCookies() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getCorePoolSize() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
+
+
Get the number of the core threads of the the provisioned thread pool executor.
+
+
getDate() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get message date.
+
+
getDate() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getDate() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get message date.
+
+
getDeclaredAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
+
 
+
getDeclaredAnnotations() - Method in class org.glassfish.jersey.model.Parameter
+
 
+
getDeclaredMethod() - Method in class org.glassfish.jersey.model.AnnotatedMethod
+
+
Get the underlying declared Java method.
+
+
getDefaultContext() - Static method in class org.glassfish.jersey.SslConfigurator
+
+
Get a new instance of a SSLContext configured using default configuration settings.
+
+
getDefaultContext(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
+
+
Get a new instance of a SSLContext configured using default configuration settings.
+
+
getDefaultNext() - Method in class org.glassfish.jersey.process.internal.AbstractChainableStage
+
+
Get the default next stage currently configured on the acceptor.
+
+
getDefaultPriority() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
+
+
Get the default priority of the built contract provider model.
+
+
getDefaultValue() - Method in class org.glassfish.jersey.model.Parameter
+
+
Get the default parameter value.
+
+
getEntity() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getEntity() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the message entity Java instance.
+
+
getEntity() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
+
 
+
getEntityAnnotations() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the annotations attached to the entity.
+
+
getEntityClass() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the raw message entity type information.
+
+
getEntityStream() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get the entity input stream.
+
+
getEntityStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the entity output stream.
+
+
getEntityTag() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get the entity tag.
+
+
getEntityTag() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getEntityTag() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the entity tag.
+
+
getEntityType() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the message entity type information.
+
+
getErrorMessages() - Static method in class org.glassfish.jersey.internal.Errors
+
+
Get the list of all error messages.
+
+
getErrorMessages(boolean) - Static method in class org.glassfish.jersey.internal.Errors
+
+
Get the list of error messages.
+
+
getEvent() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
FIXME remove.
+
+
getEventValue() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
getExceptionMapper(Class<T>) - Method in class org.glassfish.jersey.internal.JaxrsProviders
+
 
+
getExceptionMappers() - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Gets an instance of ExceptionMappers.
+
+
getExecutor() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
+
+
Get the thread pool executor.
+
+
getExecutorService() - Method in interface org.glassfish.jersey.spi.ExecutorServiceProvider
+
+
Get an executor service to be used by Jersey client or server runtime to execute specific tasks.
+
+
getExecutorService() - Method in interface org.glassfish.jersey.spi.ScheduledExecutorServiceProvider
+
+
Get a scheduled executor service to be used by Jersey client or server runtime to schedule execution of + specific tasks.
+
+
getExecutorService() - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
+
 
+
getExecutorService() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
+
 
+
getFromBinders(InjectionManager, ComponentBag, Function<Object, T>, Predicate<Binding>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
If T object is registered in ComponentBag using the Binder, T is not visible using the + methods for getting classes and instances ComponentBag.getClasses(Predicate) and + ComponentBag.getInstances(Predicate).
+
+
getGenericParameterTypes() - Method in class org.glassfish.jersey.model.AnnotatedMethod
+
+
Get generic method parameter types.
+
+
getGroupCounts() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
+
+
Get the capturing group counts for each template variable.
+
+
getGroupIndexes() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
+
+
Get the group indexes to capturing groups.
+
+
getGroupIndexes() - Method in class org.glassfish.jersey.uri.PatternWithGroups
+
+
Get the group indexes to capturing groups.
+
+
getHeaderDelegateProviders() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
+
+
Returns all HeaderDelegateProvider register internally by Jersey.
+
+
getHeaders() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get the mutable message headers multivalued map.
+
+
getHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the mutable message headers multivalued map.
+
+
getHeaders() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
+
 
+
getHeaders() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
+
 
+
getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get a message header as a single string value.
+
+
getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get a message header as a single string value.
+
+
getIfMatch() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get If-Match header.
+
+
getIfNoneMatch() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get If-None-Match header.
+
+
getImplementationClass() - Method in class org.glassfish.jersey.model.ContractProvider
+
+
Get the implementation class which the contracts belong to.
+
+
getIndex() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
getInjectionManager(WriterInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
+
+
Extract and return injection manager from writerInterceptorContext.
+
+
getInjectionManager(ReaderInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
+
+
Extract and return injection manager from readerInterceptorContext.
+
+
getInjectionManager(FeatureContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
+
+
Extract and return injection manager from featureContext.
+
+
getInjectionManager() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
+
 
+
getInjectionManager() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
+
 
+
getInjectionManager() - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
+
 
+
getInputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
+
 
+
getInputStream() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
+
 
+
getInstance() - Static method in class org.glassfish.jersey.internal.OsgiRegistry
+
+
Returns an OsgiRegistry instance.
+
+
getInstance(PropertiesDelegate) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
+
+
Returns instance of TracingLogger associated with current request processing + (propertiesDelegate).
+
+
getInstances() - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
getInstances() - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Get all registered component instances, including features + and binders meta-providers.
+
+
getInstances(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Get a subset of all registered component instances using the filter predicate + to determine for each component instance based on it's contract provider class model whether + it should be kept or filtered out.
+
+
getKeepAliveTime() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
+
+
Get the thread keep-alive time (in seconds).
+
+
getLanguage() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get the language of the entity.
+
+
getLanguage() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getLanguage() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the language of the entity.
+
+
getLastModified() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get the last modified date.
+
+
getLastModified() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getLastModified() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the last modified date.
+
+
getLength() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get Content-Length value.
+
+
getLength() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getLength() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get Content-Length value.
+
+
getLengthLong() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get Content-Length value.
+
+
getLink(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get the link for the relation.
+
+
getLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the link for the relation.
+
+
getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Convenience method that returns a Link.Builder + for the relation.
+
+
getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Convenience method that returns a Link.Builder + for the relation.
+
+
getLinks() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get the links attached to the message as header.
+
+
getLinks() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getLinks() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the links attached to the message as header.
+
+
getLocation() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get the location.
+
+
getLocation() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getLocation() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the location.
+
+
getManagedObjectsFinalizer() - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Gets an instance of ManagedObjectsFinalizer.
+
+
getMaximumPoolSize() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
+
+
Get the maximum number of threads to allow in the thread pool.
+
+
getMediaType() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get the media type of the entity.
+
+
getMediaType() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getMediaType() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get the media type of the entity.
+
+
getMessage() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
+
+
Human-readable description of the issue.
+
+
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
+
 
+
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get a message body reader that matches a set of criteria.
+
+
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get a message body reader that matches a set of criteria.
+
+
getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get the list of media types supported for a Java type.
+
+
getMessageBodyReaderMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getMessageBodyReaderMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get the list of media types supported for a Java type.
+
+
getMessageBodyReadersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getMessageBodyReadersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get a list of MessageBodyReaders that are suitable for the given type.
+
+
getMessageBodyWorkers() - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Gets an instance of MessageBodyWorkers.
+
+
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
+
 
+
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get a message body writer that matches a set of criteria.
+
+
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get a message body writer that matches a set of criteria.
+
+
getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get the most acceptable media type supported for a Java type given a set of + acceptable media types.
+
+
getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get the list of media types supported for a Java type.
+
+
getMessageBodyWriterMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getMessageBodyWriterMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get the list of media types supported for a Java type.
+
+
getMessageBodyWritersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getMessageBodyWritersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get a list of MessageBodyWriters that are suitable for the given type.
+
+
getMessages() - Method in exception org.glassfish.jersey.internal.Errors.ErrorMessagesException
+
+
Get encountered error messages.
+
+
getMetadata() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getMetaMethodAnnotations(Class<T>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
+
+
Get all instances of the specified meta-annotation type found on the method + annotations.
+
+
getMethod() - Method in class org.glassfish.jersey.model.AnnotatedMethod
+
+
Get the underlying Java method.
+
+
getModel(Class<?>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Get a model for a given component class, or null if no such component is registered + in the component bag.
+
+
getModelEnhancer(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
+
An extension point that provides a way how to define a custom enhancement/update + operation of a contract provider model registration being produced for a given + component class.
+
+
getName() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
+
 
+
getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
+
+
Get name bindings of the built contract provider model.
+
+
getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider
+
 
+
getNameBindings() - Method in interface org.glassfish.jersey.model.NameBound
+
+
Get the collection of name bindings attached to this component.
+
+
getNames() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
+
+
Get the list of template names.
+
+
getNameToPattern() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
+
+
Get the map of template names to patterns.
+
+
getNormalizedTemplate() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
+
+
Get the normalized template.
+
+
getNumberOfExplicitCharacters() - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Get the number of characters in the regular expression not resulting + from conversion of template variables.
+
+
getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
+
+
Get the number of explicit regular expressions.
+
+
getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Get the number of explicit regular expressions declared in the template variables.
+
+
getNumberOfLiteralCharacters() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
+
+
Get the number of literal characters.
+
+
getNumberOfRegexGroups() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
+
+
Get the number of regular expression groups
+
+
getNumberOfRegexGroups() - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Get the number of regular expression groups
+
+
getNumberOfTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Get the number of template variables.
+
+
getOptionalProperty(String, Class<T>) - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
+
+
Get value of a property as a definite type + + property may not exist, an empty Optional object is returned in case of an empty property
+
+
getOutputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
+
 
+
getOutputStream(int) - Method in interface org.glassfish.jersey.message.internal.OutboundMessageContext.StreamProvider
+
+
Get the output stream.
+
+
getOutputStream() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
+
 
+
getPackageResources(String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.OsgiRegistry
+
+
Get URLs of resources from a given package.
+
+
getParameterAnnotationHelperMap() - Method in class org.glassfish.jersey.model.Parameter.ParameterService
+
 
+
getParameterAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
+
+
Get method parameter annotations.
+
+
getParameterCreationFactory() - Method in class org.glassfish.jersey.model.Parameter.ParameterService
+
 
+
getParameters() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
+
+
Get the parameters.
+
+
getParameterTypes() - Method in class org.glassfish.jersey.model.AnnotatedMethod
+
+
Get method parameter types.
+
+
getParams() - Method in class org.glassfish.jersey.message.internal.JerseyLink
+
 
+
getPattern() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
+
+
Get the pattern.
+
+
getPattern() - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Get the URI pattern.
+
+
getPreferredCookie(NewCookie, NewCookie) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
+
+
Compare two NewCookies having the same name.
+
+
getPreferredDateFormat() - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
+
+
Get the preferred HTTP specified date format (RFC 1123).
+
+
getPrimaryTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
getPriority(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider
+
+
Get the provider contract priority, if set, default component provider, if not set.
+
+
getPriority(RankedProvider<T>) - Method in class org.glassfish.jersey.model.internal.RankedComparator
+
 
+
getProperties() - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
getProperties() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationProvider
+
+
Map of properties from the model (external config file)
+
+
getProperty(String) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
+
 
+
getProperty(String) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
+
+
Returns the property with the given name registered in the current request/response + exchange context, or null if there is no property by that name.
+
+
getProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
+
 
+
getProperty(String) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
getPropertyNames() - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
+
 
+
getPropertyNames() - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
+
+
Returns an immutable collection containing the property + names available within the context of the current request/response exchange context.
+
+
getPropertyNames() - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
+
 
+
getPropertyNames() - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
getProvider() - Method in class org.glassfish.jersey.model.internal.RankedProvider
+
 
+
getQualifiedAcceptableLanguages() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get a list of languages that are acceptable for the message.
+
+
getQualifiedAcceptableMediaTypes() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get a list of media types that are acceptable for a request.
+
+
getQualifiedAcceptCharset() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get the list of language tag from the "Accept-Charset" of an HTTP request.
+
+
getQualifiedAcceptEncoding() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get the list of language tag from the "Accept-Charset" of an HTTP request.
+
+
getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
+
 
+
getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
+
 
+
getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableToken
+
 
+
getQuality(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Reads quality factor from given media type.
+
+
getQuality() - Method in interface org.glassfish.jersey.message.internal.Qualified
+
+
Get quality factor value (in [ppt]).
+
+
getQuality() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
+
+
Get quality source factor value (in [ppt]).
+
+
getQualitySource(MediaType) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
+
+
Extract quality source information from the supplied MediaType value.
+
+
getRank() - Method in class org.glassfish.jersey.model.internal.RankedProvider
+
 
+
getRawType() - Method in class org.glassfish.jersey.model.Parameter
+
+
Get raw type information for the parameter.
+
+
getReaderInterceptors() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get reader interceptors bound to this context.
+
+
getReaderModelsForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getReaderModelsForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get a list of MessageBodyReader models that are suitable for the given type.
+
+
getReaders(MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getReaders(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get the map of media type to list of message body writers that are compatible with + a media type.
+
+
getReference() - Method in interface org.glassfish.jersey.process.internal.RequestContext
+
+
Get a "new" reference of the scope instance.
+
+
getRegex() - Method in class org.glassfish.jersey.uri.PatternWithGroups
+
+
Get the regular expression.
+
+
getRegistrations() - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Get an unmodifiable view of all component classes, for which a registration exists + (either class or instance based) in the component bag.
+
+
getRejectedExecutionHandler() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
+
+
Get the handler for tasks that could not be executed by the provisioned thread pool executor.
+
+
getRel() - Method in class org.glassfish.jersey.message.internal.JerseyLink
+
 
+
getRels() - Method in class org.glassfish.jersey.message.internal.JerseyLink
+
 
+
getRemainder() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
getRequestCookies() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get any cookies that accompanied the request.
+
+
getRequestCookies() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get any cookies that accompanied the message.
+
+
getRequestScope() - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Gets an instance of RequestScope.
+
+
getResourceBundle(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
+
+
Tries to load resource bundle via OSGi means.
+
+
getResponseCookies() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get any new cookies set on the response message.
+
+
getResponseCookies() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get any new cookies set on the message message.
+
+
getRuntimeType() - Method in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
+
+
Mainly aimed to provide runtime type to abstract classes which extends this finder
+
+
getRuntimeType() - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
getScope() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
+
+
Get the scope of the built contract provider model.
+
+
getScope() - Method in class org.glassfish.jersey.model.ContractProvider
+
 
+
getScope() - Method in interface org.glassfish.jersey.model.Scoped
+
+
Get model component scope.
+
+
getSeverity() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
+
+ +
+
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
+
 
+
getSize(byte[], Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
+
 
+
getSize(File, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
+
 
+
getSize(InputStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
+
 
+
getSize(Source, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
+
 
+
getSize(StreamingOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
+
 
+
getSource() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
+
+
The issue source.
+
+
getSource() - Method in class org.glassfish.jersey.model.Parameter
+
+
Get the parameter value source type.
+
+
getSource() - Method in interface org.glassfish.jersey.model.Parameter.ParamAnnotationHelper
+
 
+
getSourceAnnotation() - Method in class org.glassfish.jersey.model.Parameter
+
+
Get the parameter source annotation.
+
+
getSourceName() - Method in class org.glassfish.jersey.model.Parameter
+
+
Get the parameter source name, i.e.
+
+
getStatus() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getStatusInfo() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getStringHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
getStringHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Get a multi-valued map representing outbound message headers with their values converted + to strings.
+
+
getSubTags() - Method in class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
getSupportedEncodings() - Method in class org.glassfish.jersey.spi.ContentEncoder
+
+
Returns values of Content-Encoding header supported by this encoder.
+
+
getTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
getTemplate() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
+
+
Get the template.
+
+
getTemplate() - Method in class org.glassfish.jersey.uri.PathPattern
+
 
+
getTemplate() - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Get the URI template as a String.
+
+
getTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Get the list of template variables for the template.
+
+
getTerminationTimeout() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
+
+
Get the provisioned thread pool executor termination time out (in milliseconds).
+
+
getTitle() - Method in class org.glassfish.jersey.message.internal.JerseyLink
+
 
+
getToken() - Method in class org.glassfish.jersey.message.internal.Token
+
 
+
getType() - Method in class org.glassfish.jersey.message.internal.JerseyLink
+
 
+
getType() - Method in class org.glassfish.jersey.model.Parameter
+
+
Get generic type information for the parameter.
+
+
getTypeParameters() - Method in class org.glassfish.jersey.model.AnnotatedMethod
+
+
Get method type parameters.
+
+
getTypeWildCart(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Returns MediaType with wildcard in subtype.
+
+
getUri() - Method in class org.glassfish.jersey.message.internal.JerseyLink
+
 
+
getUriBuilder() - Method in class org.glassfish.jersey.message.internal.JerseyLink
+
 
+
getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
+
+
Get the value of the specified property.
+
+
getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.CommonProperties
+
+
Get the value of the specified property.
+
+
getValue(Map<String, ?>, RuntimeType, String, T) - Static method in class org.glassfish.jersey.CommonProperties
+
+
Get the value of the specified property.
+
+
getValue(Map<String, ?>, RuntimeType, String, T, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
+
+
Get the value of the specified property.
+
+
getValue(Map<String, ?>, RuntimeType, String, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
+
+
Get the value of the specified property.
+
+
getValue() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
+
+
Get the value.
+
+
getValueOf(T) - Method in interface org.glassfish.jersey.model.Parameter.ParamAnnotationHelper
+
 
+
getVersion() - Static method in class org.glassfish.jersey.internal.Version
+
+
Get Jersey version.
+
+
getWorkers() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Get context message body workers.
+
+
getWorkQueue() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
+
+
Get the work queue for the provisioned thread pool executor.
+
+
getWrappedStream() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
+
Get the wrapped input stream instance.
+
+
getWriters(MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getWriters(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get the map of media type to list of message body writers that are compatible with + a media type.
+
+
getWritersModelsForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
getWritersModelsForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Get a list of MessageBodyWriter models that are suitable for the given type.
+
+
GZipEncoder - Class in org.glassfish.jersey.message
+
+
GZIP encoding support.
+
+
GZipEncoder() - Constructor for class org.glassfish.jersey.message.GZipEncoder
+
+
Initialize GZipEncoder.
+
+
+ + + +

H

+
+
hasDefaultValue() - Method in class org.glassfish.jersey.model.Parameter
+
+
Check if the parameter has a default value set.
+
+
hasEntity() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Check if there is a non-empty entity input stream is available in the + message.
+
+
hasEntity() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
hasEntity() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Check if there is an entity available in the message.
+
+
hashCode() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
+
 
+
hashCode() - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
+
 
+
hashCode() - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
+
 
+
hashCode() - Method in class org.glassfish.jersey.message.internal.JerseyLink
+
 
+
hashCode() - Method in class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
hashCode() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
+
 
+
hashCode() - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
hashCode() - Method in class org.glassfish.jersey.model.Parameter
+
 
+
hashCode() - Method in class org.glassfish.jersey.SslConfigurator
+
 
+
hashCode() - Method in class org.glassfish.jersey.uri.PatternWithGroups
+
 
+
hashCode() - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Hash code is calculated from String of the regular expression + generated from the template.
+
+
hasLink(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Check if link for relation exists.
+
+
hasLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
hasLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Check if link for relation exists.
+
+
hasNext() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
hasNext() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
+
+
Check if there is a next stage present in the continuation.
+
+
hasNextSeparator(char, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
header(String, Object) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Add a new header value.
+
+
header(String, Object) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
HEADER_ACCEPT - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
+
+
Request header name to switch on request tracing.
+
+
HEADER_LOGGER - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
+
+
Request header name to set JDK logger name suffix to identify a request logs.
+
+
HEADER_THRESHOLD - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
+
+
Request header name to change application default tracing level.
+
+
HeaderDelegateProvider<T> - Interface in org.glassfish.jersey.spi
+
+
A provider that supports the conversion of an HTTP header, of type T, to and + from a String.
+
+
HeaderDelegateProviders() - Constructor for class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
+
 
+
headers(String, Object...) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Add new header values.
+
+
headers(String, Iterable<?>) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Add new header values.
+
+
headers(MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Add new headers.
+
+
headers(Map<String, List<String>>) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Add new headers.
+
+
HeaderUtils - Class in org.glassfish.jersey.message.internal
+
+
Utility class supporting the processing of message headers.
+
+
HeaderValueException - Exception in org.glassfish.jersey.message.internal
+
+
Processing exception indicating that an attempt to + read a value of a header failed.
+
+
HeaderValueException(String, Throwable, HeaderValueException.Context) - Constructor for exception org.glassfish.jersey.message.internal.HeaderValueException
+
+
Create a new header value exception from message, cause and context.
+
+
HeaderValueException(String, HeaderValueException.Context) - Constructor for exception org.glassfish.jersey.message.internal.HeaderValueException
+
+
Create a new header value exception from message and context.
+
+
HeaderValueException.Context - Enum in org.glassfish.jersey.message.internal
+
+
Context that contains header problems causing this exception (e.g.
+
+
hint(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
+
+
Add a hint to the list of messages.
+
+
HINT_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
HINT: {0}
+
+
HINTS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
The following hints have been detected: {0}
+
+
host(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
HTTP_HEADER_COMMENTS_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Comments are not allowed.
+
+
HTTP_HEADER_END_OF_HEADER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
End of header.
+
+
HTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
No characters between the separators "{0}" and "{1}".
+
+
HTTP_HEADER_NO_END_SEPARATOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
No end separator "{0}".
+
+
HTTP_HEADER_UNBALANCED_COMMENTS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Unbalanced comments.
+
+
HTTP_HEADER_UNBALANCED_QUOTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Unbalanced quoted string.
+
+
HTTP_HEADER_WHITESPACE_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
White space not allowed.
+
+
HTTP_NON_PROXY_HOSTS - Static variable in class org.glassfish.jersey.ExternalProperties
+
+
Property used to indicate the hosts that should be accessed + without going through the proxy.
+
+
HTTP_PROXY_HOST - Static variable in class org.glassfish.jersey.ExternalProperties
+
+
Property used to specify the hostname, or address, of the proxy server.
+
+
HTTP_PROXY_PASSWORD - Static variable in class org.glassfish.jersey.ExternalProperties
+
+
Property used to specify the password to authenticate with the proxy.
+
+
HTTP_PROXY_PORT - Static variable in class org.glassfish.jersey.ExternalProperties
+
+
Property used to specify the port number of the proxy server.
+
+
HTTP_PROXY_USER - Static variable in class org.glassfish.jersey.ExternalProperties
+
+
Property used to specify the user name to authenticate with the proxy.
+
+
HttpDateFormat - Class in org.glassfish.jersey.message.internal
+
+
Helper class for HTTP specified date formats.
+
+
HttpHeaderReader - Class in org.glassfish.jersey.message.internal
+
+
An abstract pull-based reader of HTTP headers.
+
+
HttpHeaderReader() - Constructor for class org.glassfish.jersey.message.internal.HttpHeaderReader
+
 
+
HttpHeaderReader.Event - Enum in org.glassfish.jersey.message.internal
+
+
TODO javadoc.
+
+
+ + + +

I

+
+
identity() - Static method in class org.glassfish.jersey.process.internal.Stages
+
+
Get a chainable "identity" stage.
+
+
IGNORED_EXECUTOR_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Multiple ExecutorServiceProvider registrations found for qualifier annotation [{1}].
+
+
IGNORED_SCHEDULER_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Multiple ScheduledExecutorServiceProvider registrations found for qualifier annotation [{1}].
+
+
ILLEGAL_CONFIG_SYNTAX() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Illegal configuration-file syntax.
+
+
ILLEGAL_INITIAL_CAPACITY(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Illegal initial capacity: {0}.
+
+
ILLEGAL_LOAD_FACTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Illegal load factor: {0}.
+
+
ILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Illegal provider-class name: {0}.
+
+
ImmutableCommonConfig - Class in org.glassfish.jersey.model.internal
+
+
Immutable runtime configuration.
+
+
ImmutableCommonConfig(CommonConfig, String) - Constructor for class org.glassfish.jersey.model.internal.ImmutableCommonConfig
+
+
Create new immutable copy of the original runtime configuration + with a custom modification error message.
+
+
ImmutableCommonConfig(CommonConfig) - Constructor for class org.glassfish.jersey.model.internal.ImmutableCommonConfig
+
+
Create new immutable copy of the original runtime configuration.
+
+
immutableCopy() - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Get immutable copy of a component bag.
+
+
InboundMessageContext - Class in org.glassfish.jersey.message.internal
+
+
Base inbound message context implementation.
+
+
InboundMessageContext(Configuration) - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Create new inbound message context.
+
+
InboundMessageContext(Configuration, boolean) - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Create new inbound message context.
+
+
InboundMessageContext() - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Deprecated.
+
+
InboundMessageContext(boolean) - Constructor for class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Deprecated.
+
+
INCLUDE_ALL - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
+
+
A filtering strategy that accepts any contract provider model.
+
+
Inflecting<DATA,RESULT> - Interface in org.glassfish.jersey.process.internal
+
+
Interface that is used to indicate that the instance provides an Inflector.
+
+
Inflector<DATA,RESULT> - Interface in org.glassfish.jersey.process
+
+
A generic interface for transforming data into a result.
+
+
inflector() - Method in interface org.glassfish.jersey.process.internal.Inflecting
+
+
Get the inflector capable of transforming supplied data into a result.
+
+
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.AutoDiscoverableConfigurator
+
 
+
init(InjectionManager, BootstrapBag) - Method in interface org.glassfish.jersey.internal.BootstrapConfigurator
+
+
Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
+
+
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
+
 
+
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.DynamicFeatureConfigurator
+
 
+
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
+
 
+
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.FeatureConfigurator
+
 
+
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.JaxrsProviders.ProvidersConfigurator
+
 
+
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
+
 
+
init(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
+
 
+
initialize(InjectionManager) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
+
Must be initialize at the time of completed populated InjectionManager.
+
+
initialize(InjectionManager) - Method in interface org.glassfish.jersey.spi.ComponentProvider
+
+
Initializes the component provider with a reference to a injection manager + instance, which will get used in the application to manage individual components.
+
+
INJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Cannot instantiate {0} class.
+
+
INJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Cannot instantiate {0} class.
+
+
INJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Could not find a suitable constructor in {0} class.
+
+
INJECTION_MANAGER_FACTORY_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
InjectionManagerFactory not found.
+
+
INJECTION_MANAGER_NOT_PROVIDED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
InjectionManager is not provided.
+
+
INJECTION_MANAGER_STRATEGY_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
InjectionManagerStrategy is not supported: {0}.
+
+
InjectionManagerProvider - Class in org.glassfish.jersey
+
+
Utility class with static methods that extract injection manager + from various JAX-RS components.
+
+
InjectionManagerProvider() - Constructor for class org.glassfish.jersey.InjectionManagerProvider
+
 
+
INPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Input stream has been closed.
+
+
InputStreamProvider - Class in org.glassfish.jersey.message.internal
+
 
+
InputStreamProvider() - Constructor for class org.glassfish.jersey.message.internal.InputStreamProvider
+
 
+
InternalProperties - Class in org.glassfish.jersey.internal
+
+
Internal common (server/client) Jersey configuration properties.
+
+
intersect(List<? extends MediaType>, List<? extends MediaType>) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Determine if the two list of media types share a common + type-equal + sub-list.
+
+
INVALID_HOST() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Invalid host name.
+
+
INVALID_PORT() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Invalid port value.
+
+
INVALID_SPI_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Supplied provider class(es) do not implement the expected {0} SPI: [{1}]
+
+
IO_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.MessageProperties
+
+
Value of the property indicates the buffer size to be used for I/O operations + on byte and character streams.
+
+
IO_DEFAULT_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.MessageProperties
+
+
The default buffer size (8192) for I/O operations on byte and character + streams.
+
+
isAbsolute() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
+
Check whether or not the URI represented by this UriBuilder is absolute.
+
+
isActive() - Method in class org.glassfish.jersey.process.internal.RequestScope
+
 
+
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
+
 
+
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.Parameter
+
 
+
isClosed() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
+
+
Check if the committing output stream has been closed already.
+
+
isClosed() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
+
Get the closed status of this input stream.
+
+
isClosed() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
+
+
Check if this thread pool executor provider has been closed.
+
+
isCommitted() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
+
+
Determine whether the stream was already committed or not.
+
+
isCommitted() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Returns true if the entity stream has been committed.
+
+
isCompatible(Locale) - Method in class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
isCompatible(String) - Method in class org.glassfish.jersey.message.internal.Token
+
 
+
isCustom() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
+
+
Get the custom flag value.
+
+
isEmpty() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
+
Check if the underlying entity stream is empty.
+
+
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
isEnabled(Feature) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
isEncoded() - Method in class org.glassfish.jersey.model.Parameter
+
+
If true, the injected parameter value should remain encoded.
+
+
isFor(Class<?>) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
+
+
Determine whether the Factory is for the given class to be instantiated.
+
+
isHexCharacter(char) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Checks whether the character c is hexadecimal character.
+
+
isLogEnabled(TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.TracingLogger
+
+
Test if a tracing support is enabled (according to propertiesDelegate setting) and + if event can be logged (according to event.level and threshold level set).
+
+
isMappable(T) - Method in interface org.glassfish.jersey.spi.ExtendedExceptionMapper
+
+
Determine whether this provider is able to process a supplied exception instance.
+
+
isNameBound() - Method in class org.glassfish.jersey.model.ContractProvider
+
 
+
isNameBound() - Method in interface org.glassfish.jersey.model.NameBound
+
+
Check if the component is bound or not.
+
+
isPackageLevelEntry(String, String) - Static method in class org.glassfish.jersey.internal.OsgiRegistry
+
+
Returns whether the given entry path is located directly in the provided package path.
+
+
isProperty(String) - Method in interface org.glassfish.jersey.ExtendedConfig
+
+
Get the value of the property with a given name converted to boolean.
+
+
isProperty(String) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
isQualified() - Method in class org.glassfish.jersey.model.Parameter
+
+
Check if the parameter is qualified.
+
+
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
+
 
+
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
+
 
+
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
+
 
+
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
+
 
+
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormProvider
+
 
+
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
+
 
+
isReadable(MessageBodyReader<?>, Class<?>, Type, Annotation[], MediaType) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
+
Safely invokes isReadable method on the supplied provider.
+
+
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
+
 
+
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
+
 
+
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
+
 
+
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
+
 
+
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
+
 
+
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.ReaderModel
+
+
Safely invokes isReadable method on the underlying provider.
+
+
isRegistered(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
isRegistered(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
isTemplateVariablePresent(String) - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Ascertain if a template variable is a member of this + template.
+
+
isWildcard(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Check if the given media type is a wildcard type.
+
+
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
+
 
+
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
+
 
+
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
+
 
+
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
+
 
+
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FormProvider
+
 
+
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
+
 
+
isWriteable(MessageBodyWriter<?>, Class<?>, Type, Annotation[], MediaType) - Static method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
+
Safely invokes isWriteable method on the supplied provider.
+
+
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
+
 
+
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
+
 
+
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
+
 
+
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
+
 
+
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.WriterModel
+
+
Safely invokes isWriteable method on the underlying provider.
+
+
iterator() - Method in class org.glassfish.jersey.internal.ServiceFinder
+
+
Returns discovered objects incrementally.
+
+
+ + + +

J

+
+
JAXB_PROCESS_XML_ROOT_ELEMENT - Static variable in class org.glassfish.jersey.message.MessageProperties
+
+
If set to true then XML root element tag name for collections will + be derived from @XmlRootElement + annotation value and won't be de-capitalized.
+
+
JAXRS_SERVICE_LOADING_ENABLE - Static variable in class org.glassfish.jersey.CommonProperties
+
+
Allows API services loading.
+
+
JaxrsProviders - Class in org.glassfish.jersey.internal
+
+
Jersey implementation of JAX-RS Providers contract.
+
+
JaxrsProviders() - Constructor for class org.glassfish.jersey.internal.JaxrsProviders
+
 
+
JaxrsProviders.ProvidersConfigurator - Class in org.glassfish.jersey.internal
+
+
Configurator which initializes and registers Providers instance into InjectionManager and + BootstrapBag.
+
+
JerseyLink - Class in org.glassfish.jersey.message.internal
+
+
Jersey implementation of JAX-RS Link contract.
+
+
JerseyLink.Builder - Class in org.glassfish.jersey.message.internal
+
+
Jersey implementation of JAX-RS Link.Builder contract.
+
+
JerseyPriorities - Class in org.glassfish.jersey
+
+
Built-in Jersey-specific priority constants to be used along with Priorities where finer-grained + categorization is required.
+
+
JerseyProcessingUncaughtExceptionHandler - Class in org.glassfish.jersey.process
+
+
Uncaught exception handler that can be used by various Jersey request processing thread pools uncaught exceptions.
+
+
JerseyProcessingUncaughtExceptionHandler() - Constructor for class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
+
+
Create new Jersey processing uncaught exception handler.
+
+
JerseyProcessingUncaughtExceptionHandler(Level) - Constructor for class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
+
+
Create new Jersey processing uncaught exception handler.
+
+
JerseyQueryParamStyle - Enum in org.glassfish.jersey.uri
+
+
JerseyQueryParamStyle is used to specify the desired format of query param + when multiple values are sent for the same parameter.
+
+
JerseyUriBuilder - Class in org.glassfish.jersey.uri.internal
+
+
A Jersey implementation of UriBuilder.
+
+
JerseyUriBuilder() - Constructor for class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
+
Create new implementation of UriBuilder.
+
+
JSON_FEATURE - Static variable in class org.glassfish.jersey.internal.InternalProperties
+
+
This property should be set by configured JSON feature to indicate that other (registered but not configured) JSON features + should not be configured.
+
+
JSON_FEATURE_CLIENT - Static variable in class org.glassfish.jersey.internal.InternalProperties
+
+
Client-specific version of InternalProperties.JSON_FEATURE.
+
+
JSON_FEATURE_SERVER - Static variable in class org.glassfish.jersey.internal.InternalProperties
+
+
Server-specific version of InternalProperties.JSON_FEATURE.
+
+
JSON_JACKSON_DISABLED_MODULES - Static variable in class org.glassfish.jersey.CommonProperties
+
+
Comma separated list of jackson modules which shall be excluded from json-jackson processing.
+
+
JSON_JACKSON_DISABLED_MODULES_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
+
+ +
+
JSON_JACKSON_DISABLED_MODULES_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
+
+ +
+
JSON_JACKSON_ENABLED_MODULES - Static variable in class org.glassfish.jersey.CommonProperties
+
+
Comma separated list of jackson modules which are only enabled (only those modules will be used) + for json-jackson processing
+
+
JSON_JACKSON_ENABLED_MODULES_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
+
+ +
+
JSON_JACKSON_ENABLED_MODULES_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
+
+ +
+
JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
+
+
If true then disable configuration of Json Processing (JSR-353) feature.
+
+
JSON_PROCESSING_FEATURE_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
+
+ +
+
JSON_PROCESSING_FEATURE_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
+
+ +
+
+ + + +

K

+
+
KEY_MANAGER_FACTORY_ALGORITHM - Static variable in class org.glassfish.jersey.SslConfigurator
+
+
Key manager factory algorithm name.
+
+
KEY_MANAGER_FACTORY_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
+
+
Key manager factory provider name.
+
+
KEY_STORE_FILE - Static variable in class org.glassfish.jersey.SslConfigurator
+
+
Key store file name.
+
+
KEY_STORE_PASSWORD - Static variable in class org.glassfish.jersey.SslConfigurator
+
+
Key store file password - the password used to unlock the trust store file.
+
+
KEY_STORE_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
+
+
Key store provider name.
+
+
KEY_STORE_TYPE - Static variable in class org.glassfish.jersey.SslConfigurator
+
+
Key store type (see KeyStore.getType() for more info).
+
+
keyManagerFactoryAlgorithm(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the key manager factory algorithm.
+
+
keyManagerFactoryProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the key manager factory provider.
+
+
keyPassword(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the password of the key in the key store.
+
+
keyPassword(char[]) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the password of the key in the key store.
+
+
keyStore(KeyStore) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the key store instance.
+
+
keyStoreBytes(byte[]) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the key store payload as byte array.
+
+
keyStoreFile(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the key store file name.
+
+
keyStorePassword(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the password of key store.
+
+
keyStorePassword(char[]) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the password of key store.
+
+
keyStoreProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the key store provider name.
+
+
keyStoreType(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the type of key store.
+
+
+ + + +

L

+
+
language(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
language(Locale) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
languages(Locale...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
+
 
+
LanguageTag - Class in org.glassfish.jersey.message.internal
+
+
A language tag.
+
+
LanguageTag() - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
LanguageTag(String, String) - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
LanguageTag(String) - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
LanguageTag(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
lastModified(Date) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
LEGACY_WORKERS_ORDERING - Static variable in class org.glassfish.jersey.message.MessageProperties
+
+
If set to true, MessageBodyReaders and + MessageBodyWriters will be ordered by rules from JAX-RS 1.x, where custom + providers have always precedence; providers are sorted by MediaType and afterwards by + declaration distance - see MessageBodyFactory.DeclarationDistanceComparator.
+
+
level(Level) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
+
 
+
level() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
+
 
+
level() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
+
+
Level of event.
+
+
link(Link) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
link(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
link(URI, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
link(String, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
LINK_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Link is null.
+
+
LinkedStage(Function<DATA, DATA>, Stage<DATA>) - Constructor for class org.glassfish.jersey.process.internal.Stages.LinkedStage
+
+
Create a new stage that will return the supplied stage in the + continuation.
+
+
LinkedStage(Function<DATA, DATA>) - Constructor for class org.glassfish.jersey.process.internal.Stages.LinkedStage
+
+
Create a new terminal stage .
+
+
LinkProvider - Class in org.glassfish.jersey.message.internal
+
+
Provider for Link Headers.
+
+
LinkProvider() - Constructor for class org.glassfish.jersey.message.internal.LinkProvider
+
 
+
links(Link...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
loadFrom(Configuration) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
+
Load the internal configuration state from an externally provided configuration state.
+
+
loadFrom(Configuration) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
+
 
+
loadImplementations(Map<String, Object>, ClassLoader) - Method in class org.glassfish.jersey.AbstractFeatureConfigurator
+
+
Specification specific implementation which allows find classes by specified classloader
+
+
loadImplementations(Map<String, Object>) - Method in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
+
+
Load all particular implementations of the type T using ServiceFinder.
+
+
LOCALE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Locale is null.
+
+
LocaleProvider - Class in org.glassfish.jersey.message.internal
+
+ +
+
LocaleProvider() - Constructor for class org.glassfish.jersey.message.internal.LocaleProvider
+
 
+
localizableAUTODISCOVERABLE_CONFIGURATION_FAILED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableCACHE_CONTROL_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableCOMMITTING_STREAM_ALREADY_INITIALIZED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableCOMMITTING_STREAM_BUFFERING_ILLEGAL_STATE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableCOMPONENT_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableCOMPONENT_CLASS_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableCOMPONENT_CONTRACTS_EMPTY_OR_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableCOMPONENT_TYPE_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableCONFIGURATION_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableCONTRACT_NOT_ASSIGNABLE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableCONTRACT_NOT_SUPPORTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableCOOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableDATE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableDEPENDENT_CLASS_OF_DEFAULT_PROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableDEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableDEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableENTITY_TAG_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_ENTITY_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_FINDING_EXCEPTION_MAPPER_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_INTERCEPTOR_READER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_INTERCEPTOR_WRITER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_MBR_ISREADABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_MBW_ISWRITABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_NEWCOOKIE_EXPIRES(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_NOTFOUND_MESSAGEBODYREADER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_NOTFOUND_MESSAGEBODYWRITER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_PARAMETER_INVALID_CHAR_VALUE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_PARSING_ENTITY_TAG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_PROVIDER_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_READING_ENTITY_FROM_INPUT_STREAM() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_READING_ENTITY_MISSING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_RESOLVING_GENERIC_TYPE_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableERRORS_AND_WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableEXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableEXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableFEATURE_CONSTRAINED_TO_IGNORED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableFEATURE_HAS_ALREADY_BEEN_PROCESSED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableHINT_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableHINTS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableHTTP_HEADER_COMMENTS_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableHTTP_HEADER_END_OF_HEADER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableHTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableHTTP_HEADER_NO_END_SEPARATOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableHTTP_HEADER_UNBALANCED_COMMENTS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableHTTP_HEADER_UNBALANCED_QUOTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableHTTP_HEADER_WHITESPACE_NOT_ALLOWED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableIGNORED_EXECUTOR_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableIGNORED_SCHEDULER_PROVIDERS(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableILLEGAL_CONFIG_SYNTAX() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableILLEGAL_INITIAL_CAPACITY(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableILLEGAL_LOAD_FACTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableINJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableINJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableINJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableINJECTION_MANAGER_FACTORY_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableINJECTION_MANAGER_NOT_PROVIDED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableINJECTION_MANAGER_STRATEGY_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableINPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableINVALID_HOST() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableINVALID_PORT() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableINVALID_SPI_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableLINK_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableLOCALE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableMATRIX_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableMBR_TRYING_TO_CLOSE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableMBW_TRYING_TO_CLOSE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableMEDIA_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableMESSAGE_CONTENT_BUFFER_RESET_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableMESSAGE_CONTENT_BUFFERING_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableMESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableMETHOD_NOT_GETTER_NOR_SETTER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableMETHOD_PARAMETER_CANNOT_BE_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableMULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableNEW_COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableNO_CONTAINER_AVAILABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableNO_ERROR_PROCESSING_IN_SCOPE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableNOT_SUPPORTED_ON_OUTBOUND_MESSAGE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableOSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableOSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableOUTPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableOVERRIDING_METHOD_CANNOT_BE_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizablePARAM_CREATION_FACTORY_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizablePARAM_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizablePROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizablePROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizablePROVIDER_CLASS_COULD_NOT_BE_LOADED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizablePROVIDER_COULD_NOT_BE_CREATED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizablePROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableQUERY_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableRESPONSE_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSLOW_SUBSCRIBER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSOME_HEADERS_NOT_SENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_CTX_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_CTX_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_KMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_KMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_KMF_NO_PASSWORD_SET(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_KMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_KMF_UNRECOVERABLE_KEY() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_KS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_KS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_KS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_KS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_KS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_TMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_TMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_TMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_TS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_TS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_TS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_TS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSSL_TS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSTREAM_PROVIDER_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSTRING_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableSYSTEM_PROPERTIES_WARNING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableTEMPLATE_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableTHREAD_POOL_EXECUTOR_PROVIDER_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableTOO_MANY_HEADER_VALUES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableTYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableUNABLE_TO_PARSE_HEADER_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableUNHANDLED_EXCEPTION_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableUNKNOWN_DESCRIPTOR_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableUNKNOWN_SUBSCRIBER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_BUILDER_CLASS_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_BUILDER_METHODNAME_NOT_SPECIFIED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_BUILDER_SCHEMA_PART_OPAQUE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_BUILDER_SCHEME_PART_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_BUILDER_URI_PART_FRAGMENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_COMPONENT_ENCODED_OCTET_MALFORMED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_COMPONENT_INVALID_CHARACTER(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_PARSER_COMPONENT_DELIMITER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_PARSER_NOT_EXECUTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableURI_PARSER_SCHEME_EXPECTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableUSING_EXECUTOR_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableUSING_SCHEDULER_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableWARNING_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableWARNING_PROPERTIES() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableWARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
localizableWARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
LocalizationMessages - Class in org.glassfish.jersey.internal
+
+
Defines string formatting method for each constant in the resource file
+
+
LocalizationMessages() - Constructor for class org.glassfish.jersey.internal.LocalizationMessages
+
 
+
location(URI) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
log(TracingLogger.Event, Object...) - Method in class org.glassfish.jersey.message.internal.TracingLogger
+
+
Try to log event according to event level and request context threshold level setting.
+
+
logDuration(TracingLogger.Event, long, Object...) - Method in class org.glassfish.jersey.message.internal.TracingLogger
+
+
Try to log event according to event level and request context threshold level setting.
+
+
logErrors(boolean) - Static method in class org.glassfish.jersey.internal.Errors
+
+
Log errors and return a status flag indicating whether a fatal issue has been found + in the error collection.
+
+
LOGGING_FEATURE_LOGGER_LEVEL - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Common logger level property.
+
+
LOGGING_FEATURE_LOGGER_LEVEL_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Client logger level property.
+
+
LOGGING_FEATURE_LOGGER_LEVEL_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Server logger level property.
+
+
LOGGING_FEATURE_LOGGER_NAME - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Common logger name property.
+
+
LOGGING_FEATURE_LOGGER_NAME_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Client logger name property.
+
+
LOGGING_FEATURE_LOGGER_NAME_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Server logger name property.
+
+
LOGGING_FEATURE_MAX_ENTITY_SIZE - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Common property for configuring a maximum number of bytes of entity to be logged.
+
+
LOGGING_FEATURE_MAX_ENTITY_SIZE_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Client property for configuring a maximum number of bytes of entity to be logged.
+
+
LOGGING_FEATURE_MAX_ENTITY_SIZE_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Server property for configuring a maximum number of bytes of entity to be logged.
+
+
LOGGING_FEATURE_REDACT_HEADERS - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Common property for configuring headers to be redacted.
+
+
LOGGING_FEATURE_REDACT_HEADERS_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Client property for configuring headers to be redacted.
+
+
LOGGING_FEATURE_REDACT_HEADERS_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Server property for configuring headers to be redacted.
+
+
LOGGING_FEATURE_SEPARATOR - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Common property for configuring logging separator.
+
+
LOGGING_FEATURE_SEPARATOR_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Client property for logging separator.
+
+
LOGGING_FEATURE_SEPARATOR_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Server property for configuring separator.
+
+
LOGGING_FEATURE_VERBOSITY - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Common property for configuring a verbosity of entity.
+
+
LOGGING_FEATURE_VERBOSITY_CLIENT - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Client property for configuring a verbosity of entity.
+
+
LOGGING_FEATURE_VERBOSITY_SERVER - Static variable in class org.glassfish.jersey.logging.LoggingFeature
+
+
Server property for configuring a verbosity of entity.
+
+
LoggingFeature - Class in org.glassfish.jersey.logging
+
+
This feature enables logging request and/or response on client-side and/or server-side depending + on the context's RuntimeType.
+
+
LoggingFeature() - Constructor for class org.glassfish.jersey.logging.LoggingFeature
+
+
Creates the feature with default values.
+
+
LoggingFeature(Logger) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
+
+
Creates the feature with custom logger.
+
+
LoggingFeature(Logger, LoggingFeature.Verbosity) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
+
+
Creates the feature with custom logger and verbosity.
+
+
LoggingFeature(Logger, Integer) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
+
+
Creates the feature with custom logger and maximum number of bytes of entity to log.
+
+
LoggingFeature(Logger, Level, LoggingFeature.Verbosity, Integer) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
+
+
Creates the feature with custom logger, it's level, message verbosity and maximum number of bytes of entity to log.
+
+
LoggingFeature(LoggingFeature.LoggingFeatureBuilder) - Constructor for class org.glassfish.jersey.logging.LoggingFeature
+
+
Constructor based on logging feature builder.
+
+
LoggingFeature.LoggingFeatureBuilder - Class in org.glassfish.jersey.logging
+
+
Builder class for logging feature configuration.
+
+
LoggingFeature.Verbosity - Enum in org.glassfish.jersey.logging
+
+
Verbosity determines how detailed message will be logged.
+
+
LoggingFeatureAutoDiscoverable - Class in org.glassfish.jersey.logging
+
+
Auto-discoverable class that registers LoggingFeature based on configuration properties.
+
+
LoggingFeatureAutoDiscoverable() - Constructor for class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
+
 
+
LoggingFeatureBuilder() - Constructor for class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
+
 
+
+ + + +

M

+
+
ManagedObjectsFinalizer - Class in org.glassfish.jersey.model.internal
+
+
Invokes PreDestroy methods on all registered objects, when the injection manager is shut down.
+
+
ManagedObjectsFinalizer(InjectionManager) - Constructor for class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
+
+
Creates a new instance of ManagedObjectsFinalizer.
+
+
MapPropertiesDelegate - Class in org.glassfish.jersey.internal
+
+
Properties delegate backed by a Map.
+
+
MapPropertiesDelegate() - Constructor for class org.glassfish.jersey.internal.MapPropertiesDelegate
+
+
Create new map-based properties delegate.
+
+
MapPropertiesDelegate(Map<String, Object>) - Constructor for class org.glassfish.jersey.internal.MapPropertiesDelegate
+
+
Create new map-based properties delegate.
+
+
MapPropertiesDelegate(PropertiesDelegate) - Constructor for class org.glassfish.jersey.internal.MapPropertiesDelegate
+
+
Initialize new map-based properties delegate from another + delegate.
+
+
mark() - Static method in class org.glassfish.jersey.internal.Errors
+
+
Set a mark at a current position in the errors messages list.
+
+
mark(int) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
 
+
markSupported() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
 
+
match(CharSequence) - Method in class org.glassfish.jersey.uri.PatternWithGroups
+
+
Match against the pattern.
+
+
match(CharSequence, List<String>) - Method in class org.glassfish.jersey.uri.PatternWithGroups
+
+
Match against the pattern.
+
+
match(CharSequence, List<String>, Map<String, String>) - Method in class org.glassfish.jersey.uri.PatternWithGroups
+
+
Match against the pattern.
+
+
match(CharSequence, Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Match a URI against the template.
+
+
match(CharSequence, List<String>) - Method in class org.glassfish.jersey.uri.UriTemplate
+
+
Match a URI against the template.
+
+
MatchingEntityTag - Class in org.glassfish.jersey.message.internal
+
+
A matching entity tag.
+
+
MatchingEntityTag(String) - Constructor for class org.glassfish.jersey.message.internal.MatchingEntityTag
+
+
Create new strongly validating entity tag.
+
+
MatchingEntityTag(String, boolean) - Constructor for class org.glassfish.jersey.message.internal.MatchingEntityTag
+
+
Create new matching entity tag.
+
+
MATRIX_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
One or more of matrix value parameters are null.
+
+
matrixParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
maxEntitySize(Integer) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
+
 
+
MAXIMUM - Static variable in class org.glassfish.jersey.message.internal.Quality
+
+
Maximum quality value.
+
+
MBR_TRYING_TO_CLOSE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Message body reader ({0}) is trying to close the entity input stream.
+
+
MBW_TRYING_TO_CLOSE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Message body writer ({0}) is trying to close the entity output stream.
+
+
MEDIA_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Media type is null.
+
+
MEDIA_TYPE_KEY_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
+
Media type comparator.
+
+
MEDIA_TYPE_LIST_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Comparator for lists of media types.
+
+
MediaTypeProvider - Class in org.glassfish.jersey.message.internal
+
+
Header delegate provider for MediaType.
+
+
MediaTypeProvider() - Constructor for class org.glassfish.jersey.message.internal.MediaTypeProvider
+
 
+
MediaTypes - Class in org.glassfish.jersey.message.internal
+
+
Common media types and functionality.
+
+
mediaTypes(MediaType...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
+
 
+
merge(ExternalConfigurationModel) - Method in interface org.glassfish.jersey.spi.ExternalConfigurationProvider
+
+
Merge properties from other provider/model
+
+
mergeProperties(Map<String, Object>) - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
+
+
Merge properties from other (found) external configuration.
+
+
MESSAGE_CONTENT_BUFFER_RESET_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error resetting the buffered message content input stream.
+
+
MESSAGE_CONTENT_BUFFERING_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Failed to buffer the message content input stream.
+
+
MESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error closing message content input stream.
+
+
MessageBodyFactory - Class in org.glassfish.jersey.message.internal
+
+
A factory for managing MessageBodyReader, MessageBodyWriter instances.
+
+
MessageBodyFactory(Configuration) - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory
+
+
Create a new message body factory.
+
+
MessageBodyFactory.MessageBodyWorkersConfigurator - Class in org.glassfish.jersey.message.internal
+
+
Configurator which initializes and register MessageBodyWorkers instance into InjectionManager and + BootstrapBag.
+
+
MessageBodyProcessingException - Exception in org.glassfish.jersey.message.internal
+
+
Jersey exception signaling that error occurred during reading or writing message body (entity).
+
+
MessageBodyProcessingException(Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
+
+
Creates new instance initialized with exception cause.
+
+
MessageBodyProcessingException(String, Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
+
+
Creates new instance initialized with exception message and exception cause.
+
+
MessageBodyProcessingException(String) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProcessingException
+
+
Creates new instance initialized with exception message.
+
+
MessageBodyProviderNotFoundException - Exception in org.glassfish.jersey.message.internal
+
+
Jersey processing exception signaling that no appropriate MessageBodyReader or MessageBodyWriter was found.
+
+
MessageBodyProviderNotFoundException(Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
+
 
+
MessageBodyProviderNotFoundException(String, Throwable) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
+
 
+
MessageBodyProviderNotFoundException(String) - Constructor for exception org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
+
 
+
MessageBodyProviders(Map<String, Object>, RuntimeType) - Constructor for class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
+
+
Create new message body providers injection binder.
+
+
MessageBodyWorkers - Interface in org.glassfish.jersey.message
+
+
An injectable interface providing lookup of MessageBodyReader and + MessageBodyWriter instances.
+
+
MessageBodyWorkersConfigurator() - Constructor for class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
+
 
+
messageFormat() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
+
 
+
messageFormat() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
+
+
Message format.
+
+
MessageProperties - Class in org.glassfish.jersey.message
+
+
Jersey configuration properties for message & entity processing.
+
+
MessageUtils - Class in org.glassfish.jersey.message
+
+
Utility class with message related methods.
+
+
MessagingBinders - Class in org.glassfish.jersey.message.internal
+
+
Binding definitions for the default set of message related providers (readers, + writers, header delegates).
+
+
MessagingBinders.HeaderDelegateProviders - Class in org.glassfish.jersey.message.internal
+
+
Header delegate provider injection binder.
+
+
MessagingBinders.MessageBodyProviders - Class in org.glassfish.jersey.message.internal
+
+
Message body providers injection binder.
+
+
METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
+
+
If true then disable META-INF/services lookup globally on client/server.
+
+
METAINF_SERVICES_LOOKUP_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
+
+ +
+
METAINF_SERVICES_LOOKUP_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
+
+ +
+
METHOD_NOT_GETTER_NOR_SETTER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Method is neither getter nor setter.
+
+
METHOD_PARAMETER_CANNOT_BE_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Method parameter "{0}" cannot be null.
+
+
MINIMUM - Static variable in class org.glassfish.jersey.message.internal.Quality
+
+
Minimum quality value.
+
+
modelFor(Class<?>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Create a contract provider model by introspecting a component class.
+
+
mostSpecific(MediaType, MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Get the most specific media type from a pair of media types.
+
+
MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
+
+
If true then disable configuration of MOXy Json feature.
+
+
MOXY_JSON_FEATURE_DISABLE_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
+
+
Client-specific version of CommonProperties.MOXY_JSON_FEATURE_DISABLE.
+
+
MOXY_JSON_FEATURE_DISABLE_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
+
+
Server-specific version of CommonProperties.MOXY_JSON_FEATURE_DISABLE.
+
+
MsgTraceEvent - Enum in org.glassfish.jersey.message.internal
+
+
Common tracing events.
+
+
MULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Found {0} constructors with {1} parameters in {2} class.
+
+
+ + + +

N

+
+
name() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
+
+
Name of event, should be unique.
+
+
NameBound - Interface in org.glassfish.jersey.model
+
+
Model component that can be name bound.
+
+
NEW_COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
New cookie is null.
+
+
NewCookieProvider - Class in org.glassfish.jersey.message.internal
+
+
Response Set-Cookie header delegate provider.
+
+
NewCookieProvider() - Constructor for class org.glassfish.jersey.message.internal.NewCookieProvider
+
 
+
newInstance(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
newInstance(String, boolean) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
newInstance(Predicate<ContractProvider>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Create new empty component bag.
+
+
newInstance() - Static method in class org.glassfish.jersey.SslConfigurator
+
+
Get a new & initialized SSL configurator instance.
+
+
newInstance(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
+
+
Get a new SSL configurator instance.
+
+
next() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
next(boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
next(boolean, boolean) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
next() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
+
+
Get the stage to be invoked next or null if no next stage is + present.
+
+
nextQuotedString() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
nextSeparatedString(char, char) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
FIXME remove.
+
+
nextSeparator(char) - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
nextToken() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
nextTokenOrQuotedString() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
NO_CONTAINER_AVAILABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
No container available.
+
+
NO_ERROR_PROCESSING_IN_SCOPE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
There is no error processing in scope.
+
+
NO_PRIORITY - Static variable in class org.glassfish.jersey.model.ContractProvider
+
+
"No priority" constant.
+
+
normalize(String) - Static method in class org.glassfish.jersey.uri.UriTemplate
+
+
Normalize the URI by resolve the dot & dot-dot path segments as described in + RFC 3986.
+
+
normalize(URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
+
+
Normalize the URI by resolve the dot & dot-dot path segments as described in + RFC 3986.
+
+
normalizedPackagePath(String) - Static method in class org.glassfish.jersey.internal.OsgiRegistry
+
+
Normalized package returns path that does not start with '/' character and ends with '/' character.
+
+
NOT_SUPPORTED_ON_OUTBOUND_MESSAGE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Method not supported on an outbound message.
+
+
NullOutputStream - Class in org.glassfish.jersey.message.internal
+
+
A "dev/null" output stream - an output stream implementation that discards all the + data written to it.
+
+
NullOutputStream() - Constructor for class org.glassfish.jersey.message.internal.NullOutputStream
+
 
+
+ + + +

O

+
+
of(DATA, Stage<DATA>) - Static method in class org.glassfish.jersey.process.internal.Stage.Continuation
+
+
Create a continuation from the processed data result and the stage + to be invoked next.
+
+
of(DATA) - Static method in class org.glassfish.jersey.process.internal.Stage.Continuation
+
+
Create a terminal continuation from the processed data result.
+
+
onClose() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
+
+
Close event handler, that invoked during the AbstractThreadPoolProvider.close() operation.
+
+
OPEN_ROOT_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
+
+
Path pattern matching the any URI path.
+
+
org.glassfish.jersey - package org.glassfish.jersey
+
+
Common Jersey core classes.
+
+
org.glassfish.jersey.internal - package org.glassfish.jersey.internal
+
+
Common Jersey internal API classes.
+
+
org.glassfish.jersey.logging - package org.glassfish.jersey.logging
+
+
Logging feature provides the logging of requests and responses on server and client.
+
+
org.glassfish.jersey.message - package org.glassfish.jersey.message
+
+
Common Jersey messaging classes.
+
+
org.glassfish.jersey.message.internal - package org.glassfish.jersey.message.internal
+
+
Common Jersey internal messaging classes.
+
+
org.glassfish.jersey.model - package org.glassfish.jersey.model
+
+
Common Jersey model related classes and interfaces.
+
+
org.glassfish.jersey.model.internal - package org.glassfish.jersey.model.internal
+
+
Common Jersey internal model related classes and interfaces.
+
+
org.glassfish.jersey.process - package org.glassfish.jersey.process
+
+
Common Jersey processing classes.
+
+
org.glassfish.jersey.process.internal - package org.glassfish.jersey.process.internal
+
+
Common Jersey internal processing classes.
+
+
org.glassfish.jersey.spi - package org.glassfish.jersey.spi
+
+
Common Jersey service provider contract (SPI) classes.
+
+
org.glassfish.jersey.uri - package org.glassfish.jersey.uri
+
+
Common Jersey classes that provide support for JAX-RS URI templates and + encoding/decoding of URI components.
+
+
org.glassfish.jersey.uri.internal - package org.glassfish.jersey.uri.internal
+
+
Common Jersey internal classes that provide support for JAX-RS URI templates and + encoding/decoding of URI components.
+
+
OSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Unable to open an input stream for resource {0}.
+
+
OSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Unexpected error occurred while processing resource stream {0}.
+
+
OsgiRegistry - Class in org.glassfish.jersey.internal
+
+
Utility class to deal with OSGi runtime specific behavior.
+
+
OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.CommonProperties
+
+
An integer value that defines the buffer size used to buffer the outbound message entity in order to + determine its size and set the value of HTTP "Content-Length" header.
+
+
OUTBOUND_CONTENT_LENGTH_BUFFER_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
+
+ +
+
OUTBOUND_CONTENT_LENGTH_BUFFER_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
+
+ +
+
OutboundJaxrsResponse - Class in org.glassfish.jersey.message.internal
+
+
An outbound JAX-RS response message.
+
+
OutboundJaxrsResponse(Response.StatusType, OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
+
Create new outbound JAX-RS response message instance.
+
+
OutboundJaxrsResponse.Builder - Class in org.glassfish.jersey.message.internal
+
+
Outbound JAX-RS Response.ResponseBuilder implementation.
+
+
OutboundMessageContext - Class in org.glassfish.jersey.message.internal
+
+
Base outbound message context implementation.
+
+
OutboundMessageContext(Configuration) - Constructor for class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Create new outbound message context.
+
+
OutboundMessageContext(OutboundMessageContext) - Constructor for class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Create new outbound message context copying the content + of another context.
+
+
OutboundMessageContext() - Constructor for class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Deprecated.
+
+
OutboundMessageContext.StreamProvider - Interface in org.glassfish.jersey.message.internal
+
+
The callback interface which is used to get the terminal output stream into which the entity should be + written and to inform the implementation about the entity size.
+
+
OUTPUT_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
The output stream has already been closed.
+
+
OVERRIDING_METHOD_CANNOT_BE_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Method that overrides {0} cannot be found on class {1}.
+
+
+ + + +

P

+
+
param(String, String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
PARAM_CREATION_FACTORY_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
No ParamCreationFactory found for Parameter source {0}.
+
+
PARAM_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
"{0}" parameter is null.
+
+
Parameter - Class in org.glassfish.jersey.model
+
 
+
Parameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Constructor for class org.glassfish.jersey.model.Parameter
+
 
+
Parameter.ParamAnnotationHelper<T extends Annotation> - Interface in org.glassfish.jersey.model
+
 
+
Parameter.ParamCreationFactory<PARAMETER extends Parameter> - Interface in org.glassfish.jersey.model
+
+
A factory service to found in a runtime to be used to instantiate the given Parameter class.
+
+
Parameter.ParameterService - Class in org.glassfish.jersey.model
+
 
+
Parameter.Source - Enum in org.glassfish.jersey.model
+
+
Parameter injection sources type.
+
+
ParameterizedHeader - Class in org.glassfish.jersey.message.internal
+
+
A general parameterized header.
+
+
ParameterizedHeader(String) - Constructor for class org.glassfish.jersey.message.internal.ParameterizedHeader
+
+
Create a parameterized header from given string value.
+
+
ParameterizedHeader(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.ParameterizedHeader
+
+
Create a parameterized header from given http header reader.
+
+
ParameterService() - Constructor for class org.glassfish.jersey.model.Parameter.ParameterService
+
 
+
parse(String) - Method in class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
parseCookie(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
+
 
+
parseCookies(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
+
 
+
parseNewCookie(String) - Static method in class org.glassfish.jersey.message.internal.CookiesParser
+
 
+
PARTIAL_ORDER_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
+
+
A comparator for media types, that implements the "partial order" defined in the resource matching algorithm + section of the JAX-RS specification, except that this comparator is "inverted" so that it allows for natural + sorting in Java collections, where "lower" values are put to the front of a collection.
+
+
path(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
path(Class) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
path(Class, String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
path(Method) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
PathPattern - Class in org.glassfish.jersey.uri
+
+
A path pattern that is a regular expression generated from a URI path + template.
+
+
PathPattern(String) - Constructor for class org.glassfish.jersey.uri.PathPattern
+
+
Create a path pattern and post fix with + PathPattern.RightHandPath.capturingZeroOrMoreSegments.
+
+
PathPattern(PathTemplate) - Constructor for class org.glassfish.jersey.uri.PathPattern
+
+
Create a path pattern and post fix with + PathPattern.RightHandPath.capturingZeroOrMoreSegments.
+
+
PathPattern(String, PathPattern.RightHandPath) - Constructor for class org.glassfish.jersey.uri.PathPattern
+
+
Create a path pattern and post fix with a right hand path pattern.
+
+
PathPattern(PathTemplate, PathPattern.RightHandPath) - Constructor for class org.glassfish.jersey.uri.PathPattern
+
+
Create a path pattern and post fix with a right hand path pattern.
+
+
PathPattern.RightHandPath - Enum in org.glassfish.jersey.uri
+
+
The set of right hand path patterns that may be appended to a path + pattern.
+
+
PathTemplate - Class in org.glassfish.jersey.uri
+
+
A URI template for a URI path.
+
+
PathTemplate(String) - Constructor for class org.glassfish.jersey.uri.PathTemplate
+
+
Create a URI path template and encode (percent escape) any characters of + the template that are not valid URI characters.
+
+
PatternWithGroups - Class in org.glassfish.jersey.uri
+
+
A pattern for matching a string against a regular expression + and returning capturing group values for any capturing groups present in + the expression.
+
+
PatternWithGroups() - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
+
+
Construct an empty pattern.
+
+
PatternWithGroups(String) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
+
+
Construct a new pattern.
+
+
PatternWithGroups(String, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
+
+
Construct a new pattern.
+
+
PatternWithGroups(Pattern) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
+
+
Construct a new pattern.
+
+
PatternWithGroups(Pattern, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
+
+
Construct a new pattern.
+
+
port(int) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
POST_ENTITY_CODER - Static variable in class org.glassfish.jersey.JerseyPriorities
+
+
Priority for components that have to be called AFTER message encoders/decoders filters/interceptors.
+
+
postInit(InjectionManager, BootstrapBag) - Method in interface org.glassfish.jersey.internal.BootstrapConfigurator
+
+
Post-initialization method can get services from InjectionManager and is not able to register the new one because + injection manager is already completed.
+
+
postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
+
 
+
postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
+
 
+
postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
+
 
+
postInit(InjectionManager, BootstrapBag) - Method in class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
+
 
+
preDestroy() - Method in class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
+
 
+
preDestroy() - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
+
+
Container pre-destroy handler method.
+
+
preDestroy() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
+
+
Container pre-destroy handler method.
+
+
proceed() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
+
+
Starts the interceptor chain execution.
+
+
proceed() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
+
+
Starts the interceptor chain execution.
+
+
process(Producer<T>) - Static method in class org.glassfish.jersey.internal.Errors
+
+
Invoke given producer task and gather errors.
+
+
process(Callable<T>) - Static method in class org.glassfish.jersey.internal.Errors
+
+
Invoke given callable task and gather messages.
+
+
process(Runnable) - Static method in class org.glassfish.jersey.internal.Errors
+
+
Invoke given task and gather messages.
+
+
process(DATA, Stage<DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
+
+
Run the data through a chain of stages identified by the root stage.
+
+
process(DATA, Stage<DATA>, Ref<T>) - Static method in class org.glassfish.jersey.process.internal.Stages
+
+
Run the data through a chain of stages identified by the root stage.
+
+
processWithException(Producer<T>) - Static method in class org.glassfish.jersey.internal.Errors
+
+
Invoke given producer task and gather messages.
+
+
processWithException(Runnable) - Static method in class org.glassfish.jersey.internal.Errors
+
+
Invoke given task and gather messages.
+
+
PROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Deprecated property name "{0}" usage was found.
+
+
PROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
There is no way how to transform value "{0}" [{1}] to type [{2}].
+
+
PropertiesDelegate - Interface in org.glassfish.jersey.internal
+
+
TODO: javadoc.
+
+
PropertiesResolver - Interface in org.glassfish.jersey.internal
+
+
Resolver of a property value for the specified property name from the + request-specific property bag, or the global runtime configuration.
+
+
property(String, Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
property(String, Object) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
+
 
+
property(String, Object) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
+
 
+
PROPERTY_NAME - Static variable in class org.glassfish.jersey.message.internal.TracingLogger
+
+
TracingLogger instance is placed in request context properties under this name.
+
+
providedType() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
+
+
Get the provided Java type.
+
+
provider() - Method in class org.glassfish.jersey.message.AbstractEntityProviderModel
+
+
Get the modelled entity provider instance.
+
+
PROVIDER_CLASS_COULD_NOT_BE_LOADED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
The class {0} implementing provider {1} could not be loaded: {2}
+
+
PROVIDER_COULD_NOT_BE_CREATED(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
The class {0} implementing provider {1} could not be instantiated: {2}
+
+
PROVIDER_DEFAULT_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
+
+
Disable some of the default providers from being loaded.
+
+
PROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
The class {0} implementing the provider {1} is not found.
+
+
ProvidersConfigurator() - Constructor for class org.glassfish.jersey.internal.JaxrsProviders.ProvidersConfigurator
+
 
+
+ + + +

Q

+
+
Qualified - Interface in org.glassfish.jersey.message.internal
+
+
Quality factor for acceptable header types represented as a "parts per thousand" (i.e.
+
+
QUALIFIED_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.Quality
+
+
A "highest first" qualified element comparator.
+
+
quality - Variable in class org.glassfish.jersey.message.internal.AcceptableToken
+
 
+
Quality - Class in org.glassfish.jersey.message.internal
+
+
Quality parameter constants.
+
+
QUALITY_PARAMETER_NAME - Static variable in class org.glassfish.jersey.message.internal.Quality
+
+
Quality HTTP header parameter name.
+
+
QUALITY_SOURCE_PARAMETER_NAME - Static variable in class org.glassfish.jersey.message.internal.Quality
+
+
Quality source HTTP header parameter name.
+
+
QUALITY_VALUE_COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.Quality
+
+
A "highest first" quality value comparator.
+
+
QualitySourceMediaType - Class in org.glassfish.jersey.message.internal
+
+
A quality source media type.
+
+
QualitySourceMediaType(String, String) - Constructor for class org.glassfish.jersey.message.internal.QualitySourceMediaType
+
+
Create new quality source media type instance with a default quality factor value.
+
+
QualitySourceMediaType(String, String, int, Map<String, String>) - Constructor for class org.glassfish.jersey.message.internal.QualitySourceMediaType
+
+
Create new quality source media type instance.
+
+
QUERY_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
One or more of query value parameters are null.
+
+
queryParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
+ + + +

R

+
+
RankedComparator<T> - Class in org.glassfish.jersey.model.internal
+
+
Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase + (Configuration) in ranked provider.
+
+
RankedComparator() - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
+
 
+
RankedComparator(RankedComparator.Order) - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
+
 
+
RankedComparator.Order - Enum in org.glassfish.jersey.model.internal
+
+
Defines which ordering should be used for sorting.
+
+
RankedProvider<T> - Class in org.glassfish.jersey.model.internal
+
+
Jersey ranked provider model.
+
+
RankedProvider(T) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
+
+
Creates a new RankedProvider instance.
+
+
RankedProvider(T, int) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
+
+
Creates a new RankedProvider instance for given provider with specific rank (> 0).
+
+
RankedProvider(T, int, Set<Type>) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
+
+
Creates a new RankedProvider instance for given provider with specific rank (> 0).
+
+
read() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
 
+
read(byte[]) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
 
+
read(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
 
+
readAcceptLanguage(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readAcceptMediaType(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readAcceptMediaType(String, List<QualitySourceMediaType>) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readAcceptToken(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readCookie(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readCookies(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readDate(String) - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
+
+
Read a date.
+
+
readDate(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readEntity(Class<T>, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Read entity from a context entity input stream.
+
+
readEntity(Class<T>, Annotation[], PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Read entity from a context entity input stream.
+
+
readEntity(Class<T>, Type, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Read entity from a context entity input stream.
+
+
readEntity(Class<T>, Type, Annotation[], PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Read entity from a context entity input stream.
+
+
readEntity(Class<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
readEntity(GenericType<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
ReaderInterceptorExecutor - Class in org.glassfish.jersey.message.internal
+
+
Represents reader interceptor chain executor for both client and server side.
+
+
ReaderModel - Class in org.glassfish.jersey.message
+
+
MessageBodyReader model.
+
+
ReaderModel(MessageBodyReader, List<MediaType>, Boolean) - Constructor for class org.glassfish.jersey.message.ReaderModel
+
+
Create new reader model instance.
+
+
ReaderProvider - Class in org.glassfish.jersey.message.internal
+
 
+
ReaderProvider() - Constructor for class org.glassfish.jersey.message.internal.ReaderProvider
+
 
+
readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Convert a map media type to list of message body readers to a string.
+
+
ReaderWriter - Class in org.glassfish.jersey.message.internal
+
+
A utility class for reading and writing using byte and character streams.
+
+
readFrom(M, MediaType, boolean, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractFormProvider
+
 
+
readFrom(Class<byte[]>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
+
 
+
readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
+
 
+
readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FileProvider
+
 
+
readFrom(Class<MultivaluedMap<String, String>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
+
 
+
readFrom(Class<Form>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormProvider
+
 
+
readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
+
 
+
readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
readFrom(Class<Reader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
+
 
+
readFrom(Class<RenderedImage>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
+
 
+
readFrom(Class<DOMSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
+
 
+
readFrom(Class<SAXSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
+
 
+
readFrom(Class<StreamSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
+
 
+
readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Reads a type from the entityStream using interceptors.
+
+
readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
+
+
Read the bytes of an input stream and convert to a string.
+
+
readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
+
+
Read the bytes of an input stream and convert to a string.
+
+
readFromAsString(Reader) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
+
+
Read the characters of a reader and convert to a string.
+
+
readMatchingEntityTag(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readMediaTypes(List<MediaType>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readNewCookie(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readParameters(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readParameters(HttpHeaderReader, boolean) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readQualityFactor(CharSequence) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readQualityFactorParameter(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readQualitySourceMediaType(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
FIXME use somewhere in production code or remove.
+
+
readQualitySourceMediaType(String[]) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
readStringList(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
+
+
TODO javadoc.
+
+
redactHeaders(Collection<String>) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
+
 
+
referenceCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Get a new reference for to currently running request scope context.
+
+
register(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
register(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
register(Object, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
 
+
register(Class<?>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Register a component class using a given registration strategy.
+
+
register(Class<?>, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Register a component class as a contract provider with an explicitly specified binding priority.
+
+
register(Class<?>, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Register a component class as a contract provider for the specified contracts.
+
+
register(Class<?>, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Register a component class as a contract provider for the specified contracts.
+
+
register(Object, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Register a component using a given registration strategy.
+
+
register(Object, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Register a component as a contract provider with an explicitly specified binding priority.
+
+
register(Object, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Register a component as a contract provider for the specified contracts.
+
+
register(Object, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
+
+
Register a component as a contract provider for the specified contracts.
+
+
register(Class<?>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
+
 
+
register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
+
 
+
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
+
 
+
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
+
 
+
register(Object) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
+
 
+
register(Object, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
+
 
+
register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
+
 
+
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
+
 
+
register(Class<?>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
+
 
+
register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
+
 
+
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
+
 
+
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
+
 
+
register(Object) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
+
 
+
register(Object, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
+
 
+
register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
+
 
+
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
+
 
+
registerExecutorBindings(InjectionManager) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
+
+
Create qualified ExecutorService and ScheduledExecutorService injection bindings based on the registered + providers implementing the ExecutorServiceProvider and/or ScheduledExecutorServiceProvider SPI.
+
+
registerExecutorBindings(InjectionManager, List<ExecutorServiceProvider>, List<ScheduledExecutorServiceProvider>) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
+
+
Create qualified ExecutorService and ScheduledExecutorService injection bindings based on the registered + providers implementing the ExecutorServiceProvider and/or ScheduledExecutorServiceProvider SPI.
+
+
registerExecutors(InjectionManager, ComponentBag, ExecutorServiceProvider, ScheduledExecutorServiceProvider, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
+
+
Retrieves registered ExecutorServiceProvider and ScheduledExecutorServiceProvider by an application and + adds the default implementations of those interfaces to binds them into InjectionManager.
+
+
registerFeatures(Collection<Class<T>>, BootstrapBag) - Method in class org.glassfish.jersey.AbstractFeatureConfigurator
+
+
Allows feature registration as part of autoDiscoverables list
+
+
registerForPreDestroyCall(Object) - Method in class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
+
+
Register an object for invocation of its PreDestroy method.
+
+
rel(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
relativize(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
+
+
Relativize URI with respect to a base URI.
+
+
release() - Method in interface org.glassfish.jersey.process.internal.RequestContext
+
+
Release a single reference to the current request scope instance.
+
+
release(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Releases the provided RequestContext to thread-local variable belonging to current request scope.
+
+
remove(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Remove a header.
+
+
removeProperty(String) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
+
 
+
removeProperty(String) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
+
+
Removes a property with the given name from the current request/response + exchange context.
+
+
removeProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
+
 
+
RenderedImageProvider - Class in org.glassfish.jersey.message.internal
+
+
Provider for marshalling/un-marshalling of graphical image data represented as + image/*, application/x-www-form-urlencoded entity types to + rendered and from rendered or + buffered image instance.
+
+
RenderedImageProvider() - Constructor for class org.glassfish.jersey.message.internal.RenderedImageProvider
+
 
+
replaceAll(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
replaceHeaders(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Replace all headers.
+
+
replaceMatrix(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
replaceMatrixParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
replacePath(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
replaceQuery(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
replaceQueryParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
RequestContext - Interface in org.glassfish.jersey.process.internal
+
+
Wrapper for externally provided request context data.
+
+
RequestScope - Class in org.glassfish.jersey.process.internal
+
+
Scopes a single request/response processing execution on a single thread.
+
+
RequestScope() - Constructor for class org.glassfish.jersey.process.internal.RequestScope
+
 
+
RequestScope.RequestScopeConfigurator - Class in org.glassfish.jersey.process.internal
+
+
Configurator which initializes and register RequestScope instance int InjectionManager and + BootstrapBag.
+
+
RequestScopeConfigurator() - Constructor for class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
+
 
+
RequestScoped - Annotation Type in org.glassfish.jersey.process.internal
+
+
Request scope binding annotation.
+
+
requireNonNull(Object, Type) - Static method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Check whether the value is not null that means that the proper BootstrapConfigurator has not been configured + or in a wrong order.
+
+
reset() - Static method in class org.glassfish.jersey.internal.Errors
+
+
Removes all issues that have been added since the last marked position as well as + removes the last mark.
+
+
reset() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
resolve(Type, MediaType) - Method in class org.glassfish.jersey.internal.ContextResolverFactory
+
 
+
resolve(Type, MediaType) - Method in interface org.glassfish.jersey.spi.ContextResolvers
+
+
Get ContextResolver<T> instance for a given type + and media type.
+
+
resolve(URI, String) - Static method in class org.glassfish.jersey.uri.UriTemplate
+
+
Resolve a relative URI reference against a base URI as defined in + RFC 3986.
+
+
resolve(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
+
+
Resolve a relative URI reference against a base URI as defined in + RFC 3986.
+
+
resolveProperty(String, Class<T>) - Method in interface org.glassfish.jersey.internal.PropertiesResolver
+
+
Resolve a property value for the specified property name.
+
+
resolveProperty(String, T) - Method in interface org.glassfish.jersey.internal.PropertiesResolver
+
+
Resolve a property value for the specified property name.
+
+
resolveTemplate(String, Object) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
resolveTemplates(Map<String, Object>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
resolveTemplateValues(UriComponent.Type, String, boolean, Map<String, ?>) - Static method in class org.glassfish.jersey.uri.UriTemplate
+
+
Resolves template variables in the given template from _mapValues.
+
+
RESPONSE_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Response is closed.
+
+
result() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
+
+
Get the data processing result.
+
+
resume(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Resumes the provided RequestContext to thread-local variable belonging to current request scope.
+
+
retrieve(Properties) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Retrieve the SSL context configuration from the supplied properties.
+
+
retrieve() - Method in class org.glassfish.jersey.SslConfigurator
+
+
Retrieve the SSL context configuration from the system properties.
+
+
runInScope(RequestContext, Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Runs the task in the request scope initialized from the + scope context.
+
+
runInScope(Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Runs the task in the new request scope.
+
+
runInScope(RequestContext, Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Runs the task in the request scope initialized from the + scope context.
+
+
runInScope(Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Runs the task in the new request scope.
+
+
runInScope(RequestContext, Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Runs the task in the request scope initialized + from the scope context.
+
+
runInScope(Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Runs the task in the new request scope.
+
+
RuntimeDelegateDecorator - Class in org.glassfish.jersey.internal
+
+
RuntimeDelegate Decorator that changes behaviour due to provided runtime information.
+
+
RuntimeDelegateDecorator() - Constructor for class org.glassfish.jersey.internal.RuntimeDelegateDecorator
+
 
+
RuntimeDelegateImpl - Class in org.glassfish.jersey.internal
+
+
Default implementation of JAX-RS RuntimeDelegate.
+
+
RuntimeDelegateImpl() - Constructor for class org.glassfish.jersey.internal.RuntimeDelegateImpl
+
 
+
+ + + +

S

+
+
safelyClose(Closeable) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
+
+
Safely close a closeable, without throwing an exception.
+
+
SaxSourceReader(Provider<SAXParserFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
+
 
+
SCHEDULED_EXECUTOR_SERVICE_PROVIDER_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
+
+
A filtering strategy that includes only models that contain ScheduledExecutorServiceProvider provider contract.
+
+
ScheduledExecutorServiceProvider - Interface in org.glassfish.jersey.spi
+
+
An extension contract for providing pluggable scheduled executor service providers to be used by + Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a + Jersey runtime processing task.
+
+
ScheduledThreadPoolExecutorProvider - Class in org.glassfish.jersey.spi
+
+
Default implementation of the Jersey scheduled executor service provider SPI.
+
+
ScheduledThreadPoolExecutorProvider(String) - Constructor for class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
+
+
Create a new instance of the scheduled thread pool executor provider.
+
+
scheme(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
schemeSpecificPart(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
scope(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
+
+
Change contract provider scope.
+
+
Scoped - Interface in org.glassfish.jersey.model
+
+
Scoped Jersey application model component.
+
+
securityProtocol(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the SSLContext protocol.
+
+
segment(String...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
selectVariant(InboundMessageContext, List<Variant>, Ref<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
+
+
Select the representation variant that best matches the request.
+
+
selectVariants(InboundMessageContext, List<Variant>, Ref<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
+
+
Select possible representation variants in order in which they best matches the request.
+
+
separator(String) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
+
 
+
ServiceConfigurationError - Error in org.glassfish.jersey.internal
+
+
Error thrown when something goes wrong while looking up service providers.
+
+
ServiceConfigurationError(String) - Constructor for error org.glassfish.jersey.internal.ServiceConfigurationError
+
+
Constructs a new instance with the specified detail string.
+
+
ServiceConfigurationError(Throwable) - Constructor for error org.glassfish.jersey.internal.ServiceConfigurationError
+
+
Constructs a new instance that wraps the specified throwable.
+
+
ServiceFinder<T> - Class in org.glassfish.jersey.internal
+
+
A simple service-provider lookup mechanism.
+
+
ServiceFinder.DefaultServiceIteratorProvider - Class in org.glassfish.jersey.internal
+
+
The default service iterator provider that looks up provider classes in + META-INF/services files.
+
+
ServiceFinder.ServiceIteratorProvider - Class in org.glassfish.jersey.internal
+
+
Supports iteration of provider instances or classes.
+
+
ServiceFinderBinder<T> - Class in org.glassfish.jersey.internal
+
+
Simple ServiceFinder injection binder.
+
+
ServiceFinderBinder(Class<T>, Map<String, Object>, RuntimeType) - Constructor for class org.glassfish.jersey.internal.ServiceFinderBinder
+
+
Create a new service finder injection binder.
+
+
ServiceIteratorProvider() - Constructor for class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
+
 
+
setAutoDiscoverables(List<AutoDiscoverable>) - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Sets a list of AutoDiscoverable.
+
+
setBaseUri(URI) - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
+
Set the baseUri of the actual request into the InheritableThreadLocal.
+
+
setConfiguration(Configuration) - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Sets an instance of Configuration.
+
+
setContextResolvers(ContextResolvers) - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Sets an instance of ContextResolvers.
+
+
setDefaultNext(Stage<DATA>) - Method in class org.glassfish.jersey.process.internal.AbstractChainableStage
+
 
+
setDefaultNext(Stage<DATA>) - Method in interface org.glassfish.jersey.process.internal.ChainableStage
+
+
Set the default next stage that should be returned from this + stage after it has been invoked by default.
+
+
setEntity(Object) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Set a new message message entity.
+
+
setEntity(Object, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Set a new message message entity.
+
+
setEntity(Object, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Set a new message message entity.
+
+
setEntity(Object, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Set a new message message entity.
+
+
setEntity(Object) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
+
 
+
setEntityAnnotations(Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Set the annotations attached to the entity.
+
+
setEntityStream(InputStream) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Set a new entity input stream.
+
+
setEntityStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Set a new entity output stream.
+
+
setEntityType(Type) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Set the message entity type information.
+
+
setExceptionMappers(ExceptionMappers) - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Sets an instance of ExceptionMappers.
+
+
setInputStream(InputStream) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
+
 
+
setIteratorProvider(ServiceFinder.ServiceIteratorProvider) - Static method in class org.glassfish.jersey.internal.ServiceFinder
+
+
Register the service iterator provider to iterate on provider instances + or classes.
+
+
setManagedObjectsFinalizer(ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Sets an instance of ManagedObjectsFinalizer.
+
+
setMediaType(MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Set the message content media type.
+
+
setMessageBodyWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Sets an instance of MessageBodyWorkers.
+
+
setName(String) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
+
 
+
setOutputStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
+
 
+
setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
+
+
Set the configured properties to the provided map of properties.
+
+
setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
+
 
+
setProperty(String, Object) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
+
 
+
setProperty(String, Object) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
+
+
Binds an object to a given property name in the current request/response + exchange context.
+
+
setProperty(String, Object) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
+
 
+
setQueryParamStyle(JerseyQueryParamStyle) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
setRequestScope(RequestScope) - Method in class org.glassfish.jersey.internal.BootstrapBag
+
+
Sets an instance of RequestScope.
+
+
setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
+
+
Set the buffering output stream provider.
+
+
setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
+
+
Set a stream provider callback.
+
+
setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
+
+
Set context message body workers.
+
+
setWrappedStream(InputStream) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
+
Set the wrapped input stream instance.
+
+
Severity - Enum in org.glassfish.jersey
+
+
Common severity.
+
+
shutdown() - Method in class org.glassfish.jersey.process.internal.RequestScope
+
 
+
skip(long) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
+
 
+
SLOW_SUBSCRIBER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Slow Subscriber.
+
+
SOME_HEADERS_NOT_SENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
There are some request headers that have not been sent by connector [{0}].
+
+
SourceProvider - Class in org.glassfish.jersey.message.internal
+
+
Collection of XML source providers.
+
+
SourceProvider() - Constructor for class org.glassfish.jersey.message.internal.SourceProvider
+
 
+
SourceProvider.DomSourceReader - Class in org.glassfish.jersey.message.internal
+
+
Provider for marshalling/un-marshalling DOMSource instances.
+
+
SourceProvider.SaxSourceReader - Class in org.glassfish.jersey.message.internal
+
+
Provider for un-marshalling SAXSource instances.
+
+
SourceProvider.SourceWriter - Class in org.glassfish.jersey.message.internal
+
+
Provider for marshaling Source instances.
+
+
SourceProvider.StreamSourceReader - Class in org.glassfish.jersey.message.internal
+
+
Provider for un-marshalling StreamSource instances.
+
+
SourceWriter(Provider<SAXParserFactory>, Provider<TransformerFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
+
 
+
SSL_CTX_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error creating SSL context (algorithm not supported).
+
+
SSL_CTX_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing SSL context (operation failed).
+
+
SSL_KMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing key manager factory (algorithm not supported).
+
+
SSL_KMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing key manager factory (operation failed).
+
+
SSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
"byte array based"
+
+
SSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
"provider based"
+
+
SSL_KMF_NO_PASSWORD_SET(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Neither key password nor key store password has been set for {0} key store.
+
+
SSL_KMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing key manager factory (provider not registered).
+
+
SSL_KMF_UNRECOVERABLE_KEY() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing key manager factory (unrecoverable key).
+
+
SSL_KS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Cannot load key store certificates.
+
+
SSL_KS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Cannot find key store file "{0}".
+
+
SSL_KS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing key store (implementation not available).
+
+
SSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing key store (algorithm to check key store integrity not found).
+
+
SSL_KS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error loading key store from file "{0}".
+
+
SSL_KS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing key store (provider not registered).
+
+
SSL_TMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing trust manager factory (algorithm not supported).
+
+
SSL_TMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing trust manager factory (operation failed).
+
+
SSL_TMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing trust manager factory (provider not registered).
+
+
SSL_TS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Cannot load trust store certificates.
+
+
SSL_TS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Cannot find trust store file "{0}".
+
+
SSL_TS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing trust store (implementation not available).
+
+
SSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing trust store (algorithm to check trust store integrity not found).
+
+
SSL_TS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error loading trust store from file "{0}".
+
+
SSL_TS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Error initializing trust store (provider not registered).
+
+
SslConfigurator - Class in org.glassfish.jersey
+
+
Utility class, which helps to configure SSLContext instances.
+
+
Stage<DATA> - Interface in org.glassfish.jersey.process.internal
+
+
Data processing stage that can be used to create dynamic data processing chains.
+
+
Stage.Builder<DATA> - Interface in org.glassfish.jersey.process.internal
+
+
Linear stage chain builder.
+
+
Stage.Continuation<DATA> - Class in org.glassfish.jersey.process.internal
+
+
Data processing stage continuation.
+
+
Stages - Class in org.glassfish.jersey.process.internal
+
+
A stage-related collection of utility methods.
+
+
Stages.LinkedStage<DATA> - Class in org.glassfish.jersey.process.internal
+
+
Linked linear stage implementation.
+
+
status(Response.StatusType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
status(int, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
status(int) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
Statuses - Class in org.glassfish.jersey.message.internal
+
+
Factory for producing custom JAX-RS response status type + instances.
+
+
STREAM_PROVIDER_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Stream provider is not defined.
+
+
StreamingOutputProvider - Class in org.glassfish.jersey.message.internal
+
+
Message body writer that supports streaming output marshalling.
+
+
StreamingOutputProvider() - Constructor for class org.glassfish.jersey.message.internal.StreamingOutputProvider
+
 
+
StreamSourceReader() - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
+
 
+
STRING_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
String is null.
+
+
StringBuilderUtils - Class in org.glassfish.jersey.message.internal
+
+
Internal string builder utilities for building HTTP header + values.
+
+
StringHeaderProvider - Class in org.glassfish.jersey.message.internal
+
+ +
+
StringHeaderProvider() - Constructor for class org.glassfish.jersey.message.internal.StringHeaderProvider
+
 
+
stripQualityParams(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Strips any quality parameters, i.e.
+
+
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
+
 
+
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.CookieProvider
+
 
+
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.DateProvider
+
 
+
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
+
 
+
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.LinkProvider
+
 
+
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
+
 
+
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
+
 
+
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
+
 
+
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
+
 
+
supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.UriProvider
+
 
+
supports(Class<?>) - Method in interface org.glassfish.jersey.spi.HeaderDelegateProvider
+
+
Ascertain if the Provider supports a particular type.
+
+
suspend(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Executes the action when the request scope comes into suspended state.
+
+
suspendCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
+
+
Get the current request scope context + and mark it as suspended.
+
+
SYSTEM_PROPERTIES_WARNING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Could not read system properties
+
+
+ + + +

T

+
+
tag(EntityTag) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
tag(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
TEMPLATE_PARAM_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
One or more of template keys or values are null.
+
+
TEMPLATE_VALUE_PATTERN - Static variable in class org.glassfish.jersey.uri.internal.UriTemplateParser
+
+
Default URI template value regexp pattern.
+
+
THREAD_POOL_EXECUTOR_PROVIDER_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Thread pool executor provider has been closed.
+
+
ThreadPoolExecutorProvider - Class in org.glassfish.jersey.spi
+
+
Default implementation of the Jersey executor service provider SPI.
+
+
ThreadPoolExecutorProvider(String) - Constructor for class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
+
+
Create a new instance of the thread pool executor provider.
+
+
timestamp(TracingLogger.Event) - Method in class org.glassfish.jersey.message.internal.TracingLogger
+
+
If logging support is switched on for current request and event setting the method returns current timestamp in nanos.
+
+
title(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
to(Function<DATA, DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
+
+
Add a transformation function as a next stage to the stage chain.
+
+
to(ChainableStage<DATA>) - Method in interface org.glassfish.jersey.process.internal.Stage.Builder
+
+
Add a new chainable stage as a next stage to the + stage chain.
+
+
toArray() - Method in class org.glassfish.jersey.internal.ServiceFinder
+
+
Returns discovered objects all at once.
+
+
toClassArray() - Method in class org.glassfish.jersey.internal.ServiceFinder
+
+
Returns discovered classes all at once.
+
+
Token - Class in org.glassfish.jersey.message.internal
+
+
A token.
+
+
Token() - Constructor for class org.glassfish.jersey.message.internal.Token
+
 
+
Token(String) - Constructor for class org.glassfish.jersey.message.internal.Token
+
 
+
Token(HttpHeaderReader) - Constructor for class org.glassfish.jersey.message.internal.Token
+
 
+
token - Variable in class org.glassfish.jersey.message.internal.Token
+
 
+
TOO_MANY_HEADER_VALUES(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Too many "{0}" header values: "{1}"
+
+
toString(CacheControl) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
+
 
+
toString(Cookie) - Method in class org.glassfish.jersey.message.internal.CookieProvider
+
 
+
toString(Date) - Method in class org.glassfish.jersey.message.internal.DateProvider
+
 
+
toString(EntityTag) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
+
 
+
toString() - Method in class org.glassfish.jersey.message.internal.JerseyLink
+
 
+
toString() - Method in class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
toString(Link) - Method in class org.glassfish.jersey.message.internal.LinkProvider
+
 
+
toString(Locale) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
+
 
+
toString(MediaType) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
+
 
+
toString(NewCookie) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
+
 
+
toString() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
+
 
+
toString() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
+
 
+
toString(String) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
+
 
+
toString(URI) - Method in class org.glassfish.jersey.message.internal.UriProvider
+
 
+
toString() - Method in class org.glassfish.jersey.model.AnnotatedMethod
+
 
+
toString() - Method in class org.glassfish.jersey.model.internal.RankedProvider
+
 
+
toString() - Method in class org.glassfish.jersey.model.Parameter
+
 
+
toString() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
toString() - Method in class org.glassfish.jersey.uri.PatternWithGroups
+
 
+
toString() - Method in class org.glassfish.jersey.uri.UriTemplate
+
 
+
toTemplate() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
TracingAwarePropertiesDelegate - Class in org.glassfish.jersey.message.internal
+
+
Delegating properties delegate backed by another PropertiesDelegate with implemented "cache" or direct reference to + tracing support related classes (e.g.
+
+
TracingAwarePropertiesDelegate(PropertiesDelegate) - Constructor for class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
+
+
Create new tracing aware properties delegate wrapper.
+
+
TracingLogger - Class in org.glassfish.jersey.message.internal
+
+
Low level Tracing support API.
+
+
TracingLogger() - Constructor for class org.glassfish.jersey.message.internal.TracingLogger
+
 
+
TracingLogger.Event - Interface in org.glassfish.jersey.message.internal
+
+
Type of event.
+
+
TracingLogger.Level - Enum in org.glassfish.jersey.message.internal
+
+
Level of tracing message.
+
+
TRUST_MANAGER_FACTORY_ALGORITHM - Static variable in class org.glassfish.jersey.SslConfigurator
+
+
Trust manager factory algorithm name.
+
+
TRUST_MANAGER_FACTORY_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
+
+
Trust manager factory provider name.
+
+
TRUST_STORE_FILE - Static variable in class org.glassfish.jersey.SslConfigurator
+
+
Trust store file name.
+
+
TRUST_STORE_PASSWORD - Static variable in class org.glassfish.jersey.SslConfigurator
+
+
Trust store file password - the password used to unlock the trust store file.
+
+
TRUST_STORE_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
+
+
Trust store provider name.
+
+
TRUST_STORE_TYPE - Static variable in class org.glassfish.jersey.SslConfigurator
+
+
Trust store type (see KeyStore.getType() for more info).
+
+
trustManagerFactoryAlgorithm(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the trust manager factory algorithm.
+
+
trustManagerFactoryProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the trust manager factory provider.
+
+
trustStore(KeyStore) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the trust store instance.
+
+
trustStoreBytes(byte[]) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the trust store payload as byte array.
+
+
trustStoreFile(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the trust store file name.
+
+
trustStorePassword(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the password of trust store.
+
+
trustStoreProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the trust store provider name.
+
+
trustStoreType(String) - Method in class org.glassfish.jersey.SslConfigurator
+
+
Set the type of trust store.
+
+
type(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
type(MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
type(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
TYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Type-to-class conversion not supported for: {0}.
+
+
typeEqual(MediaType, MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
+
+
Determine if the two media types are type-equal (their type + and subtype are equal).
+
+
+ + + +

U

+
+
UNABLE_TO_PARSE_HEADER_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Unable to parse "{0}" header value: "{1}"
+
+
uncaughtException(Thread, Throwable) - Method in class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
+
 
+
UNHANDLED_EXCEPTION_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Unhandled exception detected on thread {0}.
+
+
UNKNOWN_DESCRIPTOR_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Unable to register a service because of unknown descriptor type: {0}.
+
+
UNKNOWN_SUBSCRIBER() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Unknown subscriber.
+
+
unmark() - Static method in class org.glassfish.jersey.internal.Errors
+
+
Remove a previously set mark, if any.
+
+
uri(URI) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
uri(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
uri(URI) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
uri(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
URI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
The annotated element "{0}" is not annotated with @Path.
+
+
URI_BUILDER_CLASS_PATH_ANNOTATION_MISSING(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
The class, {0} is not annotated with @Path.
+
+
URI_BUILDER_METHODNAME_NOT_SPECIFIED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
The method named "{0}" is not specified by {1}.
+
+
URI_BUILDER_SCHEMA_PART_OPAQUE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Schema specific part is opaque.
+
+
URI_BUILDER_SCHEME_PART_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Supplied scheme-specific part parameter is null.
+
+
URI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Supplied scheme-specific URI part "{0}" contains unexpected URI Scheme component: {1}.
+
+
URI_BUILDER_URI_PART_FRAGMENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Supplied scheme-specific URI part "{0}" contains URI Fragment component: {1}.
+
+
URI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Malformed percent-encoded octet at index {0}, invalid hexadecimal digit ''{1}''.
+
+
URI_COMPONENT_ENCODED_OCTET_MALFORMED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Malformed percent-encoded octet at index {0}.
+
+
URI_COMPONENT_INVALID_CHARACTER(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
The string "{0}" for the URI component {1} contains an invalid character, ''{2}'', at index {3}.
+
+
URI_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Uri is null.
+
+
URI_PARSER_COMPONENT_DELIMITER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Component does not end by a delimiter ''{0}'' at index {1}.
+
+
URI_PARSER_NOT_EXECUTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
The parser was not executed yet.
+
+
URI_PARSER_SCHEME_EXPECTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Expected scheme name at index {0}: ''{1}''.
+
+
uriBuilder(UriBuilder) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
+
 
+
UriComponent - Class in org.glassfish.jersey.uri
+
+
Utility class for validating, encoding and decoding components + of a URI.
+
+
UriComponent.Type - Enum in org.glassfish.jersey.uri
+
+
The URI component type.
+
+
UriProvider - Class in org.glassfish.jersey.message.internal
+
+ +
+
UriProvider() - Constructor for class org.glassfish.jersey.message.internal.UriProvider
+
 
+
UriTemplate - Class in org.glassfish.jersey.uri
+
+
A URI template.
+
+
UriTemplate(String) - Constructor for class org.glassfish.jersey.uri.UriTemplate
+
+
Construct a new URI template.
+
+
UriTemplate(UriTemplateParser) - Constructor for class org.glassfish.jersey.uri.UriTemplate
+
+
Construct a new URI template.
+
+
UriTemplateParser - Class in org.glassfish.jersey.uri.internal
+
+
A URI template parser that parses JAX-RS specific URI templates.
+
+
UriTemplateParser(String) - Constructor for class org.glassfish.jersey.uri.internal.UriTemplateParser
+
+
Parse a template.
+
+
userInfo(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
+
 
+
USING_EXECUTOR_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Selected ExecutorServiceProvider implementation [{0}] to be used for injection of executor qualified by [{1}] annotation.
+
+
USING_SCHEDULER_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
Selected ScheduledExecutorServiceProvider implementation [{0}] to be used for injection of scheduler qualified by [{1}] annotation.
+
+
UTF8 - Static variable in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
+
+
The UTF-8 Charset.
+
+
UTF8 - Static variable in class org.glassfish.jersey.message.internal.ReaderWriter
+
+
The UTF-8 Charset.
+
+
Utils - Class in org.glassfish.jersey.message.internal
+
+
Utility class.
+
+
+ + + +

V

+
+
valid(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Validates the legal characters of a percent-encoded string that + represents a URI component type.
+
+
valid(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Validates the legal characters of a percent-encoded string that + represents a URI component type.
+
+
validate(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Validates the legal characters of a percent-encoded string that + represents a URI component type.
+
+
validate(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
+
+
Validates the legal characters of a percent-encoded string that + represents a URI component type.
+
+
valueOf(String) - Static method in enum org.glassfish.jersey.logging.LoggingFeature.Verbosity
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
+
+
Create new acceptable media type instance from the supplied + HTTP header reader.
+
+
valueOf(MediaType) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
+
+
Create new acceptable media type instance from the supplied + media type.
+
+
valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.HeaderValueException.Context
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in class org.glassfish.jersey.message.internal.LanguageTag
+
 
+
valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.MatchingEntityTag
+
+
Create new matching entity tag out of provided header reader.
+
+
valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.MediaTypeProvider
+
+
Create a new MediaType instance from a header reader.
+
+
valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
+
+
Create new quality source media type instance from the supplied + HTTP header reader.
+
+
valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.TracingLogger.Level
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.glassfish.jersey.model.internal.RankedComparator.Order
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.glassfish.jersey.model.Parameter.Source
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.glassfish.jersey.Severity
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.glassfish.jersey.uri.JerseyQueryParamStyle
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum org.glassfish.jersey.uri.UriComponent.Type
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum org.glassfish.jersey.logging.LoggingFeature.Verbosity
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.glassfish.jersey.message.internal.HeaderValueException.Context
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.glassfish.jersey.message.internal.TracingLogger.Level
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.glassfish.jersey.model.internal.RankedComparator.Order
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.glassfish.jersey.model.Parameter.Source
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.glassfish.jersey.Severity
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.glassfish.jersey.uri.JerseyQueryParamStyle
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum org.glassfish.jersey.uri.UriComponent.Type
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
variant(Variant) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
VariantListBuilder - Class in org.glassfish.jersey.message.internal
+
+
An implementation of VariantListBuilder.
+
+
VariantListBuilder() - Constructor for class org.glassfish.jersey.message.internal.VariantListBuilder
+
 
+
variants(List<Variant>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
variants(Variant...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+
 
+
VariantSelector - Class in org.glassfish.jersey.message.internal
+
+
Utility for selecting variant that best matches request from a list of variants.
+
+
verbosity(LoggingFeature.Verbosity) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
+
 
+
Version - Class in org.glassfish.jersey.internal
+
+
Utility class for reading build.properties file.
+
+
+ + + +

W

+
+
WADL_TYPE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
+
+
WADL Media type.
+
+
warning(Object, String) - Static method in class org.glassfish.jersey.internal.Errors
+
+
Add a warning to the list of messages.
+
+
WARNING_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
WARNING: {0}
+
+
WARNING_PROPERTIES() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
System properties configuration provider not allowed
+
+
WARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
A registered provider {0} constrained (via @ConstrainedTo) to {1} runtime implements interface {2} which is only usable in a {3} runtime context.
+
+
WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
+
+
The following warnings have been detected: {0}
+
+
WILDCARD_ACCEPTABLE_TYPE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
+
+
An acceptable media type corresponding to a wildcard type.
+
+
WILDCARD_QS_TYPE - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
+
+
An acceptable media type corresponding to a wildcard type.
+
+
WILDCARD_QS_TYPE_SINGLETON_LIST - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
+
+
A singleton list containing the wildcard media type.
+
+
WILDCARD_TYPE_SINGLETON_LIST - Static variable in class org.glassfish.jersey.message.internal.MediaTypes
+
+
A singleton list containing the wildcard media type.
+
+
withLogger(Logger) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
+
 
+
write(byte[]) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
+
 
+
write(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
+
 
+
write(int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
+
 
+
write(int) - Method in class org.glassfish.jersey.message.internal.NullOutputStream
+
 
+
write(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.NullOutputStream
+
 
+
WriterInterceptorExecutor - Class in org.glassfish.jersey.message.internal
+
+
Represents writer interceptor chain executor for both client and server side.
+
+
WriterInterceptorExecutor(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, MessageBodyWorkers, Iterable<WriterInterceptor>, InjectionManager) - Constructor for class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
+
+
Constructs a new executor to write given type to provided entityStream.
+
+
WriterModel - Class in org.glassfish.jersey.message
+
+
MessageBodyWriter model.
+
+
WriterModel(MessageBodyWriter, List<MediaType>, Boolean) - Constructor for class org.glassfish.jersey.message.WriterModel
+
+
Create new writer model instance.
+
+
writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Convert a map media type to list of message body writers to a string.
+
+
writeTo(M, MediaType, OutputStream) - Method in class org.glassfish.jersey.message.internal.AbstractFormProvider
+
 
+
writeTo(InputStream, OutputStream) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
+
+
Reader bytes from an input stream and write then to an output stream.
+
+
writeTo(Reader, Writer) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
+
+
Reader characters from an input stream and write then to an output stream.
+
+
writeTo(byte[], Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
+
 
+
writeTo(DataSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
+
 
+
writeTo(File, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.FileProvider
+
 
+
writeTo(MultivaluedMap<String, String>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
+
 
+
writeTo(Form, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.FormProvider
+
 
+
writeTo(InputStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
+
 
+
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, Iterable<WriterInterceptor>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
+
 
+
writeTo(Reader, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
+
 
+
writeTo(InputStream, OutputStream) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
+
+
Read bytes from an input stream and write them to an output stream.
+
+
writeTo(Reader, Writer) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
+
+
Read characters from an input stream and write them to an output stream.
+
+
writeTo(RenderedImage, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
+
 
+
writeTo(Source, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
+
 
+
writeTo(StreamingOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
+
 
+
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, Iterable<WriterInterceptor>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
+
+
Writers a type to the entityStream using interceptors.
+
+
writeToAsString(String, OutputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
+
+
Convert a string to bytes and write those bytes to an output stream.
+
+
writeToAsString(String, OutputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
+
+
Convert a string to bytes and write those bytes to an output stream.
+
+
+ + + +

X

+
+
XML_FORMAT_OUTPUT - Static variable in class org.glassfish.jersey.message.MessageProperties
+
+
If set to true indicates that produced XML output should be formatted + if possible (see below).
+
+
XML_SECURITY_DISABLE - Static variable in class org.glassfish.jersey.message.MessageProperties
+
+
If set to true XML security features when parsing XML documents will be + disabled.
+
+
XmlHeader - Annotation Type in org.glassfish.jersey.message
+
+
Allows to specify XML header for XML output produced by a resource method + it is attached to.
+
+
+A B C D E F G H I J K L M N O P Q R S T U V W X 
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/index.html b/project-info/3.0.8/jersey/jersey-common/apidocs/index.html new file mode 100644 index 000000000..593a5d953 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/index.html @@ -0,0 +1,76 @@ + + + + + + +Jersey 3.0.8 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/AbstractFeatureConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/AbstractFeatureConfigurator.html new file mode 100644 index 000000000..e36536bf9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/AbstractFeatureConfigurator.html @@ -0,0 +1,347 @@ + + + + + + +AbstractFeatureConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey
+

Class AbstractFeatureConfigurator<T>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractFeatureConfigurator

        +
        protected AbstractFeatureConfigurator(Class contract,
        +                                      jakarta.ws.rs.RuntimeType runtimeType)
        +
        Create a new configurator.
        +
        +
        Parameters:
        +
        contract - contract of the service providers bound by this binder.
        +
        runtimeType - runtime (client or server) where the service finder binder is used.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        loadImplementations

        +
        protected List<Class<T>> loadImplementations(Map<String,Object> applicationProperties,
        +                                             ClassLoader loader)
        +
        Specification specific implementation which allows find classes by specified classloader
        +
        +
        Parameters:
        +
        applicationProperties - map of properties to check if search is allowed
        +
        loader - specific classloader (must not be NULL)
        +
        Returns:
        +
        list of found classes
        +
        +
      • +
      + + + +
        +
      • +

        registerFeatures

        +
        protected void registerFeatures(Collection<Class<T>> features,
        +                                BootstrapBag bootstrapBag)
        +
        Allows feature registration as part of autoDiscoverables list
        +
        +
        Parameters:
        +
        features - list of features to be registered
        +
        bootstrapBag - place where features are being registered
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/Beta.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/Beta.html new file mode 100644 index 000000000..7d2c1ec68 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/Beta.html @@ -0,0 +1,189 @@ + + + + + + +Beta (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey
+

Annotation Type Beta

+
+
+
+
    +
  • +
    +
    +
    @Retention(value=CLASS)
    + @Documented
    + @Target(value={ANNOTATION_TYPE,TYPE,CONSTRUCTOR,METHOD,FIELD,PACKAGE})
    +public @interface Beta
    +
    Marker of a public Jersey API that is still in "beta" non-final version. +

    + This annotation signals that the annotated public Jersey API (package, class, method or field) + has not been fully stabilized yet. As such, the API is subject to backward-incompatible changes + (or even removal) in a future Jersey release. Jersey development team does not make any guarantees + to retain backward compatibility of a @Beta-annotated Jersey API. +

    +

    + This annotation does not indicate inferior quality or performance of the API, just informs that the + API may still evolve in the future in a backward-incompatible ways. Jersey users may use beta APIs + in their applications keeping in mind potential cost of extra work associated with an upgrade + to a newer Jersey version. +

    +

    + Once a @Beta-annotated Jersey API reaches the desired maturity, the @Beta annotation + will be removed from such API and the API will become part of a stable public Jersey API. +

    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/CommonProperties.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/CommonProperties.html new file mode 100644 index 000000000..0d6175b73 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/CommonProperties.html @@ -0,0 +1,1074 @@ + + + + + + +CommonProperties (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey
+

Class CommonProperties

+
+
+ +
+
    +
  • +
    +
    +
    public final class CommonProperties
    +extends Object
    +
    Common (server/client) Jersey configuration properties.
    +
    +
    Author:
    +
    Michal Gajdos, Libor Kramolis
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        ALLOW_SYSTEM_PROPERTIES_PROVIDER

        +
        public static final String ALLOW_SYSTEM_PROPERTIES_PROVIDER
        +
        Property which allows (if true) default System properties configuration provider. + + If an external properties provider is used, the system properties are not used. + + Shall be set to turn on the ability to propagate system properties to Jersey configuration.
        +
        +
        Since:
        +
        2.29
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        FEATURE_AUTO_DISCOVERY_DISABLE

        +
        public static final String FEATURE_AUTO_DISCOVERY_DISABLE
        +
        If true then disable feature auto discovery globally on client/server. +

        + By default auto discovery is automatically enabled. The value of this property may be overridden by the client/server + variant of this property. +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.disableAutoDiscovery". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        FEATURE_AUTO_DISCOVERY_DISABLE_CLIENT

        +
        public static final String FEATURE_AUTO_DISCOVERY_DISABLE_CLIENT
        +
        Client-specific version of FEATURE_AUTO_DISCOVERY_DISABLE. + + If present, it overrides the generic one for the client environment.
        +
        +
        Since:
        +
        2.8
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        FEATURE_AUTO_DISCOVERY_DISABLE_SERVER

        +
        public static final String FEATURE_AUTO_DISCOVERY_DISABLE_SERVER
        +
        Server-specific version of FEATURE_AUTO_DISCOVERY_DISABLE. + + If present, it overrides the generic one for the server environment.
        +
        +
        Since:
        +
        2.8
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        JSON_PROCESSING_FEATURE_DISABLE

        +
        public static final String JSON_PROCESSING_FEATURE_DISABLE
        +
        If true then disable configuration of Json Processing (JSR-353) feature. +

        + By default Json Processing is automatically enabled. The value of this property may be overridden by the client/server + variant of this property. +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.disableJsonProcessing". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        JSON_PROCESSING_FEATURE_DISABLE_CLIENT

        +
        public static final String JSON_PROCESSING_FEATURE_DISABLE_CLIENT
        +
        Client-specific version of JSON_PROCESSING_FEATURE_DISABLE. + + If present, it overrides the generic one for the client environment.
        +
        +
        Since:
        +
        2.8
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        JSON_PROCESSING_FEATURE_DISABLE_SERVER

        +
        public static final String JSON_PROCESSING_FEATURE_DISABLE_SERVER
        +
        Server-specific version of JSON_PROCESSING_FEATURE_DISABLE. + + If present, it overrides the generic one for the server environment.
        +
        +
        Since:
        +
        2.8
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        METAINF_SERVICES_LOOKUP_DISABLE

        +
        public static final String METAINF_SERVICES_LOOKUP_DISABLE
        +
        If true then disable META-INF/services lookup globally on client/server. +

        + By default Jersey looks up SPI implementations described by META-INF/services/* files. + Then you can register appropriate provider classes by Application. +

        +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.disableMetainfServicesLookup". +

        +
        +
        Since:
        +
        2.1
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        METAINF_SERVICES_LOOKUP_DISABLE_CLIENT

        +
        public static final String METAINF_SERVICES_LOOKUP_DISABLE_CLIENT
        +
        Client-specific version of METAINF_SERVICES_LOOKUP_DISABLE. + + If present, it overrides the generic one for the client environment.
        +
        +
        Since:
        +
        2.8
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        METAINF_SERVICES_LOOKUP_DISABLE_SERVER

        +
        public static final String METAINF_SERVICES_LOOKUP_DISABLE_SERVER
        +
        Server-specific version of METAINF_SERVICES_LOOKUP_DISABLE. + + If present, it overrides the generic one for the server environment.
        +
        +
        Since:
        +
        2.8
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MOXY_JSON_FEATURE_DISABLE

        +
        public static final String MOXY_JSON_FEATURE_DISABLE
        +
        If true then disable configuration of MOXy Json feature. +

        + By default MOXy Json is automatically enabled. The value of this property may be overridden by the client/server + variant of this property. +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.disableMoxyJson". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MOXY_JSON_FEATURE_DISABLE_CLIENT

        +
        public static final String MOXY_JSON_FEATURE_DISABLE_CLIENT
        +
        Client-specific version of MOXY_JSON_FEATURE_DISABLE. + + If present, it overrides the generic one for the client environment.
        +
        +
        Since:
        +
        2.8
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MOXY_JSON_FEATURE_DISABLE_SERVER

        +
        public static final String MOXY_JSON_FEATURE_DISABLE_SERVER
        +
        Server-specific version of MOXY_JSON_FEATURE_DISABLE. + + If present, it overrides the generic one for the server environment.
        +
        +
        Since:
        +
        2.8
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        OUTBOUND_CONTENT_LENGTH_BUFFER

        +
        public static final String OUTBOUND_CONTENT_LENGTH_BUFFER
        +
        An integer value that defines the buffer size used to buffer the outbound message entity in order to + determine its size and set the value of HTTP "Content-Length" header. +

        + If the entity size exceeds the configured buffer size, the buffering would be cancelled and the entity size + would not be determined. Value less or equal to zero disable the buffering of the entity at all. +

        + The value of this property may be overridden by the client/server variant of this property by defining the suffix + to this property ".server" or ".client" + ("jersey.config.contentLength.buffer".server or "jersey.config.contentLength.buffer".client). +

        + The default value is 8192. +

        +

        + The name of the configuration property is "jersey.config.contentLength.buffer". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        OUTBOUND_CONTENT_LENGTH_BUFFER_CLIENT

        +
        public static final String OUTBOUND_CONTENT_LENGTH_BUFFER_CLIENT
        +
        Client-specific version of OUTBOUND_CONTENT_LENGTH_BUFFER. + + If present, it overrides the generic one for the client environment.
        +
        +
        Since:
        +
        2.8
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        OUTBOUND_CONTENT_LENGTH_BUFFER_SERVER

        +
        public static final String OUTBOUND_CONTENT_LENGTH_BUFFER_SERVER
        +
        Server-specific version of OUTBOUND_CONTENT_LENGTH_BUFFER. + + If present, it overrides the generic one for the server environment.
        +
        +
        Since:
        +
        2.8
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        PROVIDER_DEFAULT_DISABLE

        +
        public static final String PROVIDER_DEFAULT_DISABLE
        +
        Disable some of the default providers from being loaded. The following providers extend application footprint + by XML dependencies, which is too heavy for native image, or by AWT which may possibly be not available by JDK 11 desktop: +
          +
        • jakarta.activation.DataSource
        • +
        • java.awt.image.RenderedImage
        • +
        • javax.xml.transform.Source
        • +
        • javax.xml.transform.dom.DOMSource
        • +
        • javax.xml.transform.sax.SAXSource
        • +
        • javax.xml.transform.stream.StreamSource
        • +
        + The following are the options to disable the provides: + DATASOURCE, DOMSOURCE, RENDEREDIMAGE, SAXSOURCE, SOURCE, STREAMSOURCE, + or to disable all: ALL. Multiple options can be disabled by adding multiple comma separated values.
        +
        +
        Since:
        +
        2.30
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        JAXRS_SERVICE_LOADING_ENABLE

        +
        public static final String JAXRS_SERVICE_LOADING_ENABLE
        +
        Allows API services loading. If absent or true JAXRS services loading is allowed. + Services shall implement Feature or DynamicFeature interface and be listed as SPI + in user's application.
        +
        +
        Since:
        +
        2.35
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        JSON_JACKSON_ENABLED_MODULES

        +
        public static final String JSON_JACKSON_ENABLED_MODULES
        +
        Comma separated list of jackson modules which are only enabled (only those modules will be used) + for json-jackson processing
        +
        +
        Since:
        +
        2.36
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        JSON_JACKSON_ENABLED_MODULES_CLIENT

        +
        public static final String JSON_JACKSON_ENABLED_MODULES_CLIENT
        +
        Client-specific version of JSON_JACKSON_ENABLED_MODULES. + + If present, it overrides the generic one for the client environment.
        +
        +
        Since:
        +
        2.36
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        JSON_JACKSON_ENABLED_MODULES_SERVER

        +
        public static final String JSON_JACKSON_ENABLED_MODULES_SERVER
        +
        Server-specific version of JSON_JACKSON_ENABLED_MODULES. + + If present, it overrides the generic one for the server environment.
        +
        +
        Since:
        +
        2.36
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        JSON_JACKSON_DISABLED_MODULES

        +
        public static final String JSON_JACKSON_DISABLED_MODULES
        +
        Comma separated list of jackson modules which shall be excluded from json-jackson processing. + the JaxbAnnotationModule is always excluded (cannot be configured).
        +
        +
        Since:
        +
        2.36
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        JSON_JACKSON_DISABLED_MODULES_CLIENT

        +
        public static final String JSON_JACKSON_DISABLED_MODULES_CLIENT
        +
        Client-specific version of JSON_JACKSON_DISABLED_MODULES. + + If present, it overrides the generic one for the client environment.
        +
        +
        Since:
        +
        2.36
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        JSON_JACKSON_DISABLED_MODULES_SERVER

        +
        public static final String JSON_JACKSON_DISABLED_MODULES_SERVER
        +
        Server-specific version of JSON_JACKSON_DISABLED_MODULES. + + If present, it overrides the generic one for the client environment.
        +
        +
        Since:
        +
        2.36
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getValue

        +
        public static <T> T getValue(Map<String,?> properties,
        +                             String propertyName,
        +                             Class<T> type)
        +
        Get the value of the specified property. + + If the property is not set or the actual property value type is not compatible with the specified type, the method will + return null.
        +
        +
        Parameters:
        +
        properties - Map of properties to get the property value from.
        +
        propertyName - Name of the property.
        +
        type - Type to retrieve the value as.
        +
        Returns:
        +
        Value of the property or null.
        +
        Since:
        +
        2.8
        +
        +
      • +
      + + + + + +
        +
      • +

        getValue

        +
        public static <T> T getValue(Map<String,?> properties,
        +                             String propertyName,
        +                             T defaultValue)
        +
        Get the value of the specified property. + + If the property is not set or the real value type is not compatible with defaultValue type, + the specified defaultValue is returned. Calling this method is equivalent to calling + CommonProperties.getValue(properties, key, defaultValue, (Class&lt;T&gt;) defaultValue.getClass())
        +
        +
        Type Parameters:
        +
        T - Type of the property value.
        +
        Parameters:
        +
        properties - Map of properties to get the property value from.
        +
        propertyName - Name of the property.
        +
        defaultValue - Default value if property is not registered
        +
        Returns:
        +
        Value of the property or null.
        +
        Since:
        +
        2.8
        +
        +
      • +
      + + + + + +
        +
      • +

        getValue

        +
        public static <T> T getValue(Map<String,?> properties,
        +                             jakarta.ws.rs.RuntimeType runtime,
        +                             String propertyName,
        +                             T defaultValue)
        +
        Get the value of the specified property. + + If the property is not set or the real value type is not compatible with defaultValue type, + the specified defaultValue is returned. Calling this method is equivalent to calling + CommonProperties.getValue(properties, runtimeType, key, defaultValue, (Class&lt;T&gt;) defaultValue.getClass())
        +
        +
        Type Parameters:
        +
        T - Type of the property value.
        +
        Parameters:
        +
        properties - Map of properties to get the property value from.
        +
        runtime - Runtime type which is used to check whether there is a property with the same + key but post-fixed by runtime type (.server + or .client) which would override the key property.
        +
        propertyName - Name of the property.
        +
        defaultValue - Default value if property is not registered
        +
        Returns:
        +
        Value of the property or null.
        +
        Since:
        +
        2.8
        +
        +
      • +
      + + + + + +
        +
      • +

        getValue

        +
        public static <T> T getValue(Map<String,?> properties,
        +                             jakarta.ws.rs.RuntimeType runtime,
        +                             String propertyName,
        +                             T defaultValue,
        +                             Class<T> type)
        +
        Get the value of the specified property. + + If the property is not set or the real value type is not compatible with the specified value type, + returns defaultValue.
        +
        +
        Type Parameters:
        +
        T - Type of the property value.
        +
        Parameters:
        +
        properties - Map of properties to get the property value from.
        +
        runtime - Runtime type which is used to check whether there is a property with the same + key but post-fixed by runtime type (.server + or .client) which would override the key property.
        +
        propertyName - Name of the property.
        +
        defaultValue - Default value if property is not registered
        +
        type - Type to retrieve the value as.
        +
        Returns:
        +
        Value of the property or null.
        +
        Since:
        +
        2.8
        +
        +
      • +
      + + + +
        +
      • +

        getValue

        +
        public static <T> T getValue(Map<String,?> properties,
        +                             jakarta.ws.rs.RuntimeType runtime,
        +                             String propertyName,
        +                             Class<T> type)
        +
        Get the value of the specified property. + + If the property is not set or the actual property value type is not compatible with the specified type, the method will + return null.
        +
        +
        Type Parameters:
        +
        T - Type of the property value.
        +
        Parameters:
        +
        properties - Map of properties to get the property value from.
        +
        runtime - Runtime type which is used to check whether there is a property with the same + key but post-fixed by runtime type (.server + or .client) which would override the key property.
        +
        propertyName - Name of the property.
        +
        type - Type to retrieve the value as.
        +
        Returns:
        +
        Value of the property or null.
        +
        Since:
        +
        2.8
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/ExtendedConfig.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/ExtendedConfig.html new file mode 100644 index 000000000..79df024fb --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/ExtendedConfig.html @@ -0,0 +1,259 @@ + + + + + + +ExtendedConfig (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey
+

Interface ExtendedConfig

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    jakarta.ws.rs.core.Configuration
    +
    +
    +
    All Known Subinterfaces:
    +
    ExternalConfigurationModel<CONFIG>
    +
    +
    +
    All Known Implementing Classes:
    +
    CommonConfig, ImmutableCommonConfig
    +
    +
    +
    +
    public interface ExtendedConfig
    +extends jakarta.ws.rs.core.Configuration
    +
    Extended common runtime configuration.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      booleanisProperty(String name) +
      Get the value of the property with a given name converted to boolean.
      +
      +
        +
      • + + +

        Methods inherited from interface jakarta.ws.rs.core.Configuration

        +getClasses, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getRuntimeType, isEnabled, isEnabled, isRegistered, isRegistered
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isProperty

        +
        boolean isProperty(String name)
        +
        Get the value of the property with a given name converted to boolean. + Returns false if the value is not convertible.
        +
        +
        Parameters:
        +
        name - property name.
        +
        Returns:
        +
        boolean property value or false if the property is not + convertible.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/ExternalProperties.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/ExternalProperties.html new file mode 100644 index 000000000..6cfbeafae --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/ExternalProperties.html @@ -0,0 +1,330 @@ + + + + + + +ExternalProperties (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey
+

Class ExternalProperties

+
+
+ +
+
    +
  • +
    +
    +
    public final class ExternalProperties
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        HTTP_PROXY_HOST

        +
        public static final String HTTP_PROXY_HOST
        +
        Property used to specify the hostname, or address, of the proxy server.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        HTTP_PROXY_PORT

        +
        public static final String HTTP_PROXY_PORT
        +
        Property used to specify the port number of the proxy server.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        HTTP_NON_PROXY_HOSTS

        +
        public static final String HTTP_NON_PROXY_HOSTS
        +
        Property used to indicate the hosts that should be accessed + without going through the proxy.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        HTTP_PROXY_USER

        +
        public static final String HTTP_PROXY_USER
        +
        Property used to specify the user name to authenticate with the proxy.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        HTTP_PROXY_PASSWORD

        +
        public static final String HTTP_PROXY_PASSWORD
        +
        Property used to specify the password to authenticate with the proxy.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/InjectionManagerProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/InjectionManagerProvider.html new file mode 100644 index 000000000..a7680311c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/InjectionManagerProvider.html @@ -0,0 +1,400 @@ + + + + + + +InjectionManagerProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey
+

Class InjectionManagerProvider

+
+
+ +
+
    +
  • +
    +
    +
    public class InjectionManagerProvider
    +extends Object
    +
    Utility class with static methods that extract injection manager + from various JAX-RS components. This class can be used when no injection is possible by + Context or Inject annotation due to character of + provider but there is a need to get any service from InjectionManager. +

    + Injections are not possible for example when a provider is registered as an instance on the client. + In this case the runtime will not inject the instance as this instance might be used in other client + runtimes too. +

    +

    + Example. This is the class using a standard injection: +

    +     public static class MyWriterInterceptor implements WriterInterceptor {
    +         @Inject
    +         MyInjectedService service;
    +
    +         @Override
    +         public void aroundWriteTo(WriterInterceptorContext context) throws IOException, WebApplicationException {
    +             Something something = service.getSomething();
    +             ...
    +         }
    +
    +     }
    + 
    +

    +

    + If this injection is not possible then this construct can be used: +

    +     public static class MyWriterInterceptor implements WriterInterceptor {
    +
    +         @Override
    +         public void aroundWriteTo(WriterInterceptorContext context) throws IOException, WebApplicationException {
    +             InjectionManager injectionManager = InjectionManagerProvider.getInjectionManager(context);
    +             MyInjectedService service = injectionManager.getInstance(MyInjectedService.class);
    +             Something something = service.getSomething();
    +             ...
    +         }
    +     }
    + 
    +

    +

    + Note, that this injection support is intended mostly for injection of custom user types. JAX-RS types + are usually available without need for injections in method parameters. However, when injection of custom + type is needed it is preferred to use standard injections if it is possible rather than injection support + provided by this class. +

    +

    + User returned InjectionManager only for purpose of getting services (do not change the state of the injection manager). +

    +
    +
    Since:
    +
    2.6
    +
    Author:
    +
    Miroslav Fuksa
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static org.glassfish.jersey.internal.inject.InjectionManagergetInjectionManager(jakarta.ws.rs.core.FeatureContext featureContext) +
      Extract and return injection manager from featureContext.
      +
      static org.glassfish.jersey.internal.inject.InjectionManagergetInjectionManager(jakarta.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext) +
      Extract and return injection manager from readerInterceptorContext.
      +
      static org.glassfish.jersey.internal.inject.InjectionManagergetInjectionManager(jakarta.ws.rs.ext.WriterInterceptorContext writerInterceptorContext) +
      Extract and return injection manager from writerInterceptorContext.
      +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InjectionManagerProvider

        +
        public InjectionManagerProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInjectionManager

        +
        public static org.glassfish.jersey.internal.inject.InjectionManager getInjectionManager(jakarta.ws.rs.ext.WriterInterceptorContext writerInterceptorContext)
        +
        Extract and return injection manager from writerInterceptorContext. + The method can be used to inject custom types into a WriterInterceptor.
        +
        +
        Parameters:
        +
        writerInterceptorContext - Writer interceptor context.
        +
        Returns:
        +
        injection manager.
        +
        Throws:
        +
        IllegalArgumentException - when writerInterceptorContext is not a default + Jersey implementation provided by Jersey as argument in the + WriterInterceptor.aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext) method.
        +
        +
      • +
      + + + +
        +
      • +

        getInjectionManager

        +
        public static org.glassfish.jersey.internal.inject.InjectionManager getInjectionManager(jakarta.ws.rs.ext.ReaderInterceptorContext readerInterceptorContext)
        +
        Extract and return injection manager from readerInterceptorContext. + The method can be used to inject custom types into a ReaderInterceptor.
        +
        +
        Parameters:
        +
        readerInterceptorContext - Reader interceptor context.
        +
        Returns:
        +
        injection manager.
        +
        Throws:
        +
        IllegalArgumentException - when readerInterceptorContext is not a default + Jersey implementation provided by Jersey as argument in the + ReaderInterceptor.aroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext) method.
        +
        +
      • +
      + + + +
        +
      • +

        getInjectionManager

        +
        public static org.glassfish.jersey.internal.inject.InjectionManager getInjectionManager(jakarta.ws.rs.core.FeatureContext featureContext)
        +
        Extract and return injection manager from featureContext. + The method can be used to inject custom types into a Feature. +

        + Note that features are utilized during initialization phase when not all providers are registered yet. + It is undefined which injections are already available in this phase. +

        +
        +
        Parameters:
        +
        featureContext - Feature context.
        +
        Returns:
        +
        injection manager.
        +
        Throws:
        +
        IllegalArgumentException - when writerInterceptorContext is not a default + Jersey instance provided by Jersey + in Feature.configure(jakarta.ws.rs.core.FeatureContext) method.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/JerseyPriorities.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/JerseyPriorities.html new file mode 100644 index 000000000..b05bd303b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/JerseyPriorities.html @@ -0,0 +1,256 @@ + + + + + + +JerseyPriorities (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey
+

Class JerseyPriorities

+
+
+ +
+
    +
  • +
    +
    +
    public class JerseyPriorities
    +extends Object
    +
    Built-in Jersey-specific priority constants to be used along with Priorities where finer-grained + categorization is required.
    +
    +
    Author:
    +
    Adam Lindenthal
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        POST_ENTITY_CODER

        +
        public static final int POST_ENTITY_CODER
        +
        Priority for components that have to be called AFTER message encoders/decoders filters/interceptors. + The constant has to be higher than Priorities.ENTITY_CODER in order to force the + processing after the components with Priorities.ENTITY_CODER are processed.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/Severity.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/Severity.html new file mode 100644 index 000000000..0bcf81259 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/Severity.html @@ -0,0 +1,365 @@ + + + + + + +Severity (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey
+

Enum Severity

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        FATAL

        +
        public static final Severity FATAL
        +
        Fatal.
        +
      • +
      + + + +
        +
      • +

        WARNING

        +
        public static final Severity WARNING
        +
        Warning.
        +
      • +
      + + + +
        +
      • +

        HINT

        +
        public static final Severity HINT
        +
        Hint.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Severity[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (Severity c : Severity.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Severity valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/SslConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/SslConfigurator.html new file mode 100644 index 000000000..1f25b4a94 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/SslConfigurator.html @@ -0,0 +1,1278 @@ + + + + + + +SslConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey
+

Class SslConfigurator

+
+
+ +
+
    +
  • +
    +
    +
    public final class SslConfigurator
    +extends Object
    +
    Utility class, which helps to configure SSLContext instances. + + For example: +
    + SslConfigurator sslConfig = SslConfigurator.newInstance()
    +    .trustStoreFile("truststore.jks")
    +    .trustStorePassword("asdfgh")
    +    .trustStoreType("JKS")
    +    .trustManagerFactoryAlgorithm("PKIX")
    +
    +    .keyStoreFile("keystore.jks")
    +    .keyPassword("asdfgh")
    +    .keyStoreType("JKS")
    +    .keyManagerFactoryAlgorithm("SunX509")
    +    .keyStoreProvider("SunJSSE")
    +
    +    .securityProtocol("SSL");
    +
    + SSLContext sslContext = sslConfig.createSSLContext();
    + 
    +
    +
    Author:
    +
    Alexey Stashok, Hubert Iwaniuk, Bruno Harbulot, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        TRUST_STORE_PROVIDER

        +
        public static final String TRUST_STORE_PROVIDER
        +
        Trust store provider name. + + The value MUST be a String representing the name of a trust store provider. +

        + No default value is set. +

        +

        + The name of the configuration property is "javax.net.ssl.trustStoreProvider". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        KEY_STORE_PROVIDER

        +
        public static final String KEY_STORE_PROVIDER
        +
        Key store provider name. + + The value MUST be a String representing the name of a trust store provider. +

        + No default value is set. +

        +

        + The name of the configuration property is "javax.net.ssl.keyStoreProvider". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        TRUST_STORE_FILE

        +
        public static final String TRUST_STORE_FILE
        +
        Trust store file name. + + The value MUST be a String representing the name of a trust store file. +

        + No default value is set. +

        +

        + The name of the configuration property is "javax.net.ssl.trustStore". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        KEY_STORE_FILE

        +
        public static final String KEY_STORE_FILE
        +
        Key store file name. + + The value MUST be a String representing the name of a key store file. +

        + No default value is set. +

        +

        + The name of the configuration property is "javax.net.ssl.keyStore". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        TRUST_STORE_PASSWORD

        +
        public static final String TRUST_STORE_PASSWORD
        +
        Trust store file password - the password used to unlock the trust store file. + + The value MUST be a String representing the trust store file password. +

        + No default value is set. +

        +

        + The name of the configuration property is "javax.net.ssl.trustStorePassword". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        KEY_STORE_PASSWORD

        +
        public static final String KEY_STORE_PASSWORD
        +
        Key store file password - the password used to unlock the trust store file. + + The value MUST be a String representing the key store file password. +

        + No default value is set. +

        +

        + The name of the configuration property is "javax.net.ssl.keyStorePassword". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        TRUST_STORE_TYPE

        +
        public static final String TRUST_STORE_TYPE
        +
        Trust store type (see KeyStore.getType() for more info). + + The value MUST be a String representing the trust store type name. +

        + No default value is set. +

        +

        + The name of the configuration property is "javax.net.ssl.trustStoreType". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        KEY_STORE_TYPE

        +
        public static final String KEY_STORE_TYPE
        +
        Key store type (see KeyStore.getType() for more info). + + The value MUST be a String representing the key store type name. +

        + No default value is set. +

        +

        + The name of the configuration property is "javax.net.ssl.keyStoreType". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        KEY_MANAGER_FACTORY_ALGORITHM

        +
        public static final String KEY_MANAGER_FACTORY_ALGORITHM
        +
        Key manager factory algorithm name. + + The value MUST be a String representing the key manager factory algorithm name. +

        + No default value is set. +

        +

        + The name of the configuration property is "ssl.keyManagerFactory.algorithm". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        KEY_MANAGER_FACTORY_PROVIDER

        +
        public static final String KEY_MANAGER_FACTORY_PROVIDER
        +
        Key manager factory provider name. + + The value MUST be a String representing the key manager factory provider name. +

        + No default value is set. +

        +

        + The name of the configuration property is "ssl.keyManagerFactory.provider". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        TRUST_MANAGER_FACTORY_ALGORITHM

        +
        public static final String TRUST_MANAGER_FACTORY_ALGORITHM
        +
        Trust manager factory algorithm name. + + The value MUST be a String representing the trust manager factory algorithm name. +

        + No default value is set. +

        +

        + The name of the configuration property is "ssl.trustManagerFactory.algorithm". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        TRUST_MANAGER_FACTORY_PROVIDER

        +
        public static final String TRUST_MANAGER_FACTORY_PROVIDER
        +
        Trust manager factory provider name. + + The value MUST be a String representing the trust manager factory provider name. +

        + No default value is set. +

        +

        + The name of the configuration property is "ssl.trustManagerFactory.provider". +

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDefaultContext

        +
        public static SSLContext getDefaultContext()
        +
        Get a new instance of a SSLContext configured using default configuration settings. + + The default SSL configuration is initialized from system properties. This method is a shortcut + for getDefaultContext(true).
        +
        +
        Returns:
        +
        new instance of a default SSL context initialized from system properties.
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultContext

        +
        public static SSLContext getDefaultContext(boolean readSystemProperties)
        +
        Get a new instance of a SSLContext configured using default configuration settings. + + If readSystemProperties parameter is set to true, the default SSL configuration + is initialized from system properties.
        +
        +
        Parameters:
        +
        readSystemProperties - if true, the default SSL context will be initialized using + system properties.
        +
        Returns:
        +
        new instance of a default SSL context initialized from system properties.
        +
        +
      • +
      + + + +
        +
      • +

        newInstance

        +
        public static SslConfigurator newInstance()
        +
        Get a new & initialized SSL configurator instance. The the instantiated configurator will be empty.
        +
        +
        Returns:
        +
        new & initialized SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        newInstance

        +
        public static SslConfigurator newInstance(boolean readSystemProperties)
        +
        Get a new SSL configurator instance.
        +
        +
        Parameters:
        +
        readSystemProperties - if true, Retrieves the initial configuration from + System.getProperty(String)}, otherwise the instantiated configurator will + be empty.
        +
        Returns:
        +
        new SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public SslConfigurator copy()
        +
        Create a copy of the current SSL configurator instance.
        +
        +
        Returns:
        +
        copy of the current SSL configurator instance
        +
        +
      • +
      + + + +
        +
      • +

        trustStoreProvider

        +
        public SslConfigurator trustStoreProvider(String trustStoreProvider)
        +
        Set the trust store provider name.
        +
        +
        Parameters:
        +
        trustStoreProvider - trust store provider to set.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        keyStoreProvider

        +
        public SslConfigurator keyStoreProvider(String keyStoreProvider)
        +
        Set the key store provider name.
        +
        +
        Parameters:
        +
        keyStoreProvider - key store provider to set.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        trustStoreType

        +
        public SslConfigurator trustStoreType(String trustStoreType)
        +
        Set the type of trust store.
        +
        +
        Parameters:
        +
        trustStoreType - type of trust store to set.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        keyStoreType

        +
        public SslConfigurator keyStoreType(String keyStoreType)
        +
        Set the type of key store.
        +
        +
        Parameters:
        +
        keyStoreType - type of key store to set.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        trustStorePassword

        +
        public SslConfigurator trustStorePassword(String password)
        +
        Set the password of trust store.
        +
        +
        Parameters:
        +
        password - password of trust store to set.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        keyStorePassword

        +
        public SslConfigurator keyStorePassword(String password)
        +
        Set the password of key store.
        +
        +
        Parameters:
        +
        password - password of key store to set.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        keyStorePassword

        +
        public SslConfigurator keyStorePassword(char[] password)
        +
        Set the password of key store.
        +
        +
        Parameters:
        +
        password - password of key store to set.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        keyPassword

        +
        public SslConfigurator keyPassword(String password)
        +
        Set the password of the key in the key store.
        +
        +
        Parameters:
        +
        password - password of key to set.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        keyPassword

        +
        public SslConfigurator keyPassword(char[] password)
        +
        Set the password of the key in the key store.
        +
        +
        Parameters:
        +
        password - password of key to set.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        trustStoreFile

        +
        public SslConfigurator trustStoreFile(String fileName)
        +
        Set the trust store file name. +

        + Setting a trust store instance resets any trust store instance + or trust store payload value previously set. +

        +
        +
        Parameters:
        +
        fileName - file name of the trust store.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        trustStoreBytes

        +
        public SslConfigurator trustStoreBytes(byte[] payload)
        +
        Set the trust store payload as byte array. +

        + Setting a trust store instance resets any trust store file + or trust store instance value previously set. +

        +
        +
        Parameters:
        +
        payload - trust store payload.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        keyStoreFile

        +
        public SslConfigurator keyStoreFile(String fileName)
        +
        Set the key store file name. +

        + Setting a key store instance resets any key store instance + or key store payload value previously set. +

        +
        +
        Parameters:
        +
        fileName - file name of the key store.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        keyStoreBytes

        +
        public SslConfigurator keyStoreBytes(byte[] payload)
        +
        Set the key store payload as byte array. +

        + Setting a key store instance resets any key store file + or key store instance value previously set. +

        +
        +
        Parameters:
        +
        payload - key store payload.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        trustManagerFactoryAlgorithm

        +
        public SslConfigurator trustManagerFactoryAlgorithm(String algorithm)
        +
        Set the trust manager factory algorithm.
        +
        +
        Parameters:
        +
        algorithm - the trust manager factory algorithm.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        keyManagerFactoryAlgorithm

        +
        public SslConfigurator keyManagerFactoryAlgorithm(String algorithm)
        +
        Set the key manager factory algorithm.
        +
        +
        Parameters:
        +
        algorithm - the key manager factory algorithm.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        trustManagerFactoryProvider

        +
        public SslConfigurator trustManagerFactoryProvider(String provider)
        +
        Set the trust manager factory provider.
        +
        +
        Parameters:
        +
        provider - the trust manager factory provider.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        keyManagerFactoryProvider

        +
        public SslConfigurator keyManagerFactoryProvider(String provider)
        +
        Set the key manager factory provider.
        +
        +
        Parameters:
        +
        provider - the key manager factory provider.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        securityProtocol

        +
        public SslConfigurator securityProtocol(String protocol)
        +
        Set the SSLContext protocol. The default value is TLS if this is null.
        +
        +
        Parameters:
        +
        protocol - protocol for SSLContext.getProtocol().
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        keyStore

        +
        public SslConfigurator keyStore(KeyStore keyStore)
        +
        Set the key store instance. +

        + Setting a key store instance resets any key store file + or key store payload value previously set. +

        +
        +
        Parameters:
        +
        keyStore - key store instance.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        trustStore

        +
        public SslConfigurator trustStore(KeyStore trustStore)
        +
        Set the trust store instance.
        +
        +
        Parameters:
        +
        trustStore - trust store instance.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        createSSLContext

        +
        public SSLContext createSSLContext()
        +
        Create new SSL context instance using the current SSL context configuration.
        +
        +
        Returns:
        +
        newly configured SSL context instance.
        +
        +
      • +
      + + + +
        +
      • +

        retrieve

        +
        public SslConfigurator retrieve(Properties props)
        +
        Retrieve the SSL context configuration from the supplied properties.
        +
        +
        Parameters:
        +
        props - properties containing the SSL context configuration.
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        retrieve

        +
        public SslConfigurator retrieve()
        +
        Retrieve the SSL context configuration from the system properties.
        +
        +
        Returns:
        +
        updated SSL configurator instance.
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/AbstractFeatureConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/AbstractFeatureConfigurator.html new file mode 100644 index 000000000..a117bdec1 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/AbstractFeatureConfigurator.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Class org.glassfish.jersey.AbstractFeatureConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.AbstractFeatureConfigurator

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/Beta.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/Beta.html new file mode 100644 index 000000000..634f7b72b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/Beta.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.Beta (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.Beta

+
+
No usage of org.glassfish.jersey.Beta
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/CommonProperties.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/CommonProperties.html new file mode 100644 index 000000000..ddf9875cc --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/CommonProperties.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.CommonProperties (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.CommonProperties

+
+
No usage of org.glassfish.jersey.CommonProperties
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/ExtendedConfig.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/ExtendedConfig.html new file mode 100644 index 000000000..14231105d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/ExtendedConfig.html @@ -0,0 +1,216 @@ + + + + + + +Uses of Interface org.glassfish.jersey.ExtendedConfig (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.ExtendedConfig

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/ExternalProperties.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/ExternalProperties.html new file mode 100644 index 000000000..22e5e71c6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/ExternalProperties.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ExternalProperties (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ExternalProperties

+
+
No usage of org.glassfish.jersey.ExternalProperties
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/InjectionManagerProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/InjectionManagerProvider.html new file mode 100644 index 000000000..16eb88bbe --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/InjectionManagerProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.InjectionManagerProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.InjectionManagerProvider

+
+
No usage of org.glassfish.jersey.InjectionManagerProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/JerseyPriorities.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/JerseyPriorities.html new file mode 100644 index 000000000..2de45461a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/JerseyPriorities.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.JerseyPriorities (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.JerseyPriorities

+
+
No usage of org.glassfish.jersey.JerseyPriorities
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/Severity.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/Severity.html new file mode 100644 index 000000000..df1bd3d2d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/Severity.html @@ -0,0 +1,227 @@ + + + + + + +Uses of Class org.glassfish.jersey.Severity (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.Severity

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/SslConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/SslConfigurator.html new file mode 100644 index 000000000..863e7382d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/SslConfigurator.html @@ -0,0 +1,314 @@ + + + + + + +Uses of Class org.glassfish.jersey.SslConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.SslConfigurator

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/AbstractRuntimeDelegate.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/AbstractRuntimeDelegate.html new file mode 100644 index 000000000..119e445c8 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/AbstractRuntimeDelegate.html @@ -0,0 +1,406 @@ + + + + + + +AbstractRuntimeDelegate (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class AbstractRuntimeDelegate

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.ext.RuntimeDelegate
    • +
    • +
        +
      • org.glassfish.jersey.internal.AbstractRuntimeDelegate
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    RuntimeDelegateImpl
    +
    +
    +
    +
    public abstract class AbstractRuntimeDelegate
    +extends jakarta.ws.rs.ext.RuntimeDelegate
    +
    An abstract implementation of RuntimeDelegate that + provides support common to the client and server.
    +
    +
    Author:
    +
    Paul Sandoz
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractRuntimeDelegate

        +
        protected AbstractRuntimeDelegate(Set<HeaderDelegateProvider> hps)
        +
        Initialization constructor. The injection manager will be shut down.
        +
        +
        Parameters:
        +
        hps - all HeaderDelegateProvider instances registered internally.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createVariantListBuilder

        +
        public jakarta.ws.rs.core.Variant.VariantListBuilder createVariantListBuilder()
        +
        +
        Specified by:
        +
        createVariantListBuilder in class jakarta.ws.rs.ext.RuntimeDelegate
        +
        +
      • +
      + + + +
        +
      • +

        createResponseBuilder

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder createResponseBuilder()
        +
        +
        Specified by:
        +
        createResponseBuilder in class jakarta.ws.rs.ext.RuntimeDelegate
        +
        +
      • +
      + + + +
        +
      • +

        createUriBuilder

        +
        public jakarta.ws.rs.core.UriBuilder createUriBuilder()
        +
        +
        Specified by:
        +
        createUriBuilder in class jakarta.ws.rs.ext.RuntimeDelegate
        +
        +
      • +
      + + + +
        +
      • +

        createLinkBuilder

        +
        public jakarta.ws.rs.core.Link.Builder createLinkBuilder()
        +
        +
        Specified by:
        +
        createLinkBuilder in class jakarta.ws.rs.ext.RuntimeDelegate
        +
        +
      • +
      + + + +
        +
      • +

        createHeaderDelegate

        +
        public <T> jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T> createHeaderDelegate(Class<T> type)
        +
        +
        Specified by:
        +
        createHeaderDelegate in class jakarta.ws.rs.ext.RuntimeDelegate
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/AbstractServiceFinderConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/AbstractServiceFinderConfigurator.html new file mode 100644 index 000000000..45bf99391 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/AbstractServiceFinderConfigurator.html @@ -0,0 +1,362 @@ + + + + + + +AbstractServiceFinderConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class AbstractServiceFinderConfigurator<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.AbstractServiceFinderConfigurator<T>
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractServiceFinderConfigurator

        +
        protected AbstractServiceFinderConfigurator(Class<T> contract,
        +                                            jakarta.ws.rs.RuntimeType runtimeType)
        +
        Create a new configurator.
        +
        +
        Parameters:
        +
        contract - contract of the service providers bound by this binder.
        +
        runtimeType - runtime (client or server) where the service finder binder is used.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        loadImplementations

        +
        protected List<Class<T>> loadImplementations(Map<String,Object> applicationProperties)
        +
        Load all particular implementations of the type T using ServiceFinder.
        +
        +
        Parameters:
        +
        applicationProperties - map containing application properties. May be null
        +
        Returns:
        +
        all registered classes of the type T.
        +
        +
      • +
      + + + +
        +
      • +

        getRuntimeType

        +
        protected jakarta.ws.rs.RuntimeType getRuntimeType()
        +
        Mainly aimed to provide runtime type to abstract classes which extends this finder
        +
        +
        Returns:
        +
        runtime type
        +
        +
      • +
      + + + +
        +
      • +

        getContract

        +
        protected Class<T> getContract()
        +
        Mainly aimed to provide contract class to abstract classes which extends this finder
        +
        +
        Returns:
        +
        contract class
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/AutoDiscoverableConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/AutoDiscoverableConfigurator.html new file mode 100644 index 000000000..c661b4600 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/AutoDiscoverableConfigurator.html @@ -0,0 +1,320 @@ + + + + + + +AutoDiscoverableConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class AutoDiscoverableConfigurator

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    BootstrapConfigurator
    +
    +
    +
    +
    public class AutoDiscoverableConfigurator
    +extends AbstractServiceFinderConfigurator<org.glassfish.jersey.internal.spi.AutoDiscoverable>
    +
    Configurator which initializes and register AutoDiscoverable instances into InjectionManager and + BootstrapBag.
    +
    +
    Author:
    +
    Petr Bouda
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AutoDiscoverableConfigurator

        +
        public AutoDiscoverableConfigurator(jakarta.ws.rs.RuntimeType runtimeType)
        +
        Create a new configurator.
        +
        +
        Parameters:
        +
        runtimeType - runtime (client or server) where the service finder binder is used.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                 BootstrapBag bootstrapBag)
        +
        Description copied from interface: BootstrapConfigurator
        +
        Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
        +
        +
        Parameters:
        +
        injectionManager - not completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/BootstrapBag.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/BootstrapBag.html new file mode 100644 index 000000000..d85fd751c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/BootstrapBag.html @@ -0,0 +1,572 @@ + + + + + + +BootstrapBag (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class BootstrapBag

+
+
+ +
+
    +
  • +
    +
    +
    public class BootstrapBag
    +extends Object
    +
    A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the + bootstrap. This works as a replacement of an injection framework during a bootstrap and intentionally keeps all needed types in + separate fields to make strong type nature and to preserve a clear view which types are needed to inject to other services.
    +
    +
    Author:
    +
    Petr Bouda
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BootstrapBag

        +
        public BootstrapBag()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getAutoDiscoverables

        +
        public List<org.glassfish.jersey.internal.spi.AutoDiscoverable> getAutoDiscoverables()
        +
        Gets a list of AutoDiscoverable.
        +
        +
        Returns:
        +
        list of AutoDiscoverable.
        +
        +
      • +
      + + + +
        +
      • +

        setAutoDiscoverables

        +
        public void setAutoDiscoverables(List<org.glassfish.jersey.internal.spi.AutoDiscoverable> autoDiscoverables)
        +
        Sets a list of AutoDiscoverable.
        +
        +
        Parameters:
        +
        autoDiscoverables - list of AutoDiscoverable.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setManagedObjectsFinalizer

        +
        public void setManagedObjectsFinalizer(ManagedObjectsFinalizer managedObjectsFinalizer)
        +
        Sets an instance of ManagedObjectsFinalizer.
        +
        +
        Parameters:
        +
        managedObjectsFinalizer - ManagedObjectsFinalizer instance.
        +
        +
      • +
      + + + +
        +
      • +

        getRequestScope

        +
        public RequestScope getRequestScope()
        +
        Gets an instance of RequestScope.
        +
        +
        Returns:
        +
        RequestScope instance.
        +
        +
      • +
      + + + +
        +
      • +

        setRequestScope

        +
        public void setRequestScope(RequestScope requestScope)
        +
        Sets an instance of RequestScope.
        +
        +
        Parameters:
        +
        requestScope - RequestScope instance.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setMessageBodyWorkers

        +
        public void setMessageBodyWorkers(MessageBodyWorkers messageBodyWorkers)
        +
        Sets an instance of MessageBodyWorkers.
        +
        +
        Parameters:
        +
        messageBodyWorkers - MessageBodyWorkers instance.
        +
        +
      • +
      + + + +
        +
      • +

        getConfiguration

        +
        public jakarta.ws.rs.core.Configuration getConfiguration()
        +
        Gets an instance of Configuration.
        +
        +
        Returns:
        +
        Configuration instance.
        +
        +
      • +
      + + + +
        +
      • +

        setConfiguration

        +
        public void setConfiguration(jakarta.ws.rs.core.Configuration configuration)
        +
        Sets an instance of Configuration.
        +
        +
        Parameters:
        +
        configuration - Configuration instance.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setExceptionMappers

        +
        public void setExceptionMappers(ExceptionMappers exceptionMappers)
        +
        Sets an instance of ExceptionMappers.
        +
        +
        Parameters:
        +
        exceptionMappers - ExceptionMappers instance.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setContextResolvers

        +
        public void setContextResolvers(ContextResolvers contextResolvers)
        +
        Sets an instance of ContextResolvers.
        +
        +
        Parameters:
        +
        contextResolvers - ContextResolvers instance.
        +
        +
      • +
      + + + +
        +
      • +

        requireNonNull

        +
        protected static void requireNonNull(Object object,
        +                                     Type type)
        +
        Check whether the value is not null that means that the proper BootstrapConfigurator has not been configured + or in a wrong order.
        +
        +
        Parameters:
        +
        object - tested object.
        +
        type - type of the tested object.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/BootstrapConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/BootstrapConfigurator.html new file mode 100644 index 000000000..aadff1db0 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/BootstrapConfigurator.html @@ -0,0 +1,274 @@ + + + + + + +BootstrapConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Interface BootstrapConfigurator

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and TypeMethod and Description
      voidinit(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, + BootstrapBag bootstrapBag) +
      Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
      +
      default voidpostInit(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, + BootstrapBag bootstrapBag) +
      Post-initialization method can get services from InjectionManager and is not able to register the new one because + injection manager is already completed.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +          BootstrapBag bootstrapBag)
        +
        Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
        +
        +
        Parameters:
        +
        injectionManager - not completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      + + + +
        +
      • +

        postInit

        +
        default void postInit(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                      BootstrapBag bootstrapBag)
        +
        Post-initialization method can get services from InjectionManager and is not able to register the new one because + injection manager is already completed.
        +
        +
        Parameters:
        +
        injectionManager - already completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ContextResolverFactory.ContextResolversConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ContextResolverFactory.ContextResolversConfigurator.html new file mode 100644 index 000000000..dc5f43743 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ContextResolverFactory.ContextResolversConfigurator.html @@ -0,0 +1,329 @@ + + + + + + +ContextResolverFactory.ContextResolversConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class ContextResolverFactory.ContextResolversConfigurator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ContextResolversConfigurator

        +
        public ContextResolversConfigurator()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                 BootstrapBag bootstrapBag)
        +
        Description copied from interface: BootstrapConfigurator
        +
        Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
        +
        +
        Specified by:
        +
        init in interface BootstrapConfigurator
        +
        Parameters:
        +
        injectionManager - not completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      + + + +
        +
      • +

        postInit

        +
        public void postInit(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                     BootstrapBag bootstrapBag)
        +
        Description copied from interface: BootstrapConfigurator
        +
        Post-initialization method can get services from InjectionManager and is not able to register the new one because + injection manager is already completed.
        +
        +
        Specified by:
        +
        postInit in interface BootstrapConfigurator
        +
        Parameters:
        +
        injectionManager - already completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ContextResolverFactory.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ContextResolverFactory.html new file mode 100644 index 000000000..a0cd2f303 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ContextResolverFactory.html @@ -0,0 +1,290 @@ + + + + + + +ContextResolverFactory (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class ContextResolverFactory

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.ContextResolverFactory
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ContextResolvers
    +
    +
    +
    +
    public class ContextResolverFactory
    +extends Object
    +implements ContextResolvers
    +
    A factory implementation for managing ContextResolver instances.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        resolve

        +
        public <T> jakarta.ws.rs.ext.ContextResolver<T> resolve(Type t,
        +                                                        jakarta.ws.rs.core.MediaType m)
        +
        Description copied from interface: ContextResolvers
        +
        Get ContextResolver<T> instance for a given type + and media type.
        +
        +
        Specified by:
        +
        resolve in interface ContextResolvers
        +
        Type Parameters:
        +
        T - Java type produced by the context resolver.
        +
        Parameters:
        +
        t - type supported by the context resolver.
        +
        m - media type supported by the context resolver.
        +
        Returns:
        +
        proper context resolver instance if found, otherwise null.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/DynamicFeatureConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/DynamicFeatureConfigurator.html new file mode 100644 index 000000000..1b8b40033 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/DynamicFeatureConfigurator.html @@ -0,0 +1,333 @@ + + + + + + +DynamicFeatureConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class DynamicFeatureConfigurator

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    BootstrapConfigurator
    +
    +
    +
    +
    public class DynamicFeatureConfigurator
    +extends AbstractFeatureConfigurator<jakarta.ws.rs.container.DynamicFeature>
    +
    Registers JAX-RS DynamicFeature which are listed as SPIs for registration. + Also checks if JAX-RS service loading is enabled by the jakarta.ws.rs.loadServices property. In order for + registration to proceed the property shall be true (or null). + + Configurator is used only at Server side. + + This configurator's instance shall be after AutoDiscoverableConfigurator + in the list of configurators due to same list of AutoDiscoverable + used in the BootstrapBag to register discovered features.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DynamicFeatureConfigurator

        +
        public DynamicFeatureConfigurator()
        +
        Create a new configurator. + + Must be used at server side only (takes no effect as a client).
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                 BootstrapBag bootstrapBag)
        +
        Description copied from interface: BootstrapConfigurator
        +
        Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
        +
        +
        Parameters:
        +
        injectionManager - not completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Errors.ErrorMessage.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Errors.ErrorMessage.html new file mode 100644 index 000000000..93c9bf596 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Errors.ErrorMessage.html @@ -0,0 +1,327 @@ + + + + + + +Errors.ErrorMessage (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class Errors.ErrorMessage

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    Errors
    +
    +
    +
    +
    public static class Errors.ErrorMessage
    +extends Object
    +
    Generic error message.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSeverity

        +
        public Severity getSeverity()
        + +
        +
        Returns:
        +
        severity of current ErrorMessage.
        +
        +
      • +
      + + + +
        +
      • +

        getMessage

        +
        public String getMessage()
        +
        Human-readable description of the issue.
        +
        +
        Returns:
        +
        message describing the issue.
        +
        +
      • +
      + + + +
        +
      • +

        getSource

        +
        public Object getSource()
        +
        The issue source. +

        + Identifies the object where the issue was found.

        +
        +
        Returns:
        +
        source of the issue.
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Errors.ErrorMessagesException.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Errors.ErrorMessagesException.html new file mode 100644 index 000000000..ebc230752 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Errors.ErrorMessagesException.html @@ -0,0 +1,281 @@ + + + + + + +Errors.ErrorMessagesException (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class Errors.ErrorMessagesException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMessages

        +
        public List<Errors.ErrorMessage> getMessages()
        +
        Get encountered error messages.
        +
        +
        Returns:
        +
        encountered error messages.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Errors.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Errors.html new file mode 100644 index 000000000..97d2d9386 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Errors.html @@ -0,0 +1,654 @@ + + + + + + +Errors (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class Errors

+
+
+ +
+
    +
  • +
    +
    +
    public class Errors
    +extends Object
    +
    Errors utility used to file processing messages (e.g. validation, provider, resource building errors, hint). +

    + Error filing methods (#warning, #error, #fatal) can be invoked only in the "error scope" which is + created by process(Producer) or + processWithException(Producer) methods. Filed error messages are present also in this + scope. +

    + TODO do not use static thread local?

    +
    +
    Author:
    +
    Michal Gajdos
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voiderror(Object source, + String message, + Severity severity) +
      Add an error to the list of messages.
      +
      static voiderror(String message, + Severity severity) +
      Add an error to the list of messages.
      +
      static voidfatal(Object source, + String message) +
      Add a fatal error to the list of messages.
      +
      static booleanfatalIssuesFound() +
      Check whether a fatal error is present in the list of all messages.
      +
      static List<Errors.ErrorMessage>getErrorMessages() +
      Get the list of all error messages.
      +
      static List<Errors.ErrorMessage>getErrorMessages(boolean afterMark) +
      Get the list of error messages.
      +
      static voidhint(Object source, + String message) +
      Add a hint to the list of messages.
      +
      static booleanlogErrors(boolean afterMark) +
      Log errors and return a status flag indicating whether a fatal issue has been found + in the error collection.
      +
      static voidmark() +
      Set a mark at a current position in the errors messages list.
      +
      static <T> Tprocess(Callable<T> task) +
      Invoke given callable task and gather messages.
      +
      static <T> Tprocess(org.glassfish.jersey.internal.util.Producer<T> producer) +
      Invoke given producer task and gather errors.
      +
      static voidprocess(Runnable task) +
      Invoke given task and gather messages.
      +
      static <T> TprocessWithException(org.glassfish.jersey.internal.util.Producer<T> producer) +
      Invoke given producer task and gather messages.
      +
      static voidprocessWithException(Runnable task) +
      Invoke given task and gather messages.
      +
      static voidreset() +
      Removes all issues that have been added since the last marked position as well as + removes the last mark.
      +
      static voidunmark() +
      Remove a previously set mark, if any.
      +
      static voidwarning(Object source, + String message) +
      Add a warning to the list of messages.
      +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        error

        +
        public static void error(String message,
        +                         Severity severity)
        +
        Add an error to the list of messages.
        +
        +
        Parameters:
        +
        message - message of the error.
        +
        severity - indicates severity of added error.
        +
        +
      • +
      + + + +
        +
      • +

        error

        +
        public static void error(Object source,
        +                         String message,
        +                         Severity severity)
        +
        Add an error to the list of messages.
        +
        +
        Parameters:
        +
        source - source of the error.
        +
        message - message of the error.
        +
        severity - indicates severity of added error.
        +
        +
      • +
      + + + +
        +
      • +

        fatal

        +
        public static void fatal(Object source,
        +                         String message)
        +
        Add a fatal error to the list of messages.
        +
        +
        Parameters:
        +
        source - source of the error.
        +
        message - message of the error.
        +
        +
      • +
      + + + +
        +
      • +

        warning

        +
        public static void warning(Object source,
        +                           String message)
        +
        Add a warning to the list of messages.
        +
        +
        Parameters:
        +
        source - source of the error.
        +
        message - message of the error.
        +
        +
      • +
      + + + +
        +
      • +

        hint

        +
        public static void hint(Object source,
        +                        String message)
        +
        Add a hint to the list of messages.
        +
        +
        Parameters:
        +
        source - source of the error.
        +
        message - message of the error.
        +
        +
      • +
      + + + +
        +
      • +

        logErrors

        +
        public static boolean logErrors(boolean afterMark)
        +
        Log errors and return a status flag indicating whether a fatal issue has been found + in the error collection. +

        + The afterMark flag indicates whether only those issues should be logged that were + added after a mark has been set. +

        +
        +
        Parameters:
        +
        afterMark - if true, only issues added after a mark has been set are returned, + if false all issues are returned.
        +
        Returns:
        +
        true if there are any fatal issues present in the collection, false + otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        fatalIssuesFound

        +
        public static boolean fatalIssuesFound()
        +
        Check whether a fatal error is present in the list of all messages.
        +
        +
        Returns:
        +
        true if there are any fatal issues in this error context, false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        process

        +
        public static <T> T process(org.glassfish.jersey.internal.util.Producer<T> producer)
        +
        Invoke given producer task and gather errors. +

        + After the task is complete all gathered errors are logged. No exception is thrown + even if there is a fatal error present in the list of errors.

        +
        +
        Parameters:
        +
        producer - producer task to be invoked.
        +
        Returns:
        +
        the result produced by the task.
        +
        +
      • +
      + + + +
        +
      • +

        process

        +
        public static <T> T process(Callable<T> task)
        +                     throws Exception
        +
        Invoke given callable task and gather messages. +

        + After the task is complete all gathered errors are logged. Any exception thrown + by the throwable is re-thrown.

        +
        +
        Parameters:
        +
        task - callable task to be invoked.
        +
        Returns:
        +
        the result produced by the task.
        +
        Throws:
        +
        Exception - exception thrown by the task.
        +
        +
      • +
      + + + +
        +
      • +

        processWithException

        +
        public static <T> T processWithException(org.glassfish.jersey.internal.util.Producer<T> producer)
        +
        Invoke given producer task and gather messages. +

        + After the task is complete all gathered errors are logged. If there is a fatal error + present in the list of errors an exception is thrown.

        +
        +
        Parameters:
        +
        producer - producer task to be invoked.
        +
        Returns:
        +
        the result produced by the task.
        +
        +
      • +
      + + + +
        +
      • +

        process

        +
        public static void process(Runnable task)
        +
        Invoke given task and gather messages. +

        + After the task is complete all gathered errors are logged. No exception is thrown + even if there is a fatal error present in the list of errors.

        +
        +
        Parameters:
        +
        task - task to be invoked.
        +
        +
      • +
      + + + +
        +
      • +

        processWithException

        +
        public static void processWithException(Runnable task)
        +
        Invoke given task and gather messages. +

        + After the task is complete all gathered errors are logged. If there is a fatal error + present in the list of errors an exception is thrown.

        +
        +
        Parameters:
        +
        task - task to be invoked.
        +
        +
      • +
      + + + +
        +
      • +

        getErrorMessages

        +
        public static List<Errors.ErrorMessage> getErrorMessages()
        +
        Get the list of all error messages.
        +
        +
        Returns:
        +
        non-null error message list.
        +
        +
      • +
      + + + +
        +
      • +

        getErrorMessages

        +
        public static List<Errors.ErrorMessage> getErrorMessages(boolean afterMark)
        +
        Get the list of error messages. +

        + The afterMark flag indicates whether only those issues should be returned that were + added after a mark has been set. +

        +
        +
        Parameters:
        +
        afterMark - if true, only issues added after a mark has been set are returned, + if false all issues are returned.
        +
        Returns:
        +
        non-null error list.
        +
        +
      • +
      + + + +
        +
      • +

        mark

        +
        public static void mark()
        +
        Set a mark at a current position in the errors messages list.
        +
      • +
      + + + +
        +
      • +

        unmark

        +
        public static void unmark()
        +
        Remove a previously set mark, if any.
        +
      • +
      + + + +
        +
      • +

        reset

        +
        public static void reset()
        +
        Removes all issues that have been added since the last marked position as well as + removes the last mark.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ExceptionMapperFactory.ExceptionMappersConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ExceptionMapperFactory.ExceptionMappersConfigurator.html new file mode 100644 index 000000000..51a063c73 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ExceptionMapperFactory.ExceptionMappersConfigurator.html @@ -0,0 +1,329 @@ + + + + + + +ExceptionMapperFactory.ExceptionMappersConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class ExceptionMapperFactory.ExceptionMappersConfigurator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ExceptionMappersConfigurator

        +
        public ExceptionMappersConfigurator()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                 BootstrapBag bootstrapBag)
        +
        Description copied from interface: BootstrapConfigurator
        +
        Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
        +
        +
        Specified by:
        +
        init in interface BootstrapConfigurator
        +
        Parameters:
        +
        injectionManager - not completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      + + + +
        +
      • +

        postInit

        +
        public void postInit(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                     BootstrapBag bootstrapBag)
        +
        Description copied from interface: BootstrapConfigurator
        +
        Post-initialization method can get services from InjectionManager and is not able to register the new one because + injection manager is already completed.
        +
        +
        Specified by:
        +
        postInit in interface BootstrapConfigurator
        +
        Parameters:
        +
        injectionManager - already completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ExceptionMapperFactory.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ExceptionMapperFactory.html new file mode 100644 index 000000000..28856da31 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ExceptionMapperFactory.html @@ -0,0 +1,380 @@ + + + + + + +ExceptionMapperFactory (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class ExceptionMapperFactory

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.ExceptionMapperFactory
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ExceptionMappers
    +
    +
    +
    +
    public class ExceptionMapperFactory
    +extends Object
    +implements ExceptionMappers
    +
    Exception mappers implementation that aggregates + exception mappers and server as the main entry point for exception mapper + instance lookup.
    +
    +
    Author:
    +
    Paul Sandoz, Santiago Pericas-Geertsen (Santiago.PericasGeertsen at oracle.com), Marek Potociar, Jakub Podlesak
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ExceptionMapperFactory

        +
        public ExceptionMapperFactory(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
        +
        Create new exception mapper factory initialized with injection manager + instance that will be used to look up all providers implementing ExceptionMapper interface.
        +
        +
        Parameters:
        +
        injectionManager - injection manager.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        findMapping

        +
        public <T extends Throwable> jakarta.ws.rs.ext.ExceptionMapper<T> findMapping(T exceptionInstance)
        +
        Description copied from interface: ExceptionMappers
        +
        Get an exception mapping provider for a particular exception instance. +

        + This method is similar to method ExceptionMappers.find(Class). In addition it takes + into an account the result of the ExtendedExceptionMapper.isMappable(Throwable) + of any mapper that implements Jersey ExtendedExceptionMapper API. + If an extended exception mapper returns false from isMappable(Throwable), + the mapper is disregarded from the search. + Exception mapping providers are checked one by one until a first provider returns + true from the isMappable(Throwable) method or until a first provider + is found which best supports the exception type and does not implement ExtendedExceptionMapper + API (i.e. it is a standard JAX-RS ExceptionMapper). The order in which the providers are + checked is determined by the distance of the declared exception mapper type and the actual exception + type. +

        +

        + Note that if an exception mapping provider does not implement ExtendedExceptionMapper + it is always considered applicable for a given exception instance. +

        +
        +
        Specified by:
        +
        findMapping in interface ExceptionMappers
        +
        Type Parameters:
        +
        T - type of the exception handled by the exception mapping provider.
        +
        Parameters:
        +
        exceptionInstance - exception to be handled by the exception mapping provider.
        +
        Returns:
        +
        an ExceptionMapper for the supplied exception instance type or null if none + is found.
        +
        +
      • +
      + + + +
        +
      • +

        find

        +
        public <T extends Throwable> jakarta.ws.rs.ext.ExceptionMapper<T> find(Class<T> type)
        +
        Description copied from interface: ExceptionMappers
        +
        Get an exception mapping provider for a particular class of exception. + Returns the provider whose generic type is the nearest superclass of + type.
        +
        +
        Specified by:
        +
        find in interface ExceptionMappers
        +
        Type Parameters:
        +
        T - type of the exception handled by the exception mapping provider.
        +
        Parameters:
        +
        type - the class of exception.
        +
        Returns:
        +
        an ExceptionMapper for the supplied type or null + if none is found.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/FeatureConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/FeatureConfigurator.html new file mode 100644 index 000000000..89a29a329 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/FeatureConfigurator.html @@ -0,0 +1,326 @@ + + + + + + +FeatureConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class FeatureConfigurator

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    BootstrapConfigurator
    +
    +
    +
    +
    public class FeatureConfigurator
    +extends AbstractFeatureConfigurator<jakarta.ws.rs.core.Feature>
    +
    Registers JAX-RS Feature which are listed as SPIs for registration. + Also checks if JAX-RS service loading is enabled by the jakarta.ws.rs.loadServices property. In order for + registration to proceed the property shall be true (or null). + + This configurator's instance shall be the last (or at least after AutoDiscoverableConfigurator) + in the list of configurators due to same list of AutoDiscoverable + used in the BootstrapBag to register discovered features.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FeatureConfigurator

        +
        public FeatureConfigurator(jakarta.ws.rs.RuntimeType runtimeType)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                 BootstrapBag bootstrapBag)
        +
        Description copied from interface: BootstrapConfigurator
        +
        Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
        +
        +
        Parameters:
        +
        injectionManager - not completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/InternalProperties.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/InternalProperties.html new file mode 100644 index 000000000..7fa7ae56e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/InternalProperties.html @@ -0,0 +1,307 @@ + + + + + + +InternalProperties (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class InternalProperties

+
+
+ +
+
    +
  • +
    +
    +
    public class InternalProperties
    +extends Object
    +
    Internal common (server/client) Jersey configuration properties.
    +
    +
    Author:
    +
    Michal Gajdos
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        JSON_FEATURE

        +
        public static final String JSON_FEATURE
        +
        This property should be set by configured JSON feature to indicate that other (registered but not configured) JSON features + should not be configured. +

        + The name of the configuration property is "jersey.config.jsonFeature".

        +
        +
        Since:
        +
        2.9
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        JSON_FEATURE_CLIENT

        +
        public static final String JSON_FEATURE_CLIENT
        +
        Client-specific version of JSON_FEATURE. +

        + If present, it overrides the generic one for the client environment.

        +
        +
        Since:
        +
        2.9
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        JSON_FEATURE_SERVER

        +
        public static final String JSON_FEATURE_SERVER
        +
        Server-specific version of JSON_FEATURE. +

        + If present, it overrides the generic one for the server environment.

        +
        +
        Since:
        +
        2.9
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/JaxrsProviders.ProvidersConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/JaxrsProviders.ProvidersConfigurator.html new file mode 100644 index 000000000..cd17c322b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/JaxrsProviders.ProvidersConfigurator.html @@ -0,0 +1,308 @@ + + + + + + +JaxrsProviders.ProvidersConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class JaxrsProviders.ProvidersConfigurator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.JaxrsProviders.ProvidersConfigurator
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    BootstrapConfigurator
    +
    +
    +
    Enclosing class:
    +
    JaxrsProviders
    +
    +
    +
    +
    public static class JaxrsProviders.ProvidersConfigurator
    +extends Object
    +implements BootstrapConfigurator
    +
    Configurator which initializes and registers Providers instance into InjectionManager and + BootstrapBag. + Instances of these interfaces are processed, configured and provided using this configurator: +
      +
    • Providers
    • +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ProvidersConfigurator

        +
        public ProvidersConfigurator()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                 BootstrapBag bootstrapBag)
        +
        Description copied from interface: BootstrapConfigurator
        +
        Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
        +
        +
        Specified by:
        +
        init in interface BootstrapConfigurator
        +
        Parameters:
        +
        injectionManager - not completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/JaxrsProviders.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/JaxrsProviders.html new file mode 100644 index 000000000..c0dc5d8f7 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/JaxrsProviders.html @@ -0,0 +1,374 @@ + + + + + + +JaxrsProviders (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class JaxrsProviders

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.Providers
    +
    +
    +
    +
    public class JaxrsProviders
    +extends Object
    +implements jakarta.ws.rs.ext.Providers
    +
    Jersey implementation of JAX-RS Providers contract.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JaxrsProviders

        +
        public JaxrsProviders()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMessageBodyReader

        +
        public <T> jakarta.ws.rs.ext.MessageBodyReader<T> getMessageBodyReader(Class<T> type,
        +                                                                       Type genericType,
        +                                                                       Annotation[] annotations,
        +                                                                       jakarta.ws.rs.core.MediaType mediaType)
        +
        +
        Specified by:
        +
        getMessageBodyReader in interface jakarta.ws.rs.ext.Providers
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyWriter

        +
        public <T> jakarta.ws.rs.ext.MessageBodyWriter<T> getMessageBodyWriter(Class<T> type,
        +                                                                       Type genericType,
        +                                                                       Annotation[] annotations,
        +                                                                       jakarta.ws.rs.core.MediaType mediaType)
        +
        +
        Specified by:
        +
        getMessageBodyWriter in interface jakarta.ws.rs.ext.Providers
        +
        +
      • +
      + + + +
        +
      • +

        getExceptionMapper

        +
        public <T extends Throwable> jakarta.ws.rs.ext.ExceptionMapper<T> getExceptionMapper(Class<T> type)
        +
        +
        Specified by:
        +
        getExceptionMapper in interface jakarta.ws.rs.ext.Providers
        +
        +
      • +
      + + + +
        +
      • +

        getContextResolver

        +
        public <T> jakarta.ws.rs.ext.ContextResolver<T> getContextResolver(Class<T> contextType,
        +                                                                   jakarta.ws.rs.core.MediaType mediaType)
        +
        +
        Specified by:
        +
        getContextResolver in interface jakarta.ws.rs.ext.Providers
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/LocalizationMessages.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/LocalizationMessages.html new file mode 100644 index 000000000..dadb0b71c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/LocalizationMessages.html @@ -0,0 +1,5316 @@ + + + + + + +LocalizationMessages (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class LocalizationMessages

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.LocalizationMessages
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class LocalizationMessages
    +extends Object
    +
    Defines string formatting method for each constant in the resource file
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LocalizationMessages

        +
        public LocalizationMessages()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        localizableERRORS_AND_WARNINGS_DETECTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERRORS_AND_WARNINGS_DETECTED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERRORS_AND_WARNINGS_DETECTED

        +
        public static String ERRORS_AND_WARNINGS_DETECTED(Object arg0)
        +
        Following issues have been detected: {0}
        +
      • +
      + + + +
        +
      • +

        localizableCOMMITTING_STREAM_BUFFERING_ILLEGAL_STATE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCOMMITTING_STREAM_BUFFERING_ILLEGAL_STATE()
        +
      • +
      + + + +
        +
      • +

        COMMITTING_STREAM_BUFFERING_ILLEGAL_STATE

        +
        public static String COMMITTING_STREAM_BUFFERING_ILLEGAL_STATE()
        +
        Cannot setup buffering as bytes have already been written to the output stream. The entity buffering can be initialized only before first bytes are written to the entity output stream.
        +
      • +
      + + + +
        +
      • +

        localizableLOCALE_IS_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableLOCALE_IS_NULL()
        +
      • +
      + + + +
        +
      • +

        LOCALE_IS_NULL

        +
        public static String LOCALE_IS_NULL()
        +
        Locale is null.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_KMF_PROVIDER_NOT_REGISTERED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_KMF_PROVIDER_NOT_REGISTERED()
        +
      • +
      + + + +
        +
      • +

        SSL_KMF_PROVIDER_NOT_REGISTERED

        +
        public static String SSL_KMF_PROVIDER_NOT_REGISTERED()
        +
        Error initializing key manager factory (provider not registered).
        +
      • +
      + + + +
        +
      • +

        localizableURI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object arg0,
        +                                                                                                                  Object arg1)
        +
      • +
      + + + +
        +
      • +

        URI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT

        +
        public static String URI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object arg0,
        +                                                               Object arg1)
        +
        Malformed percent-encoded octet at index {0}, invalid hexadecimal digit ''{1}''.
        +
      • +
      + + + +
        +
      • +

        localizableURI_PARSER_COMPONENT_DELIMITER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_PARSER_COMPONENT_DELIMITER(Object arg0,
        +                                                                                                       Object arg1)
        +
      • +
      + + + +
        +
      • +

        URI_PARSER_COMPONENT_DELIMITER

        +
        public static String URI_PARSER_COMPONENT_DELIMITER(Object arg0,
        +                                                    Object arg1)
        +
        Component does not end by a delimiter ''{0}'' at index {1}.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_KMF_ALGORITHM_NOT_SUPPORTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_KMF_ALGORITHM_NOT_SUPPORTED()
        +
      • +
      + + + +
        +
      • +

        SSL_KMF_ALGORITHM_NOT_SUPPORTED

        +
        public static String SSL_KMF_ALGORITHM_NOT_SUPPORTED()
        +
        Error initializing key manager factory (algorithm not supported).
        +
      • +
      + + + +
        +
      • +

        localizableERROR_MBR_ISREADABLE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_MBR_ISREADABLE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_MBR_ISREADABLE

        +
        public static String ERROR_MBR_ISREADABLE(Object arg0)
        +
        MesssageBodyReader {0} threw exception in isReadable - skipping.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_KMF_INIT_FAILED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_KMF_INIT_FAILED()
        +
      • +
      + + + +
        +
      • +

        SSL_KMF_INIT_FAILED

        +
        public static String SSL_KMF_INIT_FAILED()
        +
        Error initializing key manager factory (operation failed).
        +
      • +
      + + + +
        +
      • +

        localizableOVERRIDING_METHOD_CANNOT_BE_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableOVERRIDING_METHOD_CANNOT_BE_FOUND(Object arg0,
        +                                                                                                          Object arg1)
        +
      • +
      + + + +
        +
      • +

        OVERRIDING_METHOD_CANNOT_BE_FOUND

        +
        public static String OVERRIDING_METHOD_CANNOT_BE_FOUND(Object arg0,
        +                                                       Object arg1)
        +
        Method that overrides {0} cannot be found on class {1}.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_INTERCEPTOR_READER_PROCEED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_INTERCEPTOR_READER_PROCEED()
        +
      • +
      + + + +
        +
      • +

        ERROR_INTERCEPTOR_READER_PROCEED

        +
        public static String ERROR_INTERCEPTOR_READER_PROCEED()
        +
        Last reader interceptor in the chain called the method proceed.
        +
      • +
      + + + +
        +
      • +

        localizableMEDIA_TYPE_IS_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableMEDIA_TYPE_IS_NULL()
        +
      • +
      + + + +
        +
      • +

        MEDIA_TYPE_IS_NULL

        +
        public static String MEDIA_TYPE_IS_NULL()
        +
        Media type is null.
        +
      • +
      + + + +
        +
      • +

        localizableURI_COMPONENT_ENCODED_OCTET_MALFORMED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_COMPONENT_ENCODED_OCTET_MALFORMED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        URI_COMPONENT_ENCODED_OCTET_MALFORMED

        +
        public static String URI_COMPONENT_ENCODED_OCTET_MALFORMED(Object arg0)
        +
        Malformed percent-encoded octet at index {0}.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND()
        +
      • +
      + + + +
        +
      • +

        SSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND

        +
        public static String SSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND()
        +
        Error initializing key store (algorithm to check key store integrity not found).
        +
      • +
      + + + +
        +
      • +

        localizableMESSAGE_CONTENT_BUFFER_RESET_FAILED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableMESSAGE_CONTENT_BUFFER_RESET_FAILED()
        +
      • +
      + + + +
        +
      • +

        MESSAGE_CONTENT_BUFFER_RESET_FAILED

        +
        public static String MESSAGE_CONTENT_BUFFER_RESET_FAILED()
        +
        Error resetting the buffered message content input stream.
        +
      • +
      + + + +
        +
      • +

        localizableTEMPLATE_PARAM_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableTEMPLATE_PARAM_NULL()
        +
      • +
      + + + +
        +
      • +

        TEMPLATE_PARAM_NULL

        +
        public static String TEMPLATE_PARAM_NULL()
        +
        One or more of template keys or values are null.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_TMF_INIT_FAILED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_TMF_INIT_FAILED()
        +
      • +
      + + + +
        +
      • +

        SSL_TMF_INIT_FAILED

        +
        public static String SSL_TMF_INIT_FAILED()
        +
        Error initializing trust manager factory (operation failed).
        +
      • +
      + + + +
        +
      • +

        localizableURI_BUILDER_CLASS_PATH_ANNOTATION_MISSING

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_BUILDER_CLASS_PATH_ANNOTATION_MISSING(Object arg0)
        +
      • +
      + + + +
        +
      • +

        URI_BUILDER_CLASS_PATH_ANNOTATION_MISSING

        +
        public static String URI_BUILDER_CLASS_PATH_ANNOTATION_MISSING(Object arg0)
        +
        The class, {0} is not annotated with @Path.
        +
      • +
      + + + +
        +
      • +

        localizableUNHANDLED_EXCEPTION_DETECTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableUNHANDLED_EXCEPTION_DETECTED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        UNHANDLED_EXCEPTION_DETECTED

        +
        public static String UNHANDLED_EXCEPTION_DETECTED(Object arg0)
        +
        Unhandled exception detected on thread {0}.
        +
      • +
      + + + +
        +
      • +

        localizableNOT_SUPPORTED_ON_OUTBOUND_MESSAGE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNOT_SUPPORTED_ON_OUTBOUND_MESSAGE()
        +
      • +
      + + + +
        +
      • +

        NOT_SUPPORTED_ON_OUTBOUND_MESSAGE

        +
        public static String NOT_SUPPORTED_ON_OUTBOUND_MESSAGE()
        +
        Method not supported on an outbound message.
        +
      • +
      + + + +
        +
      • +

        localizableUNABLE_TO_PARSE_HEADER_VALUE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableUNABLE_TO_PARSE_HEADER_VALUE(Object arg0,
        +                                                                                                     Object arg1)
        +
      • +
      + + + +
        +
      • +

        UNABLE_TO_PARSE_HEADER_VALUE

        +
        public static String UNABLE_TO_PARSE_HEADER_VALUE(Object arg0,
        +                                                  Object arg1)
        +
        Unable to parse "{0}" header value: "{1}"
        +
      • +
      + + + +
        +
      • +

        localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object arg0,
        +                                                                                                                    Object arg1,
        +                                                                                                                    Object arg2)
        +
      • +
      + + + +
        +
      • +

        ERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME

        +
        public static String ERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object arg0,
        +                                                                 Object arg1,
        +                                                                 Object arg2)
        +
        A provider {0} registered in {2} runtime is constrained (via @ConstrainedTo) to {1} runtime.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_KMF_NO_PASSWORD_SET

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_KMF_NO_PASSWORD_SET(Object arg0)
        +
      • +
      + + + +
        +
      • +

        SSL_KMF_NO_PASSWORD_SET

        +
        public static String SSL_KMF_NO_PASSWORD_SET(Object arg0)
        +
        Neither key password nor key store password has been set for {0} key store. Ignoring the key store configuration and skipping the key manager factory initialization. Key manager factory will not be configured in the current SSL context.
        +
      • +
      + + + +
        +
      • +

        localizablePARAM_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePARAM_NULL(Object arg0)
        +
      • +
      + + + +
        +
      • +

        PARAM_NULL

        +
        public static String PARAM_NULL(Object arg0)
        +
        "{0}" parameter is null.
        +
      • +
      + + + +
        +
      • +

        localizableHTTP_HEADER_UNBALANCED_QUOTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHTTP_HEADER_UNBALANCED_QUOTED()
        +
      • +
      + + + +
        +
      • +

        HTTP_HEADER_UNBALANCED_QUOTED

        +
        public static String HTTP_HEADER_UNBALANCED_QUOTED()
        +
        Unbalanced quoted string.
        +
      • +
      + + + +
        +
      • +

        localizableLINK_IS_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableLINK_IS_NULL()
        +
      • +
      + + + +
        +
      • +

        LINK_IS_NULL

        +
        public static String LINK_IS_NULL()
        +
        Link is null.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME(Object arg0,
        +                                                                                                                        Object arg1,
        +                                                                                                                        Object arg2)
        +
      • +
      + + + +
        +
      • +

        ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME

        +
        public static String ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME(Object arg0,
        +                                                                     Object arg1,
        +                                                                     Object arg2)
        +
        Illegal character "{0}" at position {1} is not allowed as a part of a name in a path template "{2}".
        +
      • +
      + + + +
        +
      • +

        localizablePROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME(Object arg0,
        +                                                                                                                   Object arg1)
        +
      • +
      + + + +
        +
      • +

        PROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME

        +
        public static String PROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME(Object arg0,
        +                                                                Object arg1)
        +
        Deprecated property name "{0}" usage was found. Please use "{1}" instead.
        +
      • +
      + + + +
        +
      • +

        localizableCOMPONENT_CANNOT_BE_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCOMPONENT_CANNOT_BE_NULL()
        +
      • +
      + + + +
        +
      • +

        COMPONENT_CANNOT_BE_NULL

        +
        public static String COMPONENT_CANNOT_BE_NULL()
        +
        Registered component instance cannot be null.
        +
      • +
      + + + +
        +
      • +

        localizableURI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING(Object arg0)
        +
      • +
      + + + +
        +
      • +

        URI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING

        +
        public static String URI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING(Object arg0)
        +
        The annotated element "{0}" is not annotated with @Path.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT

        +
        public static String ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT(Object arg0)
        +
        Incorrect type of feature context instance {0}. Parameter must be a default Jersey FeatureContext implementation.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME(Object arg0,
        +                                                                                                                      Object arg1,
        +                                                                                                                      Object arg2)
        +
      • +
      + + + +
        +
      • +

        ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME

        +
        public static String ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME(Object arg0,
        +                                                                   Object arg1,
        +                                                                   Object arg2)
        +
        Illegal character "{0}" at position {1} is not allowed as a start of a name in a path template "{2}".
        +
      • +
      + + + +
        +
      • +

        localizableCONFIGURATION_NOT_MODIFIABLE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCONFIGURATION_NOT_MODIFIABLE()
        +
      • +
      + + + +
        +
      • +

        CONFIGURATION_NOT_MODIFIABLE

        +
        public static String CONFIGURATION_NOT_MODIFIABLE()
        +
        The configuration is not modifiable in this context.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_TS_CERT_LOAD_ERROR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_TS_CERT_LOAD_ERROR()
        +
      • +
      + + + +
        +
      • +

        SSL_TS_CERT_LOAD_ERROR

        +
        public static String SSL_TS_CERT_LOAD_ERROR()
        +
        Cannot load trust store certificates.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_FINDING_EXCEPTION_MAPPER_TYPE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_FINDING_EXCEPTION_MAPPER_TYPE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_FINDING_EXCEPTION_MAPPER_TYPE

        +
        public static String ERROR_FINDING_EXCEPTION_MAPPER_TYPE(Object arg0)
        +
        Could not find exception type for given ExceptionMapper class: {0}.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_NEWCOOKIE_EXPIRES

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_NEWCOOKIE_EXPIRES(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_NEWCOOKIE_EXPIRES

        +
        public static String ERROR_NEWCOOKIE_EXPIRES(Object arg0)
        +
        NewCookie Expires header value ({0}) cannot be read.
        +
      • +
      + + + +
        +
      • +

        localizableILLEGAL_INITIAL_CAPACITY

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableILLEGAL_INITIAL_CAPACITY(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ILLEGAL_INITIAL_CAPACITY

        +
        public static String ILLEGAL_INITIAL_CAPACITY(Object arg0)
        +
        Illegal initial capacity: {0}.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_KS_CERT_LOAD_ERROR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_KS_CERT_LOAD_ERROR()
        +
      • +
      + + + +
        +
      • +

        SSL_KS_CERT_LOAD_ERROR

        +
        public static String SSL_KS_CERT_LOAD_ERROR()
        +
        Cannot load key store certificates.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_READING_ENTITY_FROM_INPUT_STREAM

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_READING_ENTITY_FROM_INPUT_STREAM()
        +
      • +
      + + + +
        +
      • +

        ERROR_READING_ENTITY_FROM_INPUT_STREAM

        +
        public static String ERROR_READING_ENTITY_FROM_INPUT_STREAM()
        +
        Error reading entity from input stream.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_PROVIDER_CONSTRAINED_TO_IGNORED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_PROVIDER_CONSTRAINED_TO_IGNORED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_PROVIDER_CONSTRAINED_TO_IGNORED

        +
        public static String ERROR_PROVIDER_CONSTRAINED_TO_IGNORED(Object arg0)
        +
        Due to constraint configuration problems the provider {0} will be ignored.
        +
      • +
      + + + +
        +
      • +

        localizableHTTP_HEADER_WHITESPACE_NOT_ALLOWED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHTTP_HEADER_WHITESPACE_NOT_ALLOWED()
        +
      • +
      + + + +
        +
      • +

        HTTP_HEADER_WHITESPACE_NOT_ALLOWED

        +
        public static String HTTP_HEADER_WHITESPACE_NOT_ALLOWED()
        +
        White space not allowed.
        +
      • +
      + + + +
        +
      • +

        localizableILLEGAL_CONFIG_SYNTAX

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableILLEGAL_CONFIG_SYNTAX()
        +
      • +
      + + + +
        +
      • +

        ILLEGAL_CONFIG_SYNTAX

        +
        public static String ILLEGAL_CONFIG_SYNTAX()
        +
        Illegal configuration-file syntax.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_TS_FILE_NOT_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_TS_FILE_NOT_FOUND(Object arg0)
        +
      • +
      + + + +
        +
      • +

        SSL_TS_FILE_NOT_FOUND

        +
        public static String SSL_TS_FILE_NOT_FOUND(Object arg0)
        +
        Cannot find trust store file "{0}".
        +
      • +
      + + + +
        +
      • +

        localizableERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS()
        +
      • +
      + + + +
        +
      • +

        ERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS

        +
        public static String ERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS()
        +
        Error caught while loading SPI providers.
        +
      • +
      + + + +
        +
      • +

        localizableMULTIPLE_MATCHING_CONSTRUCTORS_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableMULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object arg0,
        +                                                                                                             Object arg1,
        +                                                                                                             Object arg2,
        +                                                                                                             Object arg3)
        +
      • +
      + + + +
        +
      • +

        MULTIPLE_MATCHING_CONSTRUCTORS_FOUND

        +
        public static String MULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object arg0,
        +                                                          Object arg1,
        +                                                          Object arg2,
        +                                                          Object arg3)
        +
        Found {0} constructors with {1} parameters in {2} class. Selecting the first found constructor: {3}
        +
      • +
      + + + +
        +
      • +

        localizableMETHOD_NOT_GETTER_NOR_SETTER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableMETHOD_NOT_GETTER_NOR_SETTER()
        +
      • +
      + + + +
        +
      • +

        METHOD_NOT_GETTER_NOR_SETTER

        +
        public static String METHOD_NOT_GETTER_NOR_SETTER()
        +
        Method is neither getter nor setter.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_PARSING_ENTITY_TAG

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_PARSING_ENTITY_TAG(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_PARSING_ENTITY_TAG

        +
        public static String ERROR_PARSING_ENTITY_TAG(Object arg0)
        +
        Error parsing entity tag: {0}
        +
      • +
      + + + +
        +
      • +

        localizableSSL_CTX_ALGORITHM_NOT_SUPPORTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_CTX_ALGORITHM_NOT_SUPPORTED()
        +
      • +
      + + + +
        +
      • +

        SSL_CTX_ALGORITHM_NOT_SUPPORTED

        +
        public static String SSL_CTX_ALGORITHM_NOT_SUPPORTED()
        +
        Error creating SSL context (algorithm not supported).
        +
      • +
      + + + +
        +
      • +

        localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object arg0,
        +                                                                                                                      Object arg1,
        +                                                                                                                      Object arg2)
        +
      • +
      + + + +
        +
      • +

        ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME

        +
        public static String ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object arg0,
        +                                                                   Object arg1,
        +                                                                   Object arg2)
        +
        Illegal character "{0}" at position {1} is not allowed after a name in a path template "{2}".
        +
      • +
      + + + +
        +
      • +

        localizableINJECTION_MANAGER_FACTORY_NOT_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableINJECTION_MANAGER_FACTORY_NOT_FOUND()
        +
      • +
      + + + +
        +
      • +

        INJECTION_MANAGER_FACTORY_NOT_FOUND

        +
        public static String INJECTION_MANAGER_FACTORY_NOT_FOUND()
        +
        InjectionManagerFactory not found.
        +
      • +
      + + + +
        +
      • +

        localizableOUTPUT_STREAM_CLOSED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableOUTPUT_STREAM_CLOSED()
        +
      • +
      + + + +
        +
      • +

        OUTPUT_STREAM_CLOSED

        +
        public static String OUTPUT_STREAM_CLOSED()
        +
        The output stream has already been closed.
        +
      • +
      + + + +
        +
      • +

        localizableDEPENDENT_CLASS_OF_DEFAULT_PROVIDER_NOT_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableDEPENDENT_CLASS_OF_DEFAULT_PROVIDER_NOT_FOUND(Object arg0,
        +                                                                                                                      Object arg1)
        +
      • +
      + + + +
        +
      • +

        DEPENDENT_CLASS_OF_DEFAULT_PROVIDER_NOT_FOUND

        +
        public static String DEPENDENT_CLASS_OF_DEFAULT_PROVIDER_NOT_FOUND(Object arg0,
        +                                                                   Object arg1)
        +
        A class {0} for a default provider {1} was not found. The provider is not available.
        +
      • +
      + + + +
        +
      • +

        localizableENTITY_TAG_IS_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableENTITY_TAG_IS_NULL()
        +
      • +
      + + + +
        +
      • +

        ENTITY_TAG_IS_NULL

        +
        public static String ENTITY_TAG_IS_NULL()
        +
        Entity tag is null.
        +
      • +
      + + + +
        +
      • +

        localizableFEATURE_CONSTRAINED_TO_IGNORED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableFEATURE_CONSTRAINED_TO_IGNORED(Object arg0,
        +                                                                                                       Object arg1,
        +                                                                                                       Object arg2)
        +
      • +
      + + + +
        +
      • +

        FEATURE_CONSTRAINED_TO_IGNORED

        +
        public static String FEATURE_CONSTRAINED_TO_IGNORED(Object arg0,
        +                                                    Object arg1,
        +                                                    Object arg2)
        +
        Feature {0} registered in {2} runtime is constrained to {1} runtime and is ignored.
        +
      • +
      + + + +
        +
      • +

        localizableINPUT_STREAM_CLOSED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableINPUT_STREAM_CLOSED()
        +
      • +
      + + + +
        +
      • +

        INPUT_STREAM_CLOSED

        +
        public static String INPUT_STREAM_CLOSED()
        +
        Input stream has been closed.
        +
      • +
      + + + +
        +
      • +

        localizableCOOKIE_IS_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCOOKIE_IS_NULL()
        +
      • +
      + + + +
        +
      • +

        COOKIE_IS_NULL

        +
        public static String COOKIE_IS_NULL()
        +
        Cookie is null.
        +
      • +
      + + + +
        +
      • +

        localizableNEW_COOKIE_IS_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNEW_COOKIE_IS_NULL()
        +
      • +
      + + + +
        +
      • +

        NEW_COOKIE_IS_NULL

        +
        public static String NEW_COOKIE_IS_NULL()
        +
        New cookie is null.
        +
      • +
      + + + +
        +
      • +

        localizableINJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableINJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        INJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED

        +
        public static String INJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED(Object arg0)
        +
        Cannot instantiate {0} class. Instantiation of local classes is not supported.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_TS_PROVIDERS_NOT_REGISTERED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_TS_PROVIDERS_NOT_REGISTERED()
        +
      • +
      + + + +
        +
      • +

        SSL_TS_PROVIDERS_NOT_REGISTERED

        +
        public static String SSL_TS_PROVIDERS_NOT_REGISTERED()
        +
        Error initializing trust store (provider not registered).
        +
      • +
      + + + +
        +
      • +

        localizableINJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableINJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        INJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED

        +
        public static String INJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED(Object arg0)
        +
        Cannot instantiate {0} class. Instantiation of non-static member classes is not supported.
        +
      • +
      + + + +
        +
      • +

        localizableUNKNOWN_DESCRIPTOR_TYPE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableUNKNOWN_DESCRIPTOR_TYPE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        UNKNOWN_DESCRIPTOR_TYPE

        +
        public static String UNKNOWN_DESCRIPTOR_TYPE(Object arg0)
        +
        Unable to register a service because of unknown descriptor type: {0}.
        +
      • +
      + + + +
        +
      • +

        localizableURI_BUILDER_SCHEME_PART_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_BUILDER_SCHEME_PART_NULL()
        +
      • +
      + + + +
        +
      • +

        URI_BUILDER_SCHEME_PART_NULL

        +
        public static String URI_BUILDER_SCHEME_PART_NULL()
        +
        Supplied scheme-specific part parameter is null.
        +
      • +
      + + + +
        +
      • +

        localizableMATRIX_PARAM_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableMATRIX_PARAM_NULL()
        +
      • +
      + + + +
        +
      • +

        MATRIX_PARAM_NULL

        +
        public static String MATRIX_PARAM_NULL()
        +
        One or more of matrix value parameters are null.
        +
      • +
      + + + +
        +
      • +

        localizableWARNINGS_DETECTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableWARNINGS_DETECTED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        WARNINGS_DETECTED

        +
        public static String WARNINGS_DETECTED(Object arg0)
        +
        The following warnings have been detected: {0}
        +
      • +
      + + + +
        +
      • +

        localizableHINT_MSG

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHINT_MSG(Object arg0)
        +
      • +
      + + + +
        +
      • +

        HINT_MSG

        +
        public static String HINT_MSG(Object arg0)
        +
        HINT: {0}
        +
      • +
      + + + +
        +
      • +

        localizableSSL_TS_LOAD_ERROR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_TS_LOAD_ERROR(Object arg0)
        +
      • +
      + + + +
        +
      • +

        SSL_TS_LOAD_ERROR

        +
        public static String SSL_TS_LOAD_ERROR(Object arg0)
        +
        Error loading trust store from file "{0}".
        +
      • +
      + + + +
        +
      • +

        localizableERROR_PROVIDER_REGISTERED_WRONG_RUNTIME

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object arg0,
        +                                                                                                                Object arg1)
        +
      • +
      + + + +
        +
      • +

        ERROR_PROVIDER_REGISTERED_WRONG_RUNTIME

        +
        public static String ERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object arg0,
        +                                                             Object arg1)
        +
        A provider {0} registered in {1} runtime does not implement any provider interfaces applicable in the {1} runtime.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS()
        +
      • +
      + + + +
        +
      • +

        SSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS

        +
        public static String SSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS()
        +
        "provider based"
        +
      • +
      + + + +
        +
      • +

        localizableERROR_PARAMETER_INVALID_CHAR_VALUE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_PARAMETER_INVALID_CHAR_VALUE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_PARAMETER_INVALID_CHAR_VALUE

        +
        public static String ERROR_PARAMETER_INVALID_CHAR_VALUE(Object arg0)
        +
        Value "{0}" is not a character.
        +
      • +
      + + + +
        +
      • +

        localizableURI_PARSER_SCHEME_EXPECTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_PARSER_SCHEME_EXPECTED(Object arg0,
        +                                                                                                   Object arg1)
        +
      • +
      + + + +
        +
      • +

        URI_PARSER_SCHEME_EXPECTED

        +
        public static String URI_PARSER_SCHEME_EXPECTED(Object arg0,
        +                                                Object arg1)
        +
        Expected scheme name at index {0}: ''{1}''.
        +
      • +
      + + + +
        +
      • +

        localizableTHREAD_POOL_EXECUTOR_PROVIDER_CLOSED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableTHREAD_POOL_EXECUTOR_PROVIDER_CLOSED()
        +
      • +
      + + + +
        +
      • +

        THREAD_POOL_EXECUTOR_PROVIDER_CLOSED

        +
        public static String THREAD_POOL_EXECUTOR_PROVIDER_CLOSED()
        +
        Thread pool executor provider has been closed.
        +
      • +
      + + + +
        +
      • +

        localizableMBW_TRYING_TO_CLOSE_STREAM

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableMBW_TRYING_TO_CLOSE_STREAM(Object arg0)
        +
      • +
      + + + +
        +
      • +

        MBW_TRYING_TO_CLOSE_STREAM

        +
        public static String MBW_TRYING_TO_CLOSE_STREAM(Object arg0)
        +
        Message body writer ({0}) is trying to close the entity output stream. Not closing.
        +
      • +
      + + + +
        +
      • +

        localizableCOMPONENT_CONTRACTS_EMPTY_OR_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCOMPONENT_CONTRACTS_EMPTY_OR_NULL(Object arg0)
        +
      • +
      + + + +
        +
      • +

        COMPONENT_CONTRACTS_EMPTY_OR_NULL

        +
        public static String COMPONENT_CONTRACTS_EMPTY_OR_NULL(Object arg0)
        +
        Attempt to register component of type {0} to null or empty array of contracts is ignored.
        +
      • +
      + + + +
        +
      • +

        localizablePROVIDER_NOT_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePROVIDER_NOT_FOUND(Object arg0,
        +                                                                                           Object arg1)
        +
      • +
      + + + +
        +
      • +

        PROVIDER_NOT_FOUND

        +
        public static String PROVIDER_NOT_FOUND(Object arg0,
        +                                        Object arg1)
        +
        The class {0} implementing the provider {1} is not found. The provider implementation is ignored.
        +
      • +
      + + + +
        +
      • +

        localizableTOO_MANY_HEADER_VALUES

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableTOO_MANY_HEADER_VALUES(Object arg0,
        +                                                                                               Object arg1)
        +
      • +
      + + + +
        +
      • +

        TOO_MANY_HEADER_VALUES

        +
        public static String TOO_MANY_HEADER_VALUES(Object arg0,
        +                                            Object arg1)
        +
        Too many "{0}" header values: "{1}"
        +
      • +
      + + + +
        +
      • +

        localizableCACHE_CONTROL_IS_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCACHE_CONTROL_IS_NULL()
        +
      • +
      + + + +
        +
      • +

        CACHE_CONTROL_IS_NULL

        +
        public static String CACHE_CONTROL_IS_NULL()
        +
        Cache control is null.
        +
      • +
      + + + +
        +
      • +

        localizableHTTP_HEADER_END_OF_HEADER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHTTP_HEADER_END_OF_HEADER()
        +
      • +
      + + + +
        +
      • +

        HTTP_HEADER_END_OF_HEADER

        +
        public static String HTTP_HEADER_END_OF_HEADER()
        +
        End of header.
        +
      • +
      + + + +
        +
      • +

        localizableUSING_SCHEDULER_PROVIDER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableUSING_SCHEDULER_PROVIDER(Object arg0,
        +                                                                                                 Object arg1)
        +
      • +
      + + + +
        +
      • +

        USING_SCHEDULER_PROVIDER

        +
        public static String USING_SCHEDULER_PROVIDER(Object arg0,
        +                                              Object arg1)
        +
        Selected ScheduledExecutorServiceProvider implementation [{0}] to be used for injection of scheduler qualified by [{1}] annotation.
        +
      • +
      + + + +
        +
      • +

        localizableHTTP_HEADER_COMMENTS_NOT_ALLOWED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHTTP_HEADER_COMMENTS_NOT_ALLOWED()
        +
      • +
      + + + +
        +
      • +

        HTTP_HEADER_COMMENTS_NOT_ALLOWED

        +
        public static String HTTP_HEADER_COMMENTS_NOT_ALLOWED()
        +
        Comments are not allowed.
        +
      • +
      + + + +
        +
      • +

        localizableCOMPONENT_CLASS_CANNOT_BE_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCOMPONENT_CLASS_CANNOT_BE_NULL()
        +
      • +
      + + + +
        +
      • +

        COMPONENT_CLASS_CANNOT_BE_NULL

        +
        public static String COMPONENT_CLASS_CANNOT_BE_NULL()
        +
        Registered component class cannot be null.
        +
      • +
      + + + +
        +
      • +

        localizableURI_BUILDER_SCHEMA_PART_OPAQUE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_BUILDER_SCHEMA_PART_OPAQUE()
        +
      • +
      + + + +
        +
      • +

        URI_BUILDER_SCHEMA_PART_OPAQUE

        +
        public static String URI_BUILDER_SCHEMA_PART_OPAQUE()
        +
        Schema specific part is opaque.
        +
      • +
      + + + +
        +
      • +

        localizableNO_ERROR_PROCESSING_IN_SCOPE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNO_ERROR_PROCESSING_IN_SCOPE()
        +
      • +
      + + + +
        +
      • +

        NO_ERROR_PROCESSING_IN_SCOPE

        +
        public static String NO_ERROR_PROCESSING_IN_SCOPE()
        +
        There is no error processing in scope.
        +
      • +
      + + + +
        +
      • +

        localizableCONTRACT_NOT_SUPPORTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCONTRACT_NOT_SUPPORTED(Object arg0,
        +                                                                                               Object arg1)
        +
      • +
      + + + +
        +
      • +

        CONTRACT_NOT_SUPPORTED

        +
        public static String CONTRACT_NOT_SUPPORTED(Object arg0,
        +                                            Object arg1)
        +
        Contract {0} can not be registered for component {1}: Contract type not supported.
        +
      • +
      + + + +
        +
      • +

        localizableINVALID_SPI_CLASSES

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableINVALID_SPI_CLASSES(Object arg0,
        +                                                                                            Object arg1)
        +
      • +
      + + + +
        +
      • +

        INVALID_SPI_CLASSES

        +
        public static String INVALID_SPI_CLASSES(Object arg0,
        +                                         Object arg1)
        +
        Supplied provider class(es) do not implement the expected {0} SPI: [{1}]
        +
      • +
      + + + +
        +
      • +

        localizablePROVIDER_COULD_NOT_BE_CREATED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePROVIDER_COULD_NOT_BE_CREATED(Object arg0,
        +                                                                                                      Object arg1,
        +                                                                                                      Object arg2)
        +
      • +
      + + + +
        +
      • +

        PROVIDER_COULD_NOT_BE_CREATED

        +
        public static String PROVIDER_COULD_NOT_BE_CREATED(Object arg0,
        +                                                   Object arg1,
        +                                                   Object arg2)
        +
        The class {0} implementing provider {1} could not be instantiated: {2}
        +
      • +
      + + + +
        +
      • +

        localizableERROR_NOTFOUND_MESSAGEBODYREADER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_NOTFOUND_MESSAGEBODYREADER(Object arg0,
        +                                                                                                         Object arg1,
        +                                                                                                         Object arg2)
        +
      • +
      + + + +
        +
      • +

        ERROR_NOTFOUND_MESSAGEBODYREADER

        +
        public static String ERROR_NOTFOUND_MESSAGEBODYREADER(Object arg0,
        +                                                      Object arg1,
        +                                                      Object arg2)
        +
        MessageBodyReader not found for media type={0}, type={1}, genericType={2}.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT

        +
        public static String ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object arg0)
        +
        Incorrect type of reader interceptor context instance {0}. Parameter must be a default Jersey ReaderInterceptorContext implementation.
        +
      • +
      + + + +
        +
      • +

        localizableUSING_EXECUTOR_PROVIDER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableUSING_EXECUTOR_PROVIDER(Object arg0,
        +                                                                                                Object arg1)
        +
      • +
      + + + +
        +
      • +

        USING_EXECUTOR_PROVIDER

        +
        public static String USING_EXECUTOR_PROVIDER(Object arg0,
        +                                             Object arg1)
        +
        Selected ExecutorServiceProvider implementation [{0}] to be used for injection of executor qualified by [{1}] annotation.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT

        +
        public static String ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object arg0)
        +
        Incorrect type of writer interceptor context instance {0}. Parameter must be a default Jersey WriterInterceptorContext implementation.
        +
      • +
      + + + +
        +
      • +

        localizableIGNORED_SCHEDULER_PROVIDERS

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableIGNORED_SCHEDULER_PROVIDERS(Object arg0,
        +                                                                                                    Object arg1)
        +
      • +
      + + + +
        +
      • +

        IGNORED_SCHEDULER_PROVIDERS

        +
        public static String IGNORED_SCHEDULER_PROVIDERS(Object arg0,
        +                                                 Object arg1)
        +
        Multiple ScheduledExecutorServiceProvider registrations found for qualifier annotation [{1}]. The following provider registrations will be ignored: [{0}]
        +
      • +
      + + + +
        +
      • +

        localizableDEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableDEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object arg0,
        +                                                                                                              Object arg1,
        +                                                                                                              Object arg2)
        +
      • +
      + + + +
        +
      • +

        DEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND

        +
        public static String DEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object arg0,
        +                                                           Object arg1,
        +                                                           Object arg2)
        +
        A dependent class, {0}, of the class {1} implementing the provider {2} is not found. The provider implementation is ignored.
        +
      • +
      + + + +
        +
      • +

        localizableHTTP_HEADER_NO_END_SEPARATOR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHTTP_HEADER_NO_END_SEPARATOR(Object arg0)
        +
      • +
      + + + +
        +
      • +

        HTTP_HEADER_NO_END_SEPARATOR

        +
        public static String HTTP_HEADER_NO_END_SEPARATOR(Object arg0)
        +
        No end separator "{0}".
        +
      • +
      + + + +
        +
      • +

        localizableWARNING_PROPERTIES

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableWARNING_PROPERTIES()
        +
      • +
      + + + +
        +
      • +

        WARNING_PROPERTIES

        +
        public static String WARNING_PROPERTIES()
        +
        System properties configuration provider not allowed
        +
      • +
      + + + +
        +
      • +

        localizableSSL_KS_IMPL_NOT_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_KS_IMPL_NOT_FOUND()
        +
      • +
      + + + +
        +
      • +

        SSL_KS_IMPL_NOT_FOUND

        +
        public static String SSL_KS_IMPL_NOT_FOUND()
        +
        Error initializing key store (implementation not available).
        +
      • +
      + + + +
        +
      • +

        localizableERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED

        +
        public static String ERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object arg0)
        +
        Due to constraint configuration problems the implementations of providers in the resource class {0} will be ignored. However, the resource class will be loaded and used as an resource.
        +
      • +
      + + + +
        +
      • +

        localizableINVALID_PORT

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableINVALID_PORT()
        +
      • +
      + + + +
        +
      • +

        INVALID_PORT

        +
        public static String INVALID_PORT()
        +
        Invalid port value.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_INTERCEPTOR_WRITER_PROCEED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_INTERCEPTOR_WRITER_PROCEED()
        +
      • +
      + + + +
        +
      • +

        ERROR_INTERCEPTOR_WRITER_PROCEED

        +
        public static String ERROR_INTERCEPTOR_WRITER_PROCEED()
        +
        Last writer interceptor in the chain called the method proceed.
        +
      • +
      + + + +
        +
      • +

        localizableHTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS(Object arg0,
        +                                                                                                                Object arg1)
        +
      • +
      + + + +
        +
      • +

        HTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS

        +
        public static String HTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS(Object arg0,
        +                                                             Object arg1)
        +
        No characters between the separators "{0}" and "{1}".
        +
      • +
      + + + +
        +
      • +

        localizableILLEGAL_LOAD_FACTOR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableILLEGAL_LOAD_FACTOR(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ILLEGAL_LOAD_FACTOR

        +
        public static String ILLEGAL_LOAD_FACTOR(Object arg0)
        +
        Illegal load factor: {0}.
        +
      • +
      + + + +
        +
      • +

        localizableSOME_HEADERS_NOT_SENT

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSOME_HEADERS_NOT_SENT(Object arg0,
        +                                                                                              Object arg1)
        +
      • +
      + + + +
        +
      • +

        SOME_HEADERS_NOT_SENT

        +
        public static String SOME_HEADERS_NOT_SENT(Object arg0,
        +                                           Object arg1)
        +
        There are some request headers that have not been sent by connector [{0}]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. + Unsent header changes: {1}
        +
      • +
      + + + +
        +
      • +

        localizableQUERY_PARAM_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableQUERY_PARAM_NULL()
        +
      • +
      + + + +
        +
      • +

        QUERY_PARAM_NULL

        +
        public static String QUERY_PARAM_NULL()
        +
        One or more of query value parameters are null.
        +
      • +
      + + + +
        +
      • +

        localizableILLEGAL_PROVIDER_CLASS_NAME

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableILLEGAL_PROVIDER_CLASS_NAME(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ILLEGAL_PROVIDER_CLASS_NAME

        +
        public static String ILLEGAL_PROVIDER_CLASS_NAME(Object arg0)
        +
        Illegal provider-class name: {0}.
        +
      • +
      + + + +
        +
      • +

        localizableSTREAM_PROVIDER_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSTREAM_PROVIDER_NULL()
        +
      • +
      + + + +
        +
      • +

        STREAM_PROVIDER_NULL

        +
        public static String STREAM_PROVIDER_NULL()
        +
        Stream provider is not defined. It must be set before writing first bytes to the entity output stream.
        +
      • +
      + + + +
        +
      • +

        localizableINJECTION_MANAGER_STRATEGY_NOT_SUPPORTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableINJECTION_MANAGER_STRATEGY_NOT_SUPPORTED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        INJECTION_MANAGER_STRATEGY_NOT_SUPPORTED

        +
        public static String INJECTION_MANAGER_STRATEGY_NOT_SUPPORTED(Object arg0)
        +
        InjectionManagerStrategy is not supported: {0}.
        +
      • +
      + + + +
        +
      • +

        localizableMETHOD_PARAMETER_CANNOT_BE_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableMETHOD_PARAMETER_CANNOT_BE_NULL(Object arg0)
        +
      • +
      + + + +
        +
      • +

        METHOD_PARAMETER_CANNOT_BE_NULL

        +
        public static String METHOD_PARAMETER_CANNOT_BE_NULL(Object arg0)
        +
        Method parameter "{0}" cannot be null.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_TMF_PROVIDER_NOT_REGISTERED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_TMF_PROVIDER_NOT_REGISTERED()
        +
      • +
      + + + +
        +
      • +

        SSL_TMF_PROVIDER_NOT_REGISTERED

        +
        public static String SSL_TMF_PROVIDER_NOT_REGISTERED()
        +
        Error initializing trust manager factory (provider not registered).
        +
      • +
      + + + +
        +
      • +

        localizableNO_CONTAINER_AVAILABLE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableNO_CONTAINER_AVAILABLE()
        +
      • +
      + + + +
        +
      • +

        NO_CONTAINER_AVAILABLE

        +
        public static String NO_CONTAINER_AVAILABLE()
        +
        No container available.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR

        +
        public static String ERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR(Object arg0)
        +
        Error converting entity to {0} type by single String constructor.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_NOTFOUND_MESSAGEBODYWRITER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_NOTFOUND_MESSAGEBODYWRITER(Object arg0,
        +                                                                                                         Object arg1,
        +                                                                                                         Object arg2)
        +
      • +
      + + + +
        +
      • +

        ERROR_NOTFOUND_MESSAGEBODYWRITER

        +
        public static String ERROR_NOTFOUND_MESSAGEBODYWRITER(Object arg0,
        +                                                      Object arg1,
        +                                                      Object arg2)
        +
        MessageBodyWriter not found for media type={0}, type={1}, genericType={2}.
        +
      • +
      + + + +
        +
      • +

        localizableCONTRACT_NOT_ASSIGNABLE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCONTRACT_NOT_ASSIGNABLE(Object arg0,
        +                                                                                                Object arg1)
        +
      • +
      + + + +
        +
      • +

        CONTRACT_NOT_ASSIGNABLE

        +
        public static String CONTRACT_NOT_ASSIGNABLE(Object arg0,
        +                                             Object arg1)
        +
        Contract {0} can not be registered for component {1}: Contract not assignable to component.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_TMF_ALGORITHM_NOT_SUPPORTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_TMF_ALGORITHM_NOT_SUPPORTED()
        +
      • +
      + + + +
        +
      • +

        SSL_TMF_ALGORITHM_NOT_SUPPORTED

        +
        public static String SSL_TMF_ALGORITHM_NOT_SUPPORTED()
        +
        Error initializing trust manager factory (algorithm not supported).
        +
      • +
      + + + +
        +
      • +

        localizableOSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableOSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM(Object arg0)
        +
      • +
      + + + +
        +
      • +

        OSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM

        +
        public static String OSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM(Object arg0)
        +
        Unable to open an input stream for resource {0}.
        +
      • +
      + + + +
        +
      • +

        localizableMBR_TRYING_TO_CLOSE_STREAM

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableMBR_TRYING_TO_CLOSE_STREAM(Object arg0)
        +
      • +
      + + + +
        +
      • +

        MBR_TRYING_TO_CLOSE_STREAM

        +
        public static String MBR_TRYING_TO_CLOSE_STREAM(Object arg0)
        +
        Message body reader ({0}) is trying to close the entity input stream. Not closing.
        +
      • +
      + + + +
        +
      • +

        localizableIGNORED_EXECUTOR_PROVIDERS

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableIGNORED_EXECUTOR_PROVIDERS(Object arg0,
        +                                                                                                   Object arg1)
        +
      • +
      + + + +
        +
      • +

        IGNORED_EXECUTOR_PROVIDERS

        +
        public static String IGNORED_EXECUTOR_PROVIDERS(Object arg0,
        +                                                Object arg1)
        +
        Multiple ExecutorServiceProvider registrations found for qualifier annotation [{1}]. The following provider registrations will be ignored: [{0}]
        +
      • +
      + + + +
        +
      • +

        localizableURI_PARSER_NOT_EXECUTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_PARSER_NOT_EXECUTED()
        +
      • +
      + + + +
        +
      • +

        URI_PARSER_NOT_EXECUTED

        +
        public static String URI_PARSER_NOT_EXECUTED()
        +
        The parser was not executed yet. Call the parse() method first.
        +
      • +
      + + + +
        +
      • +

        localizableMESSAGE_CONTENT_BUFFERING_FAILED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableMESSAGE_CONTENT_BUFFERING_FAILED()
        +
      • +
      + + + +
        +
      • +

        MESSAGE_CONTENT_BUFFERING_FAILED

        +
        public static String MESSAGE_CONTENT_BUFFERING_FAILED()
        +
        Failed to buffer the message content input stream.
        +
      • +
      + + + +
        +
      • +

        localizableRESPONSE_CLOSED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableRESPONSE_CLOSED()
        +
      • +
      + + + +
        +
      • +

        RESPONSE_CLOSED

        +
        public static String RESPONSE_CLOSED()
        +
        Response is closed.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_KS_LOAD_ERROR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_KS_LOAD_ERROR(Object arg0)
        +
      • +
      + + + +
        +
      • +

        SSL_KS_LOAD_ERROR

        +
        public static String SSL_KS_LOAD_ERROR(Object arg0)
        +
        Error loading key store from file "{0}".
        +
      • +
      + + + +
        +
      • +

        localizableCOMMITTING_STREAM_ALREADY_INITIALIZED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCOMMITTING_STREAM_ALREADY_INITIALIZED()
        +
      • +
      + + + +
        +
      • +

        COMMITTING_STREAM_ALREADY_INITIALIZED

        +
        public static String COMMITTING_STREAM_ALREADY_INITIALIZED()
        +
        Stream provider has already been initialized.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS()
        +
      • +
      + + + +
        +
      • +

        ERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS

        +
        public static String ERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS()
        +
        A single character expected in the entity input stream.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_ENTITY_STREAM_CLOSED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_ENTITY_STREAM_CLOSED()
        +
      • +
      + + + +
        +
      • +

        ERROR_ENTITY_STREAM_CLOSED

        +
        public static String ERROR_ENTITY_STREAM_CLOSED()
        +
        Entity input stream has already been closed.
        +
      • +
      + + + +
        +
      • +

        localizableMESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableMESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED()
        +
      • +
      + + + +
        +
      • +

        MESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED

        +
        public static String MESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED()
        +
        Error closing message content input stream.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object arg0,
        +                                                                                                                    Object arg1)
        +
      • +
      + + + +
        +
      • +

        ERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE

        +
        public static String ERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object arg0,
        +                                                                 Object arg1)
        +
        A registered provider {0} is constrained (via @ConstrainedTo) to {1} runtime but does not implement any provider interface usable in the runtime.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_KS_PROVIDERS_NOT_REGISTERED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_KS_PROVIDERS_NOT_REGISTERED()
        +
      • +
      + + + +
        +
      • +

        SSL_KS_PROVIDERS_NOT_REGISTERED

        +
        public static String SSL_KS_PROVIDERS_NOT_REGISTERED()
        +
        Error initializing key store (provider not registered).
        +
      • +
      + + + +
        +
      • +

        localizablePROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM(Object arg0,
        +                                                                                                                 Object arg1,
        +                                                                                                                 Object arg2)
        +
      • +
      + + + +
        +
      • +

        PROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM

        +
        public static String PROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM(Object arg0,
        +                                                              Object arg1,
        +                                                              Object arg2)
        +
        There is no way how to transform value "{0}" [{1}] to type [{2}].
        +
      • +
      + + + +
        +
      • +

        localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED

        +
        public static String ERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED(Object arg0)
        +
        Invalid syntax in the template "{0}". Check if a path parameter is terminated with a "}".
        +
      • +
      + + + +
        +
      • +

        localizableURI_BUILDER_URI_PART_FRAGMENT

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_BUILDER_URI_PART_FRAGMENT(Object arg0,
        +                                                                                                      Object arg1)
        +
      • +
      + + + +
        +
      • +

        URI_BUILDER_URI_PART_FRAGMENT

        +
        public static String URI_BUILDER_URI_PART_FRAGMENT(Object arg0,
        +                                                   Object arg1)
        +
        Supplied scheme-specific URI part "{0}" contains URI Fragment component: {1}.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_MBW_ISWRITABLE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_MBW_ISWRITABLE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_MBW_ISWRITABLE

        +
        public static String ERROR_MBW_ISWRITABLE(Object arg0)
        +
        MesssageBodyWriter {0} threw exception in isWritable - skipping.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_READING_ENTITY_MISSING

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_READING_ENTITY_MISSING()
        +
      • +
      + + + +
        +
      • +

        ERROR_READING_ENTITY_MISSING

        +
        public static String ERROR_READING_ENTITY_MISSING()
        +
        Missing entity.
        +
      • +
      + + + +
        +
      • +

        localizableINVALID_HOST

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableINVALID_HOST()
        +
      • +
      + + + +
        +
      • +

        INVALID_HOST

        +
        public static String INVALID_HOST()
        +
        Invalid host name.
        +
      • +
      + + + +
        +
      • +

        localizableDEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableDEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object arg0,
        +                                                                                                                 Object arg1,
        +                                                                                                                 Object arg2)
        +
      • +
      + + + +
        +
      • +

        DEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR

        +
        public static String DEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object arg0,
        +                                                              Object arg1,
        +                                                              Object arg2)
        +
        {0}. A dependent class of the class {1} implementing the provider {2} is malformed. The provider implementation is ignored. Check if the malformed class is part of a stubbed jar that used for compiling only.
        +
      • +
      + + + +
        +
      • +

        localizablePARAM_CREATION_FACTORY_NOT_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePARAM_CREATION_FACTORY_NOT_FOUND(Object arg0)
        +
      • +
      + + + +
        +
      • +

        PARAM_CREATION_FACTORY_NOT_FOUND

        +
        public static String PARAM_CREATION_FACTORY_NOT_FOUND(Object arg0)
        +
        No ParamCreationFactory found for Parameter source {0}.
        +
      • +
      + + + +
        +
      • +

        localizableEXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableEXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object arg0)
        +
      • +
      + + + +
        +
      • +

        EXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN

        +
        public static String EXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object arg0)
        +
        Unable to retrieve the supported exception type for a registered exception mapper service class "{0}".
        +
      • +
      + + + +
        +
      • +

        localizableINJECTION_MANAGER_NOT_PROVIDED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableINJECTION_MANAGER_NOT_PROVIDED()
        +
      • +
      + + + +
        +
      • +

        INJECTION_MANAGER_NOT_PROVIDED

        +
        public static String INJECTION_MANAGER_NOT_PROVIDED()
        +
        InjectionManager is not provided.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS()
        +
      • +
      + + + +
        +
      • +

        SSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS

        +
        public static String SSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS()
        +
        "byte array based"
        +
      • +
      + + + +
        +
      • +

        localizableSLOW_SUBSCRIBER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSLOW_SUBSCRIBER(Object arg0)
        +
      • +
      + + + +
        +
      • +

        SLOW_SUBSCRIBER

        +
        public static String SLOW_SUBSCRIBER(Object arg0)
        +
        Slow Subscriber. Subscription will be canceled. Item {0} and all the items sent after will not be received.
        +
      • +
      + + + +
        +
      • +

        localizableTYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableTYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        TYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED

        +
        public static String TYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED(Object arg0)
        +
        Type-to-class conversion not supported for: {0}.
        +
      • +
      + + + +
        +
      • +

        localizableUNKNOWN_SUBSCRIBER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableUNKNOWN_SUBSCRIBER()
        +
      • +
      + + + +
        +
      • +

        UNKNOWN_SUBSCRIBER

        +
        public static String UNKNOWN_SUBSCRIBER()
        +
        Unknown subscriber.
        +
      • +
      + + + +
        +
      • +

        localizableFEATURE_HAS_ALREADY_BEEN_PROCESSED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableFEATURE_HAS_ALREADY_BEEN_PROCESSED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        FEATURE_HAS_ALREADY_BEEN_PROCESSED

        +
        public static String FEATURE_HAS_ALREADY_BEEN_PROCESSED(Object arg0)
        +
        Feature [{0}] has already been processed.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_CTX_INIT_FAILED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_CTX_INIT_FAILED()
        +
      • +
      + + + +
        +
      • +

        SSL_CTX_INIT_FAILED

        +
        public static String SSL_CTX_INIT_FAILED()
        +
        Error initializing SSL context (operation failed).
        +
      • +
      + + + +
        +
      • +

        localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX(Object arg0,
        +                                                                                                             Object arg1,
        +                                                                                                             Object arg2)
        +
      • +
      + + + +
        +
      • +

        ERROR_TEMPLATE_PARSER_INVALID_SYNTAX

        +
        public static String ERROR_TEMPLATE_PARSER_INVALID_SYNTAX(Object arg0,
        +                                                          Object arg1,
        +                                                          Object arg2)
        +
        Invalid syntax for the expression "{0}" associated with the name "{1}" in a path template "{2}".
        +
      • +
      + + + +
        +
      • +

        localizableURI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT(Object arg0,
        +                                                                                                                     Object arg1)
        +
      • +
      + + + +
        +
      • +

        URI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT

        +
        public static String URI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT(Object arg0,
        +                                                                  Object arg1)
        +
        Supplied scheme-specific URI part "{0}" contains unexpected URI Scheme component: {1}.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_TS_IMPL_NOT_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_TS_IMPL_NOT_FOUND()
        +
      • +
      + + + +
        +
      • +

        SSL_TS_IMPL_NOT_FOUND

        +
        public static String SSL_TS_IMPL_NOT_FOUND()
        +
        Error initializing trust store (implementation not available).
        +
      • +
      + + + +
        +
      • +

        localizableWARNING_MSG

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableWARNING_MSG(Object arg0)
        +
      • +
      + + + +
        +
      • +

        WARNING_MSG

        +
        public static String WARNING_MSG(Object arg0)
        +
        WARNING: {0}
        +
      • +
      + + + +
        +
      • +

        localizableWARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableWARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object arg0,
        +                                                                                                                      Object arg1,
        +                                                                                                                      Object arg2,
        +                                                                                                                      Object arg3)
        +
      • +
      + + + +
        +
      • +

        WARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE

        +
        public static String WARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object arg0,
        +                                                                   Object arg1,
        +                                                                   Object arg2,
        +                                                                   Object arg3)
        +
        A registered provider {0} constrained (via @ConstrainedTo) to {1} runtime implements interface {2} which is only usable in a {3} runtime context.
        +
      • +
      + + + +
        +
      • +

        localizableHINTS_DETECTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHINTS_DETECTED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        HINTS_DETECTED

        +
        public static String HINTS_DETECTED(Object arg0)
        +
        The following hints have been detected: {0}
        +
      • +
      + + + +
        +
      • +

        localizableHTTP_HEADER_UNBALANCED_COMMENTS

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHTTP_HEADER_UNBALANCED_COMMENTS()
        +
      • +
      + + + +
        +
      • +

        HTTP_HEADER_UNBALANCED_COMMENTS

        +
        public static String HTTP_HEADER_UNBALANCED_COMMENTS()
        +
        Unbalanced comments.
        +
      • +
      + + + +
        +
      • +

        localizableURI_BUILDER_METHODNAME_NOT_SPECIFIED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_BUILDER_METHODNAME_NOT_SPECIFIED(Object arg0,
        +                                                                                                             Object arg1)
        +
      • +
      + + + +
        +
      • +

        URI_BUILDER_METHODNAME_NOT_SPECIFIED

        +
        public static String URI_BUILDER_METHODNAME_NOT_SPECIFIED(Object arg0,
        +                                                          Object arg1)
        +
        The method named "{0}" is not specified by {1}.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_KMF_UNRECOVERABLE_KEY

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_KMF_UNRECOVERABLE_KEY()
        +
      • +
      + + + +
        +
      • +

        SSL_KMF_UNRECOVERABLE_KEY

        +
        public static String SSL_KMF_UNRECOVERABLE_KEY()
        +
        Error initializing key manager factory (unrecoverable key).
        +
      • +
      + + + +
        +
      • +

        localizableINJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableINJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND(Object arg0)
        +
      • +
      + + + +
        +
      • +

        INJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND

        +
        public static String INJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND(Object arg0)
        +
        Could not find a suitable constructor in {0} class.
        +
      • +
      + + + +
        +
      • +

        localizableAUTODISCOVERABLE_CONFIGURATION_FAILED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableAUTODISCOVERABLE_CONFIGURATION_FAILED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        AUTODISCOVERABLE_CONFIGURATION_FAILED

        +
        public static String AUTODISCOVERABLE_CONFIGURATION_FAILED(Object arg0)
        +
        Configuration of {0} auto-discoverable failed.
        +
      • +
      + + + +
        +
      • +

        localizableURI_COMPONENT_INVALID_CHARACTER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_COMPONENT_INVALID_CHARACTER(Object arg0,
        +                                                                                                        Object arg1,
        +                                                                                                        Object arg2,
        +                                                                                                        Object arg3)
        +
      • +
      + + + +
        +
      • +

        URI_COMPONENT_INVALID_CHARACTER

        +
        public static String URI_COMPONENT_INVALID_CHARACTER(Object arg0,
        +                                                     Object arg1,
        +                                                     Object arg2,
        +                                                     Object arg3)
        +
        The string "{0}" for the URI component {1} contains an invalid character, ''{2}'', at index {3}.
        +
      • +
      + + + +
        +
      • +

        localizableSSL_KS_FILE_NOT_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_KS_FILE_NOT_FOUND(Object arg0)
        +
      • +
      + + + +
        +
      • +

        SSL_KS_FILE_NOT_FOUND

        +
        public static String SSL_KS_FILE_NOT_FOUND(Object arg0)
        +
        Cannot find key store file "{0}".
        +
      • +
      + + + +
        +
      • +

        localizableEXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableEXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS()
        +
      • +
      + + + +
        +
      • +

        EXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS

        +
        public static String EXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS()
        +
        Exception caught while loading SPI providers.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_MSG

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_MSG(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_MSG

        +
        public static String ERROR_MSG(Object arg0)
        +
        WARNING: {0}
        +
      • +
      + + + +
        +
      • +

        localizableURI_IS_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_IS_NULL()
        +
      • +
      + + + +
        +
      • +

        URI_IS_NULL

        +
        public static String URI_IS_NULL()
        +
        Uri is null.
        +
      • +
      + + + +
        +
      • +

        localizableOSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableOSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM(Object arg0)
        +
      • +
      + + + +
        +
      • +

        OSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM

        +
        public static String OSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM(Object arg0)
        +
        Unexpected error occurred while processing resource stream {0}.
        +
      • +
      + + + +
        +
      • +

        localizablePROVIDER_CLASS_COULD_NOT_BE_LOADED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePROVIDER_CLASS_COULD_NOT_BE_LOADED(Object arg0,
        +                                                                                                           Object arg1,
        +                                                                                                           Object arg2)
        +
      • +
      + + + +
        +
      • +

        PROVIDER_CLASS_COULD_NOT_BE_LOADED

        +
        public static String PROVIDER_CLASS_COULD_NOT_BE_LOADED(Object arg0,
        +                                                        Object arg1,
        +                                                        Object arg2)
        +
        The class {0} implementing provider {1} could not be loaded: {2}
        +
      • +
      + + + +
        +
      • +

        localizableCOMPONENT_TYPE_ALREADY_REGISTERED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCOMPONENT_TYPE_ALREADY_REGISTERED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        COMPONENT_TYPE_ALREADY_REGISTERED

        +
        public static String COMPONENT_TYPE_ALREADY_REGISTERED(Object arg0)
        +
        Cannot create new registration for component type {0}: Existing previous registration found for the type.
        +
      • +
      + + + +
        +
      • +

        localizableSYSTEM_PROPERTIES_WARNING

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSYSTEM_PROPERTIES_WARNING()
        +
      • +
      + + + +
        +
      • +

        SYSTEM_PROPERTIES_WARNING

        +
        public static String SYSTEM_PROPERTIES_WARNING()
        +
        Could not read system properties
        +
      • +
      + + + +
        +
      • +

        localizableERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN(Object arg0)
        +
      • +
      + + + +
        +
      • +

        ERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN

        +
        public static String ERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN(Object arg0)
        +
        Unsupported basic type {0}.
        +
      • +
      + + + +
        +
      • +

        localizableSTRING_IS_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSTRING_IS_NULL()
        +
      • +
      + + + +
        +
      • +

        STRING_IS_NULL

        +
        public static String STRING_IS_NULL()
        +
        String is null.
        +
      • +
      + + + +
        +
      • +

        localizableDATE_IS_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableDATE_IS_NULL()
        +
      • +
      + + + +
        +
      • +

        DATE_IS_NULL

        +
        public static String DATE_IS_NULL()
        +
        Date is null.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_RESOLVING_GENERIC_TYPE_VALUE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_RESOLVING_GENERIC_TYPE_VALUE(Object arg0,
        +                                                                                                           Object arg1)
        +
      • +
      + + + +
        +
      • +

        ERROR_RESOLVING_GENERIC_TYPE_VALUE

        +
        public static String ERROR_RESOLVING_GENERIC_TYPE_VALUE(Object arg0,
        +                                                        Object arg1)
        +
        Unable to resolve generic type value of {0} for an instance of {1}.
        +
      • +
      + + + +
        +
      • +

        localizableERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE(Object arg0,
        +                                                                                                                  Object arg1)
        +
      • +
      + + + +
        +
      • +

        ERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE

        +
        public static String ERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE(Object arg0,
        +                                                               Object arg1)
        +
        The name "{0}" is declared more than once with different regular expressions in a path template "{1}".
        +
      • +
      + + + +
        +
      • +

        localizableSSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableSSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND()
        +
      • +
      + + + +
        +
      • +

        SSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND

        +
        public static String SSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND()
        +
        Error initializing trust store (algorithm to check trust store integrity not found).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/MapPropertiesDelegate.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/MapPropertiesDelegate.html new file mode 100644 index 000000000..53225e29d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/MapPropertiesDelegate.html @@ -0,0 +1,449 @@ + + + + + + +MapPropertiesDelegate (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class MapPropertiesDelegate

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.MapPropertiesDelegate
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    PropertiesDelegate
    +
    +
    +
    +
    public final class MapPropertiesDelegate
    +extends Object
    +implements PropertiesDelegate
    +
    Properties delegate backed by a Map.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MapPropertiesDelegate

        +
        public MapPropertiesDelegate()
        +
        Create new map-based properties delegate.
        +
      • +
      + + + +
        +
      • +

        MapPropertiesDelegate

        +
        public MapPropertiesDelegate(Map<String,Object> store)
        +
        Create new map-based properties delegate.
        +
        +
        Parameters:
        +
        store - backing property store.
        +
        +
      • +
      + + + +
        +
      • +

        MapPropertiesDelegate

        +
        public MapPropertiesDelegate(PropertiesDelegate that)
        +
        Initialize new map-based properties delegate from another + delegate.
        +
        +
        Parameters:
        +
        that - original properties delegate.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getProperty

        +
        public Object getProperty(String name)
        +
        Description copied from interface: PropertiesDelegate
        +
        Returns the property with the given name registered in the current request/response + exchange context, or null if there is no property by that name. +

        + A property allows a JAX-RS filters and interceptors to exchange + additional custom information not already provided by this interface. +

        +

        + A list of supported properties can be retrieved using PropertiesDelegate.getPropertyNames(). + Custom property names should follow the same convention as package names. +

        +
        +
        Specified by:
        +
        getProperty in interface PropertiesDelegate
        +
        Parameters:
        +
        name - a String specifying the name of the property.
        +
        Returns:
        +
        an Object containing the value of the property, or + null if no property exists matching the given name.
        +
        See Also:
        +
        PropertiesDelegate.getPropertyNames()
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setProperty

        +
        public void setProperty(String name,
        +                        Object value)
        +
        Description copied from interface: PropertiesDelegate
        +
        Binds an object to a given property name in the current request/response + exchange context. If the name specified is already used for a property, + this method will replace the value of the property with the new value. +

        + A property allows a JAX-RS filters and interceptors to exchange + additional custom information not already provided by this interface. +

        +

        + A list of supported properties can be retrieved using PropertiesDelegate.getPropertyNames(). + Custom property names should follow the same convention as package names. +

        +

        + If a null value is passed, the effect is the same as calling the + PropertiesDelegate.removeProperty(String) method. +

        +
        +
        Specified by:
        +
        setProperty in interface PropertiesDelegate
        +
        Parameters:
        +
        name - a String specifying the name of the property.
        +
        value - an Object representing the property to be bound.
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/OsgiRegistry.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/OsgiRegistry.html new file mode 100644 index 000000000..f852a4892 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/OsgiRegistry.html @@ -0,0 +1,438 @@ + + + + + + +OsgiRegistry (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class OsgiRegistry

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    EventListener, org.osgi.framework.BundleListener, org.osgi.framework.SynchronousBundleListener
    +
    +
    +
    +
    public final class OsgiRegistry
    +extends Object
    +implements org.osgi.framework.SynchronousBundleListener
    +
    Utility class to deal with OSGi runtime specific behavior. + This is mainly to handle META-INF/services lookup + and generic/application class lookup issue in OSGi. + + When OSGi runtime is detected by the ServiceFinder class, + an instance of OsgiRegistry is created and associated with given + OSGi BundleContext. META-INF/services entries are then being accessed + via the OSGi Bundle API as direct ClassLoader#getResource() method invocation + does not work in this case within OSGi.
    +
    +
    Author:
    +
    Jakub Podlesak, Adam Lindenthal
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInstance

        +
        public static OsgiRegistry getInstance()
        +
        Returns an OsgiRegistry instance. Call this method only if sure that the application is running in OSGi + environment, otherwise a call to this method can lead to an ClassNotFoundException.
        +
        +
        Returns:
        +
        an OsgiRegistry instance.
        +
        +
      • +
      + + + +
        +
      • +

        bundleChanged

        +
        public void bundleChanged(org.osgi.framework.BundleEvent event)
        +
        +
        Specified by:
        +
        bundleChanged in interface org.osgi.framework.BundleListener
        +
        +
      • +
      + + + +
        +
      • +

        bundleEntryPathToClassName

        +
        public static String bundleEntryPathToClassName(String packagePath,
        +                                                String bundleEntryPath)
        +
        Translates bundle entry path as returned from Bundle.findEntries(String, String, boolean) to + fully qualified class name that resides in given package path (directly or indirectly in its subpackages).
        +
        +
        Parameters:
        +
        packagePath - The package path where the class is located (even recursively)
        +
        bundleEntryPath - The bundle path to translate.
        +
        Returns:
        +
        Fully qualified class name.
        +
        +
      • +
      + + + +
        +
      • +

        isPackageLevelEntry

        +
        public static boolean isPackageLevelEntry(String packagePath,
        +                                          String entryPath)
        +
        Returns whether the given entry path is located directly in the provided package path. That is, + if the entry is located in a sub-package, then false is returned.
        +
        +
        Parameters:
        +
        packagePath - Package path which the entry is compared to
        +
        entryPath - Entry path
        +
        Returns:
        +
        Whether the given entry path is located directly in the provided package path.
        +
        +
      • +
      + + + +
        +
      • +

        normalizedPackagePath

        +
        public static String normalizedPackagePath(String packagePath)
        +
        Normalized package returns path that does not start with '/' character and ends with '/' character. + If the argument is '/' then returned value is empty string "".
        +
        +
        Parameters:
        +
        packagePath - package path to normalize.
        +
        Returns:
        +
        Normalized package path.
        +
        +
      • +
      + + + +
        +
      • +

        getPackageResources

        +
        public Enumeration<URL> getPackageResources(String packagePath,
        +                                            ClassLoader classLoader,
        +                                            boolean recursive)
        +
        Get URLs of resources from a given package.
        +
        +
        Parameters:
        +
        packagePath - package.
        +
        classLoader - resource class loader.
        +
        recursive - whether the given package path should be scanned recursively by OSGi
        +
        Returns:
        +
        URLs of the located resources.
        +
        +
      • +
      + + + +
        +
      • +

        classForNameWithException

        +
        public Class<?> classForNameWithException(String className)
        +                                   throws ClassNotFoundException
        +
        Get the Class from the class name. +

        + The context class loader will be utilized if accessible and non-null. + Otherwise the defining class loader of this class will + be utilized.

        +
        +
        Parameters:
        +
        className - the class name.
        +
        Returns:
        +
        the Class, otherwise null if the class cannot be found.
        +
        Throws:
        +
        ClassNotFoundException - if the class cannot be found.
        +
        +
      • +
      + + + +
        +
      • +

        getResourceBundle

        +
        public ResourceBundle getResourceBundle(String bundleName)
        +
        Tries to load resource bundle via OSGi means. No caching involved here, + as localization properties are being cached in Localizer class already.
        +
        +
        Parameters:
        +
        bundleName - name of the resource bundle to load
        +
        Returns:
        +
        resource bundle instance if found, null otherwise
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/PropertiesDelegate.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/PropertiesDelegate.html new file mode 100644 index 000000000..e7ffd161d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/PropertiesDelegate.html @@ -0,0 +1,343 @@ + + + + + + +PropertiesDelegate (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Interface PropertiesDelegate

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      ObjectgetProperty(String name) +
      Returns the property with the given name registered in the current request/response + exchange context, or null if there is no property by that name.
      +
      Collection<String>getPropertyNames() +
      Returns an immutable collection containing the property + names available within the context of the current request/response exchange context.
      +
      voidremoveProperty(String name) +
      Removes a property with the given name from the current request/response + exchange context.
      +
      voidsetProperty(String name, + Object object) +
      Binds an object to a given property name in the current request/response + exchange context.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getProperty

        +
        Object getProperty(String name)
        +
        Returns the property with the given name registered in the current request/response + exchange context, or null if there is no property by that name. +

        + A property allows a JAX-RS filters and interceptors to exchange + additional custom information not already provided by this interface. +

        +

        + A list of supported properties can be retrieved using getPropertyNames(). + Custom property names should follow the same convention as package names. +

        +
        +
        Parameters:
        +
        name - a String specifying the name of the property.
        +
        Returns:
        +
        an Object containing the value of the property, or + null if no property exists matching the given name.
        +
        See Also:
        +
        getPropertyNames()
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setProperty

        +
        void setProperty(String name,
        +                 Object object)
        +
        Binds an object to a given property name in the current request/response + exchange context. If the name specified is already used for a property, + this method will replace the value of the property with the new value. +

        + A property allows a JAX-RS filters and interceptors to exchange + additional custom information not already provided by this interface. +

        +

        + A list of supported properties can be retrieved using getPropertyNames(). + Custom property names should follow the same convention as package names. +

        +

        + If a null value is passed, the effect is the same as calling the + removeProperty(String) method. +

        +
        +
        Parameters:
        +
        name - a String specifying the name of the property.
        +
        object - an Object representing the property to be bound.
        +
        +
      • +
      + + + +
        +
      • +

        removeProperty

        +
        void removeProperty(String name)
        +
        Removes a property with the given name from the current request/response + exchange context. After removal, subsequent calls to getProperty(java.lang.String) + to retrieve the property value will return null.
        +
        +
        Parameters:
        +
        name - a String specifying the name of the property to be removed.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/PropertiesResolver.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/PropertiesResolver.html new file mode 100644 index 000000000..22836f1d8 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/PropertiesResolver.html @@ -0,0 +1,313 @@ + + + + + + +PropertiesResolver (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Interface PropertiesResolver

+
+
+
+
    +
  • +
    +
    +
    public interface PropertiesResolver
    +
    Resolver of a property value for the specified property name from the + request-specific property bag, or the global runtime configuration.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        resolveProperty

        +
        <T> T resolveProperty(String name,
        +                      Class<T> type)
        +
        Resolve a property value for the specified property name. + +

        + The method returns the value of the property registered in the request-specific + property bag, if available. If no property for the given property name is found + in the request-specific property bag, the method looks at the properties stored + in the global runtime configuration this request + belongs to. If there is a value defined in the runtime configuration, + it is returned, otherwise the method returns null if no such property is + registered neither in the runtime nor in the request-specific property bag. +

        +
        +
        Type Parameters:
        +
        T - property Java type.
        +
        Parameters:
        +
        name - property name.
        +
        type - expected property class type.
        +
        Returns:
        +
        resolved property value or null if no such property is registered.
        +
        +
      • +
      + + + + + +
        +
      • +

        resolveProperty

        +
        <T> T resolveProperty(String name,
        +                      T defaultValue)
        +
        Resolve a property value for the specified property name. + +

        + The method returns the value of the property registered in the request-specific + property bag, if available. If no property for the given property name is found + in the request-specific property bag, the method looks at the properties stored + in the global runtime configuration this request + belongs to. If there is a value defined in the runtime configuration, + it is returned, otherwise the method returns defaultValue if no such property is + registered neither in the runtime nor in the request-specific property bag. +

        +
        +
        Type Parameters:
        +
        T - property Java type.
        +
        Parameters:
        +
        name - property name.
        +
        defaultValue - default value to return if the property is not registered.
        +
        Returns:
        +
        resolved property value or defaultValue if no such property is registered.
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/RuntimeDelegateDecorator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/RuntimeDelegateDecorator.html new file mode 100644 index 000000000..63997600b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/RuntimeDelegateDecorator.html @@ -0,0 +1,291 @@ + + + + + + +RuntimeDelegateDecorator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class RuntimeDelegateDecorator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.RuntimeDelegateDecorator
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/RuntimeDelegateImpl.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/RuntimeDelegateImpl.html new file mode 100644 index 000000000..1dcd07e36 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/RuntimeDelegateImpl.html @@ -0,0 +1,347 @@ + + + + + + +RuntimeDelegateImpl (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class RuntimeDelegateImpl

+
+
+ +
+
    +
  • +
    +
    +
    public class RuntimeDelegateImpl
    +extends AbstractRuntimeDelegate
    +
    Default implementation of JAX-RS RuntimeDelegate. + The RuntimeDelegate class looks for the implementations registered + in META-INF/services. Server injection binder should override this (using META-INF/services) + to provide an implementation that supports createEndpoint(jakarta.ws.rs.core.Application, java.lang.Class) + method.
    +
    +
    Author:
    +
    Jakub Podlesak, Marek Potociar, Martin Matula
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceConfigurationError.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceConfigurationError.html new file mode 100644 index 000000000..0531256d0 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceConfigurationError.html @@ -0,0 +1,301 @@ + + + + + + +ServiceConfigurationError (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class ServiceConfigurationError

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class ServiceConfigurationError
    +extends Error
    +
    Error thrown when something goes wrong while looking up service providers. + In particular, this error will be thrown in the following situations: + +
      +
    • A concrete provider class cannot be found, +
    • A concrete provider class cannot be instantiated, +
    • The format of a provider-configuration file is illegal, or +
    • An IOException occurs while reading a provider-configuration file. +
    +
    +
    Author:
    +
    Mark Reinhold, Marek Potociar
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ServiceConfigurationError

        +
        public ServiceConfigurationError(String msg)
        +
        Constructs a new instance with the specified detail string.
        +
        +
        Parameters:
        +
        msg - the detail string
        +
        +
      • +
      + + + +
        +
      • +

        ServiceConfigurationError

        +
        public ServiceConfigurationError(Throwable x)
        +
        Constructs a new instance that wraps the specified throwable.
        +
        +
        Parameters:
        +
        x - the throwable to be wrapped
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinder.DefaultServiceIteratorProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinder.DefaultServiceIteratorProvider.html new file mode 100644 index 000000000..1228d6f3c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinder.DefaultServiceIteratorProvider.html @@ -0,0 +1,352 @@ + + + + + + +ServiceFinder.DefaultServiceIteratorProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class ServiceFinder.DefaultServiceIteratorProvider

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DefaultServiceIteratorProvider

        +
        public DefaultServiceIteratorProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIterator

        +
        public <T> Iterator<T> createIterator(Class<T> service,
        +                                      String serviceName,
        +                                      ClassLoader loader,
        +                                      boolean ignoreOnClassNotFound)
        +
        Description copied from class: ServiceFinder.ServiceIteratorProvider
        +
        Iterate over provider instances of a service.
        +
        +
        Specified by:
        +
        createIterator in class ServiceFinder.ServiceIteratorProvider
        +
        Type Parameters:
        +
        T - the type of the service.
        +
        Parameters:
        +
        service - the service class.
        +
        serviceName - the service name.
        +
        loader - the class loader to utilize when loading provider + classes.
        +
        ignoreOnClassNotFound - if true ignore an instance if the + corresponding provider class if cannot be found, + otherwise throw a ClassNotFoundException.
        +
        Returns:
        +
        the provider instance iterator.
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinder.ServiceIteratorProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinder.ServiceIteratorProvider.html new file mode 100644 index 000000000..ae464af06 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinder.ServiceIteratorProvider.html @@ -0,0 +1,346 @@ + + + + + + +ServiceFinder.ServiceIteratorProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class ServiceFinder.ServiceIteratorProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ServiceIteratorProvider

        +
        public ServiceIteratorProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIterator

        +
        public abstract <T> Iterator<T> createIterator(Class<T> service,
        +                                               String serviceName,
        +                                               ClassLoader loader,
        +                                               boolean ignoreOnClassNotFound)
        +
        Iterate over provider instances of a service.
        +
        +
        Type Parameters:
        +
        T - the type of the service.
        +
        Parameters:
        +
        service - the service class.
        +
        serviceName - the service name.
        +
        loader - the class loader to utilize when loading provider + classes.
        +
        ignoreOnClassNotFound - if true ignore an instance if the + corresponding provider class if cannot be found, + otherwise throw a ClassNotFoundException.
        +
        Returns:
        +
        the provider instance iterator.
        +
        +
      • +
      + + + +
        +
      • +

        createClassIterator

        +
        public abstract <T> Iterator<Class<T>> createClassIterator(Class<T> service,
        +                                                           String serviceName,
        +                                                           ClassLoader loader,
        +                                                           boolean ignoreOnClassNotFound)
        +
        Iterate over provider classes of a service.
        +
        +
        Type Parameters:
        +
        T - the type of the service.
        +
        Parameters:
        +
        service - the service class.
        +
        serviceName - the service name.
        +
        loader - the class loader to utilize when loading provider + classes.
        +
        ignoreOnClassNotFound - if true ignore the provider class if + cannot be found, + otherwise throw a ClassNotFoundException.
        +
        Returns:
        +
        the provider class iterator.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinder.html new file mode 100644 index 000000000..3486ce4b2 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinder.html @@ -0,0 +1,678 @@ + + + + + + +ServiceFinder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class ServiceFinder<T>

+
+
+ +
+
    +
  • +
    +
    Type Parameters:
    +
    T - the type of the service instance.
    +
    +
    +
    All Implemented Interfaces:
    +
    Iterable<T>
    +
    +
    +
    +
    public final class ServiceFinder<T>
    +extends Object
    +implements Iterable<T>
    +
    A simple service-provider lookup mechanism. A service is a + well-known set of interfaces and (usually abstract) classes. A service + provider is a specific implementation of a service. The classes in a + provider typically implement the interfaces and subclass the classes defined + in the service itself. Service providers may be installed in an + implementation of the Java platform in the form of extensions, that is, jar + files placed into any of the usual extension directories. Providers may + also be made available by adding them to the applet or application class + path or by some other platform-specific means. +

    +

    In this lookup mechanism a service is represented by an interface or an + abstract class. (A concrete class may be used, but this is not + recommended.) A provider of a given service contains one or more concrete + classes that extend this service class with data and code specific to + the provider. This provider class will typically not be the entire + provider itself but rather a proxy that contains enough information to + decide whether the provider is able to satisfy a particular request together + with code that can create the actual provider on demand. The details of + provider classes tend to be highly service-specific; no single class or + interface could possibly unify them, so no such class has been defined. The + only requirement enforced here is that provider classes must have a + zero-argument constructor so that they may be instantiated during lookup. +

    +

    The default service provider registration/lookup mechanism based + on META-INF/services files is described below. + For environments, where the basic mechanism is not suitable, clients + can enforce a different approach by setting their custom ServiceIteratorProvider + by calling setIteratorProvider. The call must be made prior to any lookup attempts. +

    +

    A service provider identifies itself by placing a provider-configuration + file in the resource directory META-INF/services. The file's name + should consist of the fully-qualified name of the abstract service class. + The file should contain a list of fully-qualified concrete provider-class + names, one per line. Space and tab characters surrounding each name, as + well as blank lines, are ignored. The comment character is '#' + (0x23); on each line all characters following the first comment + character are ignored. The file must be encoded in UTF-8. +

    +

    If a particular concrete provider class is named in more than one + configuration file, or is named in the same configuration file more than + once, then the duplicates will be ignored. The configuration file naming a + particular provider need not be in the same jar file or other distribution + unit as the provider itself. The provider must be accessible from the same + class loader that was initially queried to locate the configuration file; + note that this is not necessarily the class loader that found the file. +

    +

    Example: Suppose we have a service class named + java.io.spi.CharCodec. It has two abstract methods: +

    +

    +   public abstract CharEncoder getEncoder(String encodingName);
    +   public abstract CharDecoder getDecoder(String encodingName);
    + 
    +

    + Each method returns an appropriate object or null if it cannot + translate the given encoding. Typical CharCodec providers will + support more than one encoding. +

    +

    If sun.io.StandardCodec is a provider of the CharCodec + service then its jar file would contain the file + META-INF/services/java.io.spi.CharCodec. This file would contain + the single line: +

    +

    +   sun.io.StandardCodec    # Standard codecs for the platform
    + 
    +

    + To locate an codec for a given encoding name, the internal I/O code would + do something like this: +

    +

    +   CharEncoder getEncoder(String encodingName) {
    +       for( CharCodec cc : ServiceFinder.find(CharCodec.class) ) {
    +           CharEncoder ce = cc.getEncoder(encodingName);
    +           if (ce != null)
    +               return ce;
    +       }
    +       return null;
    +   }
    + 
    +

    + The provider-lookup mechanism always executes in the security context of the + caller. Trusted system code should typically invoke the methods in this + class from within a privileged security context.

    +
    +
    Author:
    +
    Mark Reinhold, Jakub Podlesak, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        find

        +
        public static <T> ServiceFinder<T> find(Class<T> service,
        +                                        ClassLoader loader)
        +                                 throws ServiceConfigurationError
        +
        Locates and incrementally instantiates the available providers of a + given service using the given class loader. +

        +

        This method transforms the name of the given service class into a + provider-configuration filename as described above and then uses the + getResources method of the given class loader to find all + available files with that name. These files are then read and parsed to + produce a list of provider-class names. The iterator that is returned + uses the given class loader to lookup and then instantiate each element + of the list. +

        +

        Because it is possible for extensions to be installed into a running + Java virtual machine, this method may return different results each time + it is invoked.

        +
        +
        Type Parameters:
        +
        T - the type of the service instance.
        +
        Parameters:
        +
        service - The service's abstract service class
        +
        loader - The class loader to be used to load provider-configuration files + and instantiate provider classes, or null if the system + class loader (or, failing that the bootstrap class loader) is to + be used
        +
        Returns:
        +
        the service finder
        +
        Throws:
        +
        ServiceConfigurationError - If a provider-configuration file violates the specified format + or names a provider class that cannot be found and instantiated
        +
        See Also:
        +
        find(Class)
        +
        +
      • +
      + + + +
        +
      • +

        find

        +
        public static <T> ServiceFinder<T> find(Class<T> service,
        +                                        ClassLoader loader,
        +                                        boolean ignoreOnClassNotFound)
        +                                 throws ServiceConfigurationError
        +
        Locates and incrementally instantiates the available providers of a + given service using the given class loader. +

        +

        This method transforms the name of the given service class into a + provider-configuration filename as described above and then uses the + getResources method of the given class loader to find all + available files with that name. These files are then read and parsed to + produce a list of provider-class names. The iterator that is returned + uses the given class loader to lookup and then instantiate each element + of the list. +

        +

        Because it is possible for extensions to be installed into a running + Java virtual machine, this method may return different results each time + it is invoked.

        +
        +
        Type Parameters:
        +
        T - the type of the service instance.
        +
        Parameters:
        +
        service - The service's abstract service class
        +
        loader - The class loader to be used to load provider-configuration files + and instantiate provider classes, or null if the system + class loader (or, failing that the bootstrap class loader) is to + be used
        +
        ignoreOnClassNotFound - If a provider cannot be loaded by the class loader + then move on to the next available provider.
        +
        Returns:
        +
        the service finder
        +
        Throws:
        +
        ServiceConfigurationError - If a provider-configuration file violates the specified format + or names a provider class that cannot be found and instantiated
        +
        See Also:
        +
        find(Class)
        +
        +
      • +
      + + + +
        +
      • +

        find

        +
        public static <T> ServiceFinder<T> find(Class<T> service)
        +                                 throws ServiceConfigurationError
        +
        Locates and incrementally instantiates the available providers of a + given service using the context class loader. This convenience method + is equivalent to +

        +

        +   ClassLoader cl = Thread.currentThread().getContextClassLoader();
        +   return Service.providers(service, cl, false);
        + 
        +
        +
        Type Parameters:
        +
        T - the type of the service instance.
        +
        Parameters:
        +
        service - The service's abstract service class
        +
        Returns:
        +
        the service finder
        +
        Throws:
        +
        ServiceConfigurationError - If a provider-configuration file violates the specified format + or names a provider class that cannot be found and instantiated
        +
        See Also:
        +
        find(Class, ClassLoader)
        +
        +
      • +
      + + + +
        +
      • +

        find

        +
        public static <T> ServiceFinder<T> find(Class<T> service,
        +                                        boolean ignoreOnClassNotFound)
        +                                 throws ServiceConfigurationError
        +
        Locates and incrementally instantiates the available providers of a + given service using the context class loader. This convenience method + is equivalent to +

        +

        +   ClassLoader cl = Thread.currentThread().getContextClassLoader();
        +   boolean ingore = ...
        +   return Service.providers(service, cl, ignore);
        + 
        +
        +
        Type Parameters:
        +
        T - the type of the service instance.
        +
        Parameters:
        +
        service - The service's abstract service class
        +
        ignoreOnClassNotFound - If a provider cannot be loaded by the class loader + then move on to the next available provider.
        +
        Returns:
        +
        the service finder
        +
        Throws:
        +
        ServiceConfigurationError - If a provider-configuration file violates the specified format + or names a provider class that cannot be found and instantiated
        +
        See Also:
        +
        find(Class, ClassLoader)
        +
        +
      • +
      + + + +
        +
      • +

        find

        +
        public static ServiceFinder<?> find(String serviceName)
        +                             throws ServiceConfigurationError
        +
        Locates and incrementally instantiates the available classes of a given + service file using the context class loader.
        +
        +
        Parameters:
        +
        serviceName - the service name correspond to a file in + META-INF/services that contains a list of fully qualified class + names
        +
        Returns:
        +
        the service finder
        +
        Throws:
        +
        ServiceConfigurationError - If a service file violates the specified format + or names a provider class that cannot be found and instantiated
        +
        +
      • +
      + + + +
        +
      • +

        setIteratorProvider

        +
        public static void setIteratorProvider(ServiceFinder.ServiceIteratorProvider sip)
        +                                throws SecurityException
        +
        Register the service iterator provider to iterate on provider instances + or classes. +

        + The default implementation registered, ServiceFinder.DefaultServiceIteratorProvider, + looks up provider classes in META-INF/service files. +

        + This method must be called prior to any attempts to obtain provider + instances or classes.

        +
        +
        Parameters:
        +
        sip - the service iterator provider.
        +
        Throws:
        +
        SecurityException - if the provider cannot be registered.
        +
        +
      • +
      + + + +
        +
      • +

        iterator

        +
        public Iterator<T> iterator()
        +
        Returns discovered objects incrementally.
        +
        +
        Specified by:
        +
        iterator in interface Iterable<T>
        +
        Returns:
        +
        An Iterator that yields provider objects for the given + service, in some arbitrary order. The iterator will throw a + ServiceConfigurationError if a provider-configuration + file violates the specified format or if a provider class cannot + be found and instantiated.
        +
        +
      • +
      + + + +
        +
      • +

        toArray

        +
        public T[] toArray()
        +            throws ServiceConfigurationError
        +
        Returns discovered objects all at once.
        +
        +
        Returns:
        +
        can be empty but never null.
        +
        Throws:
        +
        ServiceConfigurationError - If a provider-configuration file violates the specified format + or names a provider class that cannot be found and instantiated
        +
        +
      • +
      + + + +
        +
      • +

        toClassArray

        +
        public Class<T>[] toClassArray()
        +                        throws ServiceConfigurationError
        +
        Returns discovered classes all at once.
        +
        +
        Returns:
        +
        can be empty but never null.
        +
        Throws:
        +
        ServiceConfigurationError - If a provider-configuration file violates the specified format + or names a provider class that cannot be found
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinderBinder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinderBinder.html new file mode 100644 index 000000000..b32235051 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinderBinder.html @@ -0,0 +1,322 @@ + + + + + + +ServiceFinderBinder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class ServiceFinderBinder<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.inject.AbstractBinder
    • +
    • +
        +
      • org.glassfish.jersey.internal.ServiceFinderBinder<T>
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    Type Parameters:
    +
    T - contract type.
    +
    +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.internal.inject.Binder
    +
    +
    +
    +
    public class ServiceFinderBinder<T>
    +extends org.glassfish.jersey.internal.inject.AbstractBinder
    +
    Simple ServiceFinder injection binder. + + Looks for all implementations of a given contract using ServiceFinder + and registers found instances to InjectionManager.
    +
    +
    Author:
    +
    Pavel Bucek, Libor Kramolis
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ServiceFinderBinder(Class<T> contract, + Map<String,Object> applicationProperties, + jakarta.ws.rs.RuntimeType runtimeType) +
      Create a new service finder injection binder.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidconfigure() +
      Implement to provide binding definitions using the exposed binding methods.
      +
      +
        +
      • + + +

        Methods inherited from class org.glassfish.jersey.internal.inject.AbstractBinder

        +bind, bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, createManagedInstanceProvider, getBindings, install
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ServiceFinderBinder

        +
        public ServiceFinderBinder(Class<T> contract,
        +                           Map<String,Object> applicationProperties,
        +                           jakarta.ws.rs.RuntimeType runtimeType)
        +
        Create a new service finder injection binder.
        +
        +
        Parameters:
        +
        contract - contract of the service providers bound by this binder.
        +
        applicationProperties - map containing application properties. May be null.
        +
        runtimeType - runtime (client or server) where the service finder binder is used.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        configure

        +
        protected void configure()
        +
        Description copied from class: org.glassfish.jersey.internal.inject.AbstractBinder
        +
        Implement to provide binding definitions using the exposed binding methods.
        +
        +
        Specified by:
        +
        configure in class org.glassfish.jersey.internal.inject.AbstractBinder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Version.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Version.html new file mode 100644 index 000000000..c56ee8f2e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Version.html @@ -0,0 +1,271 @@ + + + + + + +Version (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.internal
+

Class Version

+
+
+ +
+
    +
  • +
    +
    +
    public final class Version
    +extends Object
    +
    Utility class for reading build.properties file.
    +
    +
    Author:
    +
    Paul Sandoz
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBuildId

        +
        public static String getBuildId()
        +
        Get build id.
        +
        +
        Returns:
        +
        build id string. Contains version and build timestamp.
        +
        +
      • +
      + + + +
        +
      • +

        getVersion

        +
        public static String getVersion()
        +
        Get Jersey version.
        +
        +
        Returns:
        +
        Jersey version.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/AbstractRuntimeDelegate.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/AbstractRuntimeDelegate.html new file mode 100644 index 000000000..7a2ea2251 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/AbstractRuntimeDelegate.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.AbstractRuntimeDelegate (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.AbstractRuntimeDelegate

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/AbstractServiceFinderConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/AbstractServiceFinderConfigurator.html new file mode 100644 index 000000000..ffd9d5281 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/AbstractServiceFinderConfigurator.html @@ -0,0 +1,207 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.AbstractServiceFinderConfigurator

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/AutoDiscoverableConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/AutoDiscoverableConfigurator.html new file mode 100644 index 000000000..9e74b171b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/AutoDiscoverableConfigurator.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.AutoDiscoverableConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.AutoDiscoverableConfigurator

+
+
No usage of org.glassfish.jersey.internal.AutoDiscoverableConfigurator
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/BootstrapBag.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/BootstrapBag.html new file mode 100644 index 000000000..f1b090f2a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/BootstrapBag.html @@ -0,0 +1,306 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.BootstrapBag (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.BootstrapBag

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/BootstrapConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/BootstrapConfigurator.html new file mode 100644 index 000000000..fd0a79fc4 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/BootstrapConfigurator.html @@ -0,0 +1,295 @@ + + + + + + +Uses of Interface org.glassfish.jersey.internal.BootstrapConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.internal.BootstrapConfigurator

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ContextResolverFactory.ContextResolversConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ContextResolverFactory.ContextResolversConfigurator.html new file mode 100644 index 000000000..6083294a6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ContextResolverFactory.ContextResolversConfigurator.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator

+
+
No usage of org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ContextResolverFactory.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ContextResolverFactory.html new file mode 100644 index 000000000..350d6d251 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ContextResolverFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.ContextResolverFactory (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.ContextResolverFactory

+
+
No usage of org.glassfish.jersey.internal.ContextResolverFactory
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/DynamicFeatureConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/DynamicFeatureConfigurator.html new file mode 100644 index 000000000..a4c5cd079 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/DynamicFeatureConfigurator.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.DynamicFeatureConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.DynamicFeatureConfigurator

+
+
No usage of org.glassfish.jersey.internal.DynamicFeatureConfigurator
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Errors.ErrorMessage.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Errors.ErrorMessage.html new file mode 100644 index 000000000..433be1687 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Errors.ErrorMessage.html @@ -0,0 +1,182 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.Errors.ErrorMessage (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.Errors.ErrorMessage

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Errors.ErrorMessagesException.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Errors.ErrorMessagesException.html new file mode 100644 index 000000000..de7d8ae32 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Errors.ErrorMessagesException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.Errors.ErrorMessagesException (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.Errors.ErrorMessagesException

+
+
No usage of org.glassfish.jersey.internal.Errors.ErrorMessagesException
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Errors.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Errors.html new file mode 100644 index 000000000..599455907 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Errors.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.Errors (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.Errors

+
+
No usage of org.glassfish.jersey.internal.Errors
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ExceptionMapperFactory.ExceptionMappersConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ExceptionMapperFactory.ExceptionMappersConfigurator.html new file mode 100644 index 000000000..eea9e040f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ExceptionMapperFactory.ExceptionMappersConfigurator.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator

+
+
No usage of org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ExceptionMapperFactory.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ExceptionMapperFactory.html new file mode 100644 index 000000000..08a8ce327 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ExceptionMapperFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.ExceptionMapperFactory (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.ExceptionMapperFactory

+
+
No usage of org.glassfish.jersey.internal.ExceptionMapperFactory
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/FeatureConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/FeatureConfigurator.html new file mode 100644 index 000000000..9a85c6db1 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/FeatureConfigurator.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.FeatureConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.FeatureConfigurator

+
+
No usage of org.glassfish.jersey.internal.FeatureConfigurator
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/InternalProperties.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/InternalProperties.html new file mode 100644 index 000000000..96d73dd44 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/InternalProperties.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.InternalProperties (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.InternalProperties

+
+
No usage of org.glassfish.jersey.internal.InternalProperties
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/JaxrsProviders.ProvidersConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/JaxrsProviders.ProvidersConfigurator.html new file mode 100644 index 000000000..e10ef7d77 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/JaxrsProviders.ProvidersConfigurator.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.JaxrsProviders.ProvidersConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.JaxrsProviders.ProvidersConfigurator

+
+
No usage of org.glassfish.jersey.internal.JaxrsProviders.ProvidersConfigurator
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/JaxrsProviders.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/JaxrsProviders.html new file mode 100644 index 000000000..6b0053dc6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/JaxrsProviders.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.JaxrsProviders (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.JaxrsProviders

+
+
No usage of org.glassfish.jersey.internal.JaxrsProviders
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/LocalizationMessages.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/LocalizationMessages.html new file mode 100644 index 000000000..f7bb57ede --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/LocalizationMessages.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.LocalizationMessages (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.LocalizationMessages

+
+
No usage of org.glassfish.jersey.internal.LocalizationMessages
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/MapPropertiesDelegate.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/MapPropertiesDelegate.html new file mode 100644 index 000000000..9a579a326 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/MapPropertiesDelegate.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.MapPropertiesDelegate (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.MapPropertiesDelegate

+
+
No usage of org.glassfish.jersey.internal.MapPropertiesDelegate
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/OsgiRegistry.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/OsgiRegistry.html new file mode 100644 index 000000000..da6019b09 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/OsgiRegistry.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.OsgiRegistry (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.OsgiRegistry

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/PropertiesDelegate.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/PropertiesDelegate.html new file mode 100644 index 000000000..774a989f3 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/PropertiesDelegate.html @@ -0,0 +1,423 @@ + + + + + + +Uses of Interface org.glassfish.jersey.internal.PropertiesDelegate (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.internal.PropertiesDelegate

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/PropertiesResolver.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/PropertiesResolver.html new file mode 100644 index 000000000..9cd638b60 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/PropertiesResolver.html @@ -0,0 +1,171 @@ + + + + + + +Uses of Interface org.glassfish.jersey.internal.PropertiesResolver (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.internal.PropertiesResolver

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/RuntimeDelegateDecorator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/RuntimeDelegateDecorator.html new file mode 100644 index 000000000..75f2d8aca --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/RuntimeDelegateDecorator.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.RuntimeDelegateDecorator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.RuntimeDelegateDecorator

+
+
No usage of org.glassfish.jersey.internal.RuntimeDelegateDecorator
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/RuntimeDelegateImpl.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/RuntimeDelegateImpl.html new file mode 100644 index 000000000..00ece5b05 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/RuntimeDelegateImpl.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.RuntimeDelegateImpl (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.RuntimeDelegateImpl

+
+
No usage of org.glassfish.jersey.internal.RuntimeDelegateImpl
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceConfigurationError.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceConfigurationError.html new file mode 100644 index 000000000..c71bcc9ae --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceConfigurationError.html @@ -0,0 +1,215 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.ServiceConfigurationError (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.ServiceConfigurationError

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinder.DefaultServiceIteratorProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinder.DefaultServiceIteratorProvider.html new file mode 100644 index 000000000..434d70d6d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinder.DefaultServiceIteratorProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider

+
+
No usage of org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinder.ServiceIteratorProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinder.ServiceIteratorProvider.html new file mode 100644 index 000000000..117ed2d0d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinder.ServiceIteratorProvider.html @@ -0,0 +1,187 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinder.html new file mode 100644 index 000000000..3ee762adb --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinder.html @@ -0,0 +1,203 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.ServiceFinder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.ServiceFinder

+
+
+
    +
  • + + + + + + + + + + + + +
    Packages that use ServiceFinder 
    PackageDescription
    org.glassfish.jersey.internal +
    Common Jersey internal API classes.
    +
    +
  • +
  • +
      +
    • + + +

      Uses of ServiceFinder in org.glassfish.jersey.internal

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods in org.glassfish.jersey.internal that return ServiceFinder 
      Modifier and TypeMethod and Description
      static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service) +
      Locates and incrementally instantiates the available providers of a + given service using the context class loader.
      +
      static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, + boolean ignoreOnClassNotFound) +
      Locates and incrementally instantiates the available providers of a + given service using the context class loader.
      +
      static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, + ClassLoader loader) +
      Locates and incrementally instantiates the available providers of a + given service using the given class loader.
      +
      static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, + ClassLoader loader, + boolean ignoreOnClassNotFound) +
      Locates and incrementally instantiates the available providers of a + given service using the given class loader.
      +
      static ServiceFinder<?>ServiceFinder.find(String serviceName) +
      Locates and incrementally instantiates the available classes of a given + service file using the context class loader.
      +
      +
    • +
    +
  • +
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinderBinder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinderBinder.html new file mode 100644 index 000000000..91516fcc9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinderBinder.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.ServiceFinderBinder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.ServiceFinderBinder

+
+
No usage of org.glassfish.jersey.internal.ServiceFinderBinder
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Version.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Version.html new file mode 100644 index 000000000..9cf9f0d65 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Version.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.internal.Version (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.internal.Version

+
+
No usage of org.glassfish.jersey.internal.Version
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-frame.html new file mode 100644 index 000000000..091becd24 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-frame.html @@ -0,0 +1,59 @@ + + + + + + +org.glassfish.jersey.internal (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.internal

+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-summary.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-summary.html new file mode 100644 index 000000000..a982d1504 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-summary.html @@ -0,0 +1,375 @@ + + + + + + +org.glassfish.jersey.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.internal

+
+
Common Jersey internal API classes.
+
+

See: Description

+
+
+ + + + +

Package org.glassfish.jersey.internal Description

+
Common Jersey internal API classes.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-tree.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-tree.html new file mode 100644 index 000000000..1c481d898 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-tree.html @@ -0,0 +1,208 @@ + + + + + + +org.glassfish.jersey.internal Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.internal

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-use.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-use.html new file mode 100644 index 000000000..727939737 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-use.html @@ -0,0 +1,348 @@ + + + + + + +Uses of Package org.glassfish.jersey.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.internal

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeature.LoggingFeatureBuilder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeature.LoggingFeatureBuilder.html new file mode 100644 index 000000000..58c72c927 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeature.LoggingFeatureBuilder.html @@ -0,0 +1,357 @@ + + + + + + +LoggingFeature.LoggingFeatureBuilder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.logging
+

Class LoggingFeature.LoggingFeatureBuilder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
    • +
    +
  • +
+
+
    +
  • +
    +
    Enclosing class:
    +
    LoggingFeature
    +
    +
    +
    +
    public static class LoggingFeature.LoggingFeatureBuilder
    +extends Object
    +
    Builder class for logging feature configuration. Accepts parameters for the filter logger, verbosity, max + entity size, level, and separator.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeature.Verbosity.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeature.Verbosity.html new file mode 100644 index 000000000..dd6c80844 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeature.Verbosity.html @@ -0,0 +1,390 @@ + + + + + + +LoggingFeature.Verbosity (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.logging
+

Enum LoggingFeature.Verbosity

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        HEADERS_ONLY

        +
        public static final LoggingFeature.Verbosity HEADERS_ONLY
        +
        Only content of HTTP headers is logged. No message payload data are logged.
        +
      • +
      + + + +
        +
      • +

        PAYLOAD_TEXT

        +
        public static final LoggingFeature.Verbosity PAYLOAD_TEXT
        +
        Content of HTTP headers as well as entity content of textual media types is logged. Following is the list of media + types that are considered textual for the logging purposes: +
          +
        • text/*
        • +
        • application/atom+xml
        • +
        • application/json
        • +
        • application/svg+xml
        • +
        • application/x-www-form-urlencoded
        • +
        • application/xhtml+xml
        • +
        • application/xml
        • +
        +
      • +
      + + + +
        +
      • +

        PAYLOAD_ANY

        +
        public static final LoggingFeature.Verbosity PAYLOAD_ANY
        +
        Full verbose logging. Content of HTTP headers as well as any message payload content will be logged.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static LoggingFeature.Verbosity[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (LoggingFeature.Verbosity c : LoggingFeature.Verbosity.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static LoggingFeature.Verbosity valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeature.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeature.html new file mode 100644 index 000000000..4ec2a1d92 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeature.html @@ -0,0 +1,988 @@ + + + + + + +LoggingFeature (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.logging
+

Class LoggingFeature

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        DEFAULT_LOGGER_NAME

        +
        public static final String DEFAULT_LOGGER_NAME
        +
        Default logger name to log request and response messages.
        +
      • +
      + + + +
        +
      • +

        DEFAULT_LOGGER_LEVEL

        +
        public static final String DEFAULT_LOGGER_LEVEL
        +
        Default logger level which will be used for logging request and response messages.
        +
      • +
      + + + +
        +
      • +

        DEFAULT_MAX_ENTITY_SIZE

        +
        public static final int DEFAULT_MAX_ENTITY_SIZE
        +
        Default maximum entity bytes to be logged.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + + + + + +
        +
      • +

        DEFAULT_SEPARATOR

        +
        public static final String DEFAULT_SEPARATOR
        +
        Default separator for entity logging.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_REDACT_HEADERS

        +
        public static final String DEFAULT_REDACT_HEADERS
        +
        Default headers to be redacted. If multiple, separate each header with a semicolon.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_LOGGER_NAME

        +
        public static final String LOGGING_FEATURE_LOGGER_NAME
        +
        Common logger name property.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_LOGGER_LEVEL

        +
        public static final String LOGGING_FEATURE_LOGGER_LEVEL
        +
        Common logger level property.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_VERBOSITY

        +
        public static final String LOGGING_FEATURE_VERBOSITY
        +
        Common property for configuring a verbosity of entity.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_MAX_ENTITY_SIZE

        +
        public static final String LOGGING_FEATURE_MAX_ENTITY_SIZE
        +
        Common property for configuring a maximum number of bytes of entity to be logged.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_SEPARATOR

        +
        public static final String LOGGING_FEATURE_SEPARATOR
        +
        Common property for configuring logging separator.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_REDACT_HEADERS

        +
        public static final String LOGGING_FEATURE_REDACT_HEADERS
        +
        Common property for configuring headers to be redacted. The headers are semicolon-separated.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_LOGGER_NAME_SERVER

        +
        public static final String LOGGING_FEATURE_LOGGER_NAME_SERVER
        +
        Server logger name property.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_LOGGER_LEVEL_SERVER

        +
        public static final String LOGGING_FEATURE_LOGGER_LEVEL_SERVER
        +
        Server logger level property.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_VERBOSITY_SERVER

        +
        public static final String LOGGING_FEATURE_VERBOSITY_SERVER
        +
        Server property for configuring a verbosity of entity.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_MAX_ENTITY_SIZE_SERVER

        +
        public static final String LOGGING_FEATURE_MAX_ENTITY_SIZE_SERVER
        +
        Server property for configuring a maximum number of bytes of entity to be logged.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_SEPARATOR_SERVER

        +
        public static final String LOGGING_FEATURE_SEPARATOR_SERVER
        +
        Server property for configuring separator.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_REDACT_HEADERS_SERVER

        +
        public static final String LOGGING_FEATURE_REDACT_HEADERS_SERVER
        +
        Server property for configuring headers to be redacted. The headers are semicolon-separated.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_LOGGER_NAME_CLIENT

        +
        public static final String LOGGING_FEATURE_LOGGER_NAME_CLIENT
        +
        Client logger name property.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_LOGGER_LEVEL_CLIENT

        +
        public static final String LOGGING_FEATURE_LOGGER_LEVEL_CLIENT
        +
        Client logger level property.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_VERBOSITY_CLIENT

        +
        public static final String LOGGING_FEATURE_VERBOSITY_CLIENT
        +
        Client property for configuring a verbosity of entity.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_MAX_ENTITY_SIZE_CLIENT

        +
        public static final String LOGGING_FEATURE_MAX_ENTITY_SIZE_CLIENT
        +
        Client property for configuring a maximum number of bytes of entity to be logged.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_SEPARATOR_CLIENT

        +
        public static final String LOGGING_FEATURE_SEPARATOR_CLIENT
        +
        Client property for logging separator.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LOGGING_FEATURE_REDACT_HEADERS_CLIENT

        +
        public static final String LOGGING_FEATURE_REDACT_HEADERS_CLIENT
        +
        Client property for configuring headers to be redacted. The headers are semicolon-separated.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LoggingFeature

        +
        public LoggingFeature()
        +
        Creates the feature with default values.
        +
      • +
      + + + +
        +
      • +

        LoggingFeature

        +
        public LoggingFeature(Logger logger)
        +
        Creates the feature with custom logger.
        +
        +
        Parameters:
        +
        logger - the logger to log requests and responses.
        +
        +
      • +
      + + + +
        +
      • +

        LoggingFeature

        +
        public LoggingFeature(Logger logger,
        +                      LoggingFeature.Verbosity verbosity)
        +
        Creates the feature with custom logger and verbosity.
        +
        +
        Parameters:
        +
        logger - the logger to log requests and responses.
        +
        verbosity - verbosity of logged messages. See LoggingFeature.Verbosity.
        +
        +
      • +
      + + + +
        +
      • +

        LoggingFeature

        +
        public LoggingFeature(Logger logger,
        +                      Integer maxEntitySize)
        +
        Creates the feature with custom logger and maximum number of bytes of entity to log.
        +
        +
        Parameters:
        +
        logger - the logger to log requests and responses.
        +
        maxEntitySize - maximum number of entity bytes to be logged (and buffered) - if the entity is larger, + logging filter will print (and buffer in memory) only the specified number of bytes + and print "...more..." string at the end. Negative values are interpreted as zero.
        +
        +
      • +
      + + + +
        +
      • +

        LoggingFeature

        +
        public LoggingFeature(Logger logger,
        +                      Level level,
        +                      LoggingFeature.Verbosity verbosity,
        +                      Integer maxEntitySize)
        +
        Creates the feature with custom logger, it's level, message verbosity and maximum number of bytes of entity to log.
        +
        +
        Parameters:
        +
        logger - the logger to log requests and responses.
        +
        level - level on which the messages will be logged.
        +
        verbosity - verbosity of logged messages. See LoggingFeature.Verbosity.
        +
        maxEntitySize - maximum number of entity bytes to be logged (and buffered) - if the entity is larger, + logging filter will print (and buffer in memory) only the specified number of bytes + and print "...more..." string at the end. Negative values are interpreted as zero.
        +
        +
      • +
      + + + +
        +
      • +

        LoggingFeature

        +
        public LoggingFeature(LoggingFeature.LoggingFeatureBuilder builder)
        +
        Constructor based on logging feature builder. All parameters are passed through a builder instance.
        +
        +
        Parameters:
        +
        builder - instance of a builder with required logging feature parameters
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        configure

        +
        public boolean configure(jakarta.ws.rs.core.FeatureContext context)
        +
        +
        Specified by:
        +
        configure in interface jakarta.ws.rs.core.Feature
        +
        +
      • +
      + + + +
        +
      • +

        builder

        +
        public static LoggingFeature.LoggingFeatureBuilder builder()
        +
        builder method to create LoggingFeature with required settings
        +
        +
        Returns:
        +
        Builder for LoggingFeature
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeatureAutoDiscoverable.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeatureAutoDiscoverable.html new file mode 100644 index 000000000..3809cbf95 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeatureAutoDiscoverable.html @@ -0,0 +1,322 @@ + + + + + + +LoggingFeatureAutoDiscoverable (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.logging
+

Class LoggingFeatureAutoDiscoverable

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.internal.spi.AutoDiscoverable
    +
    +
    +
    +
    @Priority(value=2000)
    +public final class LoggingFeatureAutoDiscoverable
    +extends Object
    +implements org.glassfish.jersey.internal.spi.AutoDiscoverable
    +
    Auto-discoverable class that registers LoggingFeature based on configuration properties. +

    + Feature is registered if any of the common properties (see LoggingFeature) is set or any of the client properties is + set and context's RuntimeType is RuntimeType.CLIENT or any of the server properties is set and context's + RuntimeType is RuntimeType.SERVER. +

    + The registration does not occur if the feature is already registered or auto-discoverable mechanism is disabled.

    +
    +
    Since:
    +
    2.23
    +
    Author:
    +
    Ondrej Kosatka
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LoggingFeatureAutoDiscoverable

        +
        public LoggingFeatureAutoDiscoverable()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        configure

        +
        public void configure(jakarta.ws.rs.core.FeatureContext context)
        +
        Description copied from interface: org.glassfish.jersey.internal.spi.AutoDiscoverable
        +
        A call-back method called when an auto-discoverable component is to be configured in a given runtime configuration scope. +

        + Note that as with JAX-RS features, before registering new JAX-RS components in a + given configurable context, an auto-discoverable component should verify that newly registered components are not + already registered in the configurable context. +

        +
        +
        Specified by:
        +
        configure in interface org.glassfish.jersey.internal.spi.AutoDiscoverable
        +
        Parameters:
        +
        context - configurable context in which the auto-discoverable should be configured.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeature.LoggingFeatureBuilder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeature.LoggingFeatureBuilder.html new file mode 100644 index 000000000..515794fb6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeature.LoggingFeatureBuilder.html @@ -0,0 +1,207 @@ + + + + + + +Uses of Class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeature.Verbosity.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeature.Verbosity.html new file mode 100644 index 000000000..7db443f0a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeature.Verbosity.html @@ -0,0 +1,227 @@ + + + + + + +Uses of Class org.glassfish.jersey.logging.LoggingFeature.Verbosity (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.logging.LoggingFeature.Verbosity

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeature.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeature.html new file mode 100644 index 000000000..b24709f96 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeature.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class org.glassfish.jersey.logging.LoggingFeature (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.logging.LoggingFeature

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeatureAutoDiscoverable.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeatureAutoDiscoverable.html new file mode 100644 index 000000000..9764d5cd8 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeatureAutoDiscoverable.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable

+
+
No usage of org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-frame.html new file mode 100644 index 000000000..f0f3e05bc --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-frame.html @@ -0,0 +1,27 @@ + + + + + + +org.glassfish.jersey.logging (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.logging

+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-summary.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-summary.html new file mode 100644 index 000000000..8d2979350 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-summary.html @@ -0,0 +1,189 @@ + + + + + + +org.glassfish.jersey.logging (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.logging

+
+
Logging feature provides the logging of requests and responses on server and client.
+
+

See: Description

+
+
+ + + + +

Package org.glassfish.jersey.logging Description

+
Logging feature provides the logging of requests and responses on server and client. + The package contains internal server-side and client-side filters, a base abstract logging interceptor, logging feature class + and it's auto-discoverable class. +

+ See LoggingFeature for more information.

+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-tree.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-tree.html new file mode 100644 index 000000000..52785c23a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-tree.html @@ -0,0 +1,153 @@ + + + + + + +org.glassfish.jersey.logging Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.logging

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-use.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-use.html new file mode 100644 index 000000000..3f57b7c5e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-use.html @@ -0,0 +1,174 @@ + + + + + + +Uses of Package org.glassfish.jersey.logging (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.logging

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/AbstractEntityProviderModel.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/AbstractEntityProviderModel.html new file mode 100644 index 000000000..cf6a476e5 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/AbstractEntityProviderModel.html @@ -0,0 +1,318 @@ + + + + + + +AbstractEntityProviderModel (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message
+

Class AbstractEntityProviderModel<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.AbstractEntityProviderModel<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    ReaderModel, WriterModel
    +
    +
    +
    +
    public abstract class AbstractEntityProviderModel<T>
    +extends Object
    +
    Abstract entity provider model.
    +
    +
    Since:
    +
    2.16
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        provider

        +
        public T provider()
        +
        Get the modelled entity provider instance.
        +
        +
        Returns:
        +
        entity provider instance.
        +
        +
      • +
      + + + +
        +
      • +

        declaredTypes

        +
        public List<jakarta.ws.rs.core.MediaType> declaredTypes()
        +
        Get types declared as supported (via @Produces or @Consumes) on the entity provider.
        +
        +
        Returns:
        +
        declared supported types.
        +
        +
      • +
      + + + +
        +
      • +

        isCustom

        +
        public boolean isCustom()
        +
        Get the custom flag value.
        +
        +
        Returns:
        +
        true if the provider is a custom implementation, false if the provider is + one of the default providers supplied with Jersey.
        +
        +
      • +
      + + + +
        +
      • +

        providedType

        +
        public Class<?> providedType()
        +
        Get the provided Java type.
        +
        +
        Returns:
        +
        provided Java type.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/DeflateEncoder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/DeflateEncoder.html new file mode 100644 index 000000000..cf6a6bfe0 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/DeflateEncoder.html @@ -0,0 +1,361 @@ + + + + + + +DeflateEncoder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message
+

Class DeflateEncoder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.ReaderInterceptor, jakarta.ws.rs.ext.WriterInterceptor
    +
    +
    +
    +
    @Priority(value=4000)
    +public class DeflateEncoder
    +extends ContentEncoder
    +
    Deflate encoding support. Interceptor that encodes the output or decodes the input if + Content-Encoding header value equals to deflate. + The default behavior of this interceptor can be tweaked using MessageProperties.DEFLATE_WITHOUT_ZLIB + property.
    +
    +
    Author:
    +
    Martin Matula
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DeflateEncoder

        +
        @Inject
        +public DeflateEncoder(jakarta.ws.rs.core.Configuration config)
        +
        Initialize DeflateEncoder.
        +
        +
        Parameters:
        +
        config - Jersey configuration properties.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        decode

        +
        public InputStream decode(String contentEncoding,
        +                          InputStream encodedStream)
        +                   throws IOException
        +
        Description copied from class: ContentEncoder
        +
        Implementations of this method should take the encoded stream, wrap it and return a stream that can be used + to read the decoded entity.
        +
        +
        Specified by:
        +
        decode in class ContentEncoder
        +
        Parameters:
        +
        contentEncoding - Encoding to be used to decode the stream - guaranteed to be one of the supported encoding + values.
        +
        encodedStream - Encoded input stream.
        +
        Returns:
        +
        Decoded entity stream.
        +
        Throws:
        +
        IOException - if an IO error arises.
        +
        +
      • +
      + + + +
        +
      • +

        encode

        +
        public OutputStream encode(String contentEncoding,
        +                           OutputStream entityStream)
        +                    throws IOException
        +
        Description copied from class: ContentEncoder
        +
        Implementations of this method should take the entity stream, wrap it and return a stream that is encoded + using the specified encoding.
        +
        +
        Specified by:
        +
        encode in class ContentEncoder
        +
        Parameters:
        +
        contentEncoding - Encoding to be used to encode the entity - guaranteed to be one of the supported encoding + values.
        +
        entityStream - Entity stream to be encoded.
        +
        Returns:
        +
        Encoded stream.
        +
        Throws:
        +
        IOException - if an IO error arises.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/GZipEncoder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/GZipEncoder.html new file mode 100644 index 000000000..be017bb4a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/GZipEncoder.html @@ -0,0 +1,354 @@ + + + + + + +GZipEncoder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message
+

Class GZipEncoder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.ReaderInterceptor, jakarta.ws.rs.ext.WriterInterceptor
    +
    +
    +
    +
    @Priority(value=4000)
    +public class GZipEncoder
    +extends ContentEncoder
    +
    GZIP encoding support. Interceptor that encodes the output or decodes the input if + Content-Encoding header value equals to gzip or x-gzip.
    +
    +
    Author:
    +
    Martin Matula
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GZipEncoder

        +
        public GZipEncoder()
        +
        Initialize GZipEncoder.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        decode

        +
        public InputStream decode(String contentEncoding,
        +                          InputStream encodedStream)
        +                   throws IOException
        +
        Description copied from class: ContentEncoder
        +
        Implementations of this method should take the encoded stream, wrap it and return a stream that can be used + to read the decoded entity.
        +
        +
        Specified by:
        +
        decode in class ContentEncoder
        +
        Parameters:
        +
        contentEncoding - Encoding to be used to decode the stream - guaranteed to be one of the supported encoding + values.
        +
        encodedStream - Encoded input stream.
        +
        Returns:
        +
        Decoded entity stream.
        +
        Throws:
        +
        IOException - if an IO error arises.
        +
        +
      • +
      + + + +
        +
      • +

        encode

        +
        public OutputStream encode(String contentEncoding,
        +                           OutputStream entityStream)
        +                    throws IOException
        +
        Description copied from class: ContentEncoder
        +
        Implementations of this method should take the entity stream, wrap it and return a stream that is encoded + using the specified encoding.
        +
        +
        Specified by:
        +
        encode in class ContentEncoder
        +
        Parameters:
        +
        contentEncoding - Encoding to be used to encode the entity - guaranteed to be one of the supported encoding + values.
        +
        entityStream - Entity stream to be encoded.
        +
        Returns:
        +
        Encoded stream.
        +
        Throws:
        +
        IOException - if an IO error arises.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/MessageBodyWorkers.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/MessageBodyWorkers.html new file mode 100644 index 000000000..f0b3cd44c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/MessageBodyWorkers.html @@ -0,0 +1,866 @@ + + + + + + +MessageBodyWorkers (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message
+

Interface MessageBodyWorkers

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    MessageBodyFactory
    +
    +
    +
    +
    public interface MessageBodyWorkers
    +
    An injectable interface providing lookup of MessageBodyReader and + MessageBodyWriter instances.
    +
    +
    Author:
    +
    Paul Sandoz
    +
    See Also:
    +
    Context, +MessageBodyReader, +MessageBodyWriter
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getReaders

        +
        Map<jakarta.ws.rs.core.MediaType,List<jakarta.ws.rs.ext.MessageBodyReader>> getReaders(jakarta.ws.rs.core.MediaType mediaType)
        +
        Get the map of media type to list of message body writers that are compatible with + a media type.
        +
        +
        Parameters:
        +
        mediaType - the compatible media type.
        +
        Returns:
        +
        the map of media type to list of message body writers.
        +
        +
      • +
      + + + +
        +
      • +

        getWriters

        +
        Map<jakarta.ws.rs.core.MediaType,List<jakarta.ws.rs.ext.MessageBodyWriter>> getWriters(jakarta.ws.rs.core.MediaType mediaType)
        +
        Get the map of media type to list of message body writers that are compatible with + a media type.
        +
        +
        Parameters:
        +
        mediaType - the compatible media type.
        +
        Returns:
        +
        the map of media type to list of message body writers.
        +
        +
      • +
      + + + +
        +
      • +

        readersToString

        +
        String readersToString(Map<jakarta.ws.rs.core.MediaType,List<jakarta.ws.rs.ext.MessageBodyReader>> readers)
        +
        Convert a map media type to list of message body readers to a string.
        +
        +
        Parameters:
        +
        readers - the map media type to list of message body readers
        +
        Returns:
        +
        the string representation.
        +
        +
      • +
      + + + +
        +
      • +

        writersToString

        +
        String writersToString(Map<jakarta.ws.rs.core.MediaType,List<jakarta.ws.rs.ext.MessageBodyWriter>> writers)
        +
        Convert a map media type to list of message body writers to a string.
        +
        +
        Parameters:
        +
        writers - the map media type to list of message body readers
        +
        Returns:
        +
        the string representation.
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyReader

        +
        <T> jakarta.ws.rs.ext.MessageBodyReader<T> getMessageBodyReader(Class<T> type,
        +                                                                Type genericType,
        +                                                                Annotation[] annotations,
        +                                                                jakarta.ws.rs.core.MediaType mediaType)
        +
        Get a message body reader that matches a set of criteria.
        +
        +
        Type Parameters:
        +
        T - the type of object to be read.
        +
        Parameters:
        +
        type - the class of object to be read.
        +
        genericType - the type of object to be produced. E.g. if the message body is + to be converted into a method parameter, this will be the formal type of + the method parameter as returned by + Class.getGenericParameterTypes.
        +
        annotations - an array of the annotations on the declaration of the artifact + that will be initialized with the produced instance. E.g. if the message + body is to be converted into a method parameter, this will be the + annotations on that parameter returned by + Class.getParameterAnnotations.
        +
        mediaType - the media type of the data that will be read, this will be + compared to the values of Consumes for each + candidate reader and only matching readers will be queried.
        +
        Returns:
        +
        a MessageBodyReader that matches the supplied criteria or null if none is + found.
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyReader

        +
        <T> jakarta.ws.rs.ext.MessageBodyReader<T> getMessageBodyReader(Class<T> type,
        +                                                                Type genericType,
        +                                                                Annotation[] annotations,
        +                                                                jakarta.ws.rs.core.MediaType mediaType,
        +                                                                PropertiesDelegate propertiesDelegate)
        +
        Get a message body reader that matches a set of criteria.
        +
        +
        Type Parameters:
        +
        T - the type of object to be read.
        +
        Parameters:
        +
        type - the class of object to be read.
        +
        genericType - the type of object to be produced. E.g. if the message body is + to be converted into a method parameter, this will be the formal type of + the method parameter as returned by + Class.getGenericParameterTypes.
        +
        annotations - an array of the annotations on the declaration of the artifact + that will be initialized with the produced instance. E.g. if the message + body is to be converted into a method parameter, this will be the + annotations on that parameter returned by + Class.getParameterAnnotations.
        +
        mediaType - the media type of the data that will be read, this will be + compared to the values of Consumes for each + candidate reader and only matching readers will be queried.
        +
        propertiesDelegate - request-scoped properties delegate.
        +
        Returns:
        +
        a MessageBodyReader that matches the supplied criteria or null if none is + found.
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyWriter

        +
        <T> jakarta.ws.rs.ext.MessageBodyWriter<T> getMessageBodyWriter(Class<T> type,
        +                                                                Type genericType,
        +                                                                Annotation[] annotations,
        +                                                                jakarta.ws.rs.core.MediaType mediaType)
        +
        Get a message body writer that matches a set of criteria.
        +
        +
        Type Parameters:
        +
        T - the type of the object that is to be written.
        +
        Parameters:
        +
        type - the class of object that is to be written.
        +
        genericType - the type of object to be written. E.g. if the message body is to + be produced from a field, this will be the declared type of the field as + returned by Field.getGenericType.
        +
        annotations - an array of the annotations on the declaration of the artifact + that will be written. E.g. if the message body is to be produced from a + field, this will be the annotations on that field returned by + Field.getDeclaredAnnotations.
        +
        mediaType - the media type of the data that will be written, this will be + compared to the values of Produces for each + candidate writer and only matching writers will be queried.
        +
        Returns:
        +
        a MessageBodyReader that matches the supplied criteria or null if none is + found.
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyWriter

        +
        <T> jakarta.ws.rs.ext.MessageBodyWriter<T> getMessageBodyWriter(Class<T> type,
        +                                                                Type genericType,
        +                                                                Annotation[] annotations,
        +                                                                jakarta.ws.rs.core.MediaType mediaType,
        +                                                                PropertiesDelegate propertiesDelegate)
        +
        Get a message body writer that matches a set of criteria.
        +
        +
        Type Parameters:
        +
        T - the type of the object that is to be written.
        +
        Parameters:
        +
        type - the class of object that is to be written.
        +
        genericType - the type of object to be written. E.g. if the message body is to + be produced from a field, this will be the declared type of the field as + returned by Field.getGenericType.
        +
        annotations - an array of the annotations on the declaration of the artifact + that will be written. E.g. if the message body is to be produced from a + field, this will be the annotations on that field returned by + Field.getDeclaredAnnotations.
        +
        mediaType - the media type of the data that will be written, this will be + compared to the values of Produces for each + candidate writer and only matching writers will be queried.
        +
        propertiesDelegate - request-scoped properties delegate.
        +
        Returns:
        +
        a MessageBodyReader that matches the supplied criteria or null if none is + found.
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyReaderMediaTypes

        +
        List<jakarta.ws.rs.core.MediaType> getMessageBodyReaderMediaTypes(Class<?> type,
        +                                                                  Type genericType,
        +                                                                  Annotation[] annotations)
        +
        Get the list of media types supported for a Java type.
        +
        +
        Parameters:
        +
        type - the class of object that is to be read.
        +
        genericType - the type of object to be read. E.g. if the message body is to be + read as a method parameter, this will be the declared type of the + parameter as returned by Method.getGenericParameterTypes.
        +
        annotations - an array of the annotations on the declaration of the artifact + that will be read. E.g. if the message body is to be consumed as a + method parameter, this will be the annotations on that parameter + returned by Method.getParameterAnnotations.
        +
        Returns:
        +
        the list of supported media types, the list is ordered as follows: a/b < + a/* < \*\/*
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyReaderMediaTypesByType

        +
        List<jakarta.ws.rs.core.MediaType> getMessageBodyReaderMediaTypesByType(Class<?> type)
        +
        Get the list of media types supported for a Java type.
        +
        +
        Parameters:
        +
        type - the class of object that is to be read.
        +
        Returns:
        +
        the list of supported media types, the list is ordered as follows: a/b < + a/* < \*\/*
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyReadersForType

        +
        List<jakarta.ws.rs.ext.MessageBodyReader> getMessageBodyReadersForType(Class<?> type)
        +
        Get a list of MessageBodyReaders that are suitable for the given type. The list is sorted based on the + class hierarchy (most specific readers are first).
        +
        +
        Parameters:
        +
        type - the class of object readers are requested for.
        +
        Returns:
        +
        the list of supported MessageBodyReaders for given class.
        +
        +
      • +
      + + + +
        +
      • +

        getReaderModelsForType

        +
        List<ReaderModel> getReaderModelsForType(Class<?> type)
        +
        Get a list of MessageBodyReader models that are suitable for the given type. + + The list is sorted based on the class hierarchy (most specific readers are first).
        +
        +
        Parameters:
        +
        type - the class of object readers are requested for.
        +
        Returns:
        +
        the list of supported MessageBodyReader models for given class.
        +
        Since:
        +
        2.16
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyWriterMediaTypes

        +
        List<jakarta.ws.rs.core.MediaType> getMessageBodyWriterMediaTypes(Class<?> type,
        +                                                                  Type genericType,
        +                                                                  Annotation[] annotations)
        +
        Get the list of media types supported for a Java type.
        +
        +
        Parameters:
        +
        type - the class of object that is to be written.
        +
        genericType - the type of object to be written. E.g. if the message body is to + be produced from a field, this will be the declared type of the field as + returned by Field.getGenericType.
        +
        annotations - an array of the annotations on the declaration of the artifact + that will be written. E.g. if the message body is to be produced from a + field, this will be the annotations on that field returned by + Field.getDeclaredAnnotations.
        +
        Returns:
        +
        the list of supported media types, the list is ordered as follows: a/b < + a/* < \*\/*
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyWriterMediaTypesByType

        +
        List<jakarta.ws.rs.core.MediaType> getMessageBodyWriterMediaTypesByType(Class<?> type)
        +
        Get the list of media types supported for a Java type.
        +
        +
        Parameters:
        +
        type - the class of object that is to be written.
        +
        Returns:
        +
        the list of supported media types, the list is ordered as follows: a/b < + a/* < \*\/*
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyWritersForType

        +
        List<jakarta.ws.rs.ext.MessageBodyWriter> getMessageBodyWritersForType(Class<?> type)
        +
        Get a list of MessageBodyWriters that are suitable for the given type. The list is sorted based on the + class hierarchy (most specific writers are first).
        +
        +
        Parameters:
        +
        type - the class of object writers are requested for.
        +
        Returns:
        +
        the list of supported MessageBodyWriters for given class.
        +
        +
      • +
      + + + +
        +
      • +

        getWritersModelsForType

        +
        List<WriterModel> getWritersModelsForType(Class<?> type)
        +
        Get a list of MessageBodyWriter models that are suitable for the given type. + + The list is sorted based on the class hierarchy (most specific writers are first).
        +
        +
        Parameters:
        +
        type - the class of object writers are requested for.
        +
        Returns:
        +
        the list of supported MessageBodyWriter models for given class.
        +
        Since:
        +
        2.16
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyWriterMediaType

        +
        jakarta.ws.rs.core.MediaType getMessageBodyWriterMediaType(Class<?> type,
        +                                                           Type genericType,
        +                                                           Annotation[] annotations,
        +                                                           List<jakarta.ws.rs.core.MediaType> acceptableMediaTypes)
        +
        Get the most acceptable media type supported for a Java type given a set of + acceptable media types.
        +
        +
        Parameters:
        +
        type - the class of object that is to be written.
        +
        genericType - the type of object to be written. E.g. if the message body is to + be produced from a field, this will be the declared type of the field as + returned by Field.getGenericType.
        +
        annotations - an array of the annotations on the declaration of the artifact + that will be written. E.g. if the message body is to be produced from a + field, this will be the annotations on that field returned by + Field.getDeclaredAnnotations.
        +
        acceptableMediaTypes - the list of acceptable media types, sorted according to + the quality with the media type of highest quality occurring first + first.
        +
        Returns:
        +
        the best media types
        +
        +
      • +
      + + + +
        +
      • +

        readFrom

        +
        Object readFrom(Class<?> rawType,
        +                Type type,
        +                Annotation[] annotations,
        +                jakarta.ws.rs.core.MediaType mediaType,
        +                jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
        +                PropertiesDelegate propertiesDelegate,
        +                InputStream entityStream,
        +                Iterable<jakarta.ws.rs.ext.ReaderInterceptor> readerInterceptors,
        +                boolean translateNce)
        +         throws jakarta.ws.rs.WebApplicationException,
        +                IOException
        +
        Reads a type from the entityStream using interceptors. If the + parameter intercept is true then reader + interceptors are executed before calling the message + body reader. The appropriate message body reader is + chosen after the interceptor execution based on parameter passed to this method + and modified by the interceptors.
        +
        +
        Parameters:
        +
        rawType - raw Java entity type.
        +
        type - generic Java entity type.
        +
        annotations - an array of the annotations on the declaration of the artifact + that will be initialized with the produced instance. E.g. if the message + body is to be converted into a method parameter, this will be the + annotations on that parameter returned by + Method.getParameterAnnotations.
        +
        mediaType - the media type of the HTTP entity.
        +
        httpHeaders - the mutable HTTP headers associated with HTTP entity.
        +
        propertiesDelegate - request-scoped properties delegate.
        +
        entityStream - the InputStream of the HTTP entity. The stream is not + closed after reading the entity.
        +
        readerInterceptors - Reader interceptor that are to be used to intercept the reading of an entity. The interceptors + will be executed in the same order as given in this parameter.
        +
        translateNce - if true, the NoContentException thrown by a selected message body + reader will be translated into a BadRequestException as required by + JAX-RS specification on the server side.
        +
        Returns:
        +
        the entity that was read from the entityStream.
        +
        Throws:
        +
        jakarta.ws.rs.WebApplicationException - Thrown when message body + reader fails.
        +
        IOException - Thrown when reading from the entityStream fails.
        +
        +
      • +
      + + + +
        +
      • +

        writeTo

        +
        OutputStream writeTo(Object entity,
        +                     Class<?> rawType,
        +                     Type type,
        +                     Annotation[] annotations,
        +                     jakarta.ws.rs.core.MediaType mediaType,
        +                     jakarta.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
        +                     PropertiesDelegate propertiesDelegate,
        +                     OutputStream entityStream,
        +                     Iterable<jakarta.ws.rs.ext.WriterInterceptor> writerInterceptors)
        +              throws IOException,
        +                     jakarta.ws.rs.WebApplicationException
        +
        Writers a type to the entityStream using interceptors. If the + parameter intercept is true then writer + interceptors are executed before calling the message + body writer. The appropriate message body writer is + chosen after the interceptor execution based on parameter passed to this method + and modified by the interceptors.
        +
        +
        Parameters:
        +
        entity - Entity to be written to the entityStream
        +
        rawType - raw Java entity type.
        +
        type - generic Java entity type.
        +
        annotations - an array of the annotations on the resource method that returns + the object.
        +
        mediaType - the media type of the HTTP entity.
        +
        httpHeaders - the mutable HTTP headers associated with HTTP entity.
        +
        propertiesDelegate - request-scoped properties delegate.
        +
        entityStream - the OutputStream for the HTTP entity.
        +
        writerInterceptors - Writer interceptor that are to be used to intercept the writing of an entity. The interceptors + will be executed in the same order as given in this parameter.
        +
        Returns:
        +
        Outer output stream that should be closed by the caller.
        +
        Throws:
        +
        jakarta.ws.rs.WebApplicationException - Thrown when message body + reader fails.
        +
        IOException - Thrown when reading from the entityStream fails.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/MessageProperties.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/MessageProperties.html new file mode 100644 index 000000000..77cd37347 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/MessageProperties.html @@ -0,0 +1,426 @@ + + + + + + +MessageProperties (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message
+

Class MessageProperties

+
+
+ +
+
    +
  • +
    +
    +
    public final class MessageProperties
    +extends Object
    +
    Jersey configuration properties for message & entity processing.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static StringDEFLATE_WITHOUT_ZLIB +
      If set to true, DeflateEncoder deflate encoding interceptor will use non-standard version + of the deflate content encoding, skipping the zlib wrapper.
      +
      static StringIO_BUFFER_SIZE +
      Value of the property indicates the buffer size to be used for I/O operations + on byte and character streams.
      +
      static intIO_DEFAULT_BUFFER_SIZE +
      The default buffer size (8192) for I/O operations on byte and character + streams.
      +
      static StringJAXB_PROCESS_XML_ROOT_ELEMENT +
      If set to true then XML root element tag name for collections will + be derived from @XmlRootElement + annotation value and won't be de-capitalized.
      +
      static StringLEGACY_WORKERS_ORDERING +
      If set to true, MessageBodyReaders and + MessageBodyWriters will be ordered by rules from JAX-RS 1.x, where custom + providers have always precedence; providers are sorted by MediaType and afterwards by + declaration distance - see MessageBodyFactory.DeclarationDistanceComparator.
      +
      static StringXML_FORMAT_OUTPUT +
      If set to true indicates that produced XML output should be formatted + if possible (see below).
      +
      static StringXML_SECURITY_DISABLE +
      If set to true XML security features when parsing XML documents will be + disabled.
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        JAXB_PROCESS_XML_ROOT_ELEMENT

        +
        public static final String JAXB_PROCESS_XML_ROOT_ELEMENT
        +
        If set to true then XML root element tag name for collections will + be derived from @XmlRootElement + annotation value and won't be de-capitalized. +

        + The default value is false. +

        + The name of the configuration property is "jersey.config.jaxb.collections.processXmlRootElement".

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        XML_SECURITY_DISABLE

        +
        public static final String XML_SECURITY_DISABLE
        +
        If set to true XML security features when parsing XML documents will be + disabled. +

        + The default value is false. +

        + The name of the configuration property is "jersey.config.xml.security.disable".

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        XML_FORMAT_OUTPUT

        +
        public static final String XML_FORMAT_OUTPUT
        +
        If set to true indicates that produced XML output should be formatted + if possible (see below). +

        + A XML message entity written by a MessageBodyWriter + may be formatted for the purposes of human readability provided the respective + MessageBodyWriter supports XML output formatting. All JAXB-based message + body writers support this property. +

        + The default value is false. +

        + The name of the configuration property is "jersey.config.xml.formatOutput".

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        IO_BUFFER_SIZE

        +
        public static final String IO_BUFFER_SIZE
        +
        Value of the property indicates the buffer size to be used for I/O operations + on byte and character streams. The property value is expected to be a positive + integer otherwise it will be ignored. +

        + The default value is 8192. +

        + The name of the configuration property is "jersey.config.io.bufferSize".

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        IO_DEFAULT_BUFFER_SIZE

        +
        public static final int IO_DEFAULT_BUFFER_SIZE
        +
        The default buffer size (8192) for I/O operations on byte and character + streams.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFLATE_WITHOUT_ZLIB

        +
        public static final String DEFLATE_WITHOUT_ZLIB
        +
        If set to true, DeflateEncoder deflate encoding interceptor will use non-standard version + of the deflate content encoding, skipping the zlib wrapper. Unfortunately, deflate encoding + implementations in some products use this non-compliant version, hence the switch. +

        + The default value is false. +

        + The name of the configuration property is "jersey.config.deflate.nozlib".

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        LEGACY_WORKERS_ORDERING

        +
        public static final String LEGACY_WORKERS_ORDERING
        +
        If set to true, MessageBodyReaders and + MessageBodyWriters will be ordered by rules from JAX-RS 1.x, where custom + providers have always precedence; providers are sorted by MediaType and afterwards by + declaration distance - see MessageBodyFactory.DeclarationDistanceComparator. + Otherwise JAX-RS 3.x ordering will be used, which sorts providers firstly by declaration distance, then by + MediaType and by origin (custom/provided). +

        + The default value is false. +

        + The name of the configuration property is "jersey.config.workers.legacyOrdering".

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/MessageUtils.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/MessageUtils.html new file mode 100644 index 000000000..fb7947f98 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/MessageUtils.html @@ -0,0 +1,256 @@ + + + + + + +MessageUtils (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message
+

Class MessageUtils

+
+
+ +
+
    +
  • +
    +
    +
    public final class MessageUtils
    +extends Object
    +
    Utility class with message related methods.
    +
    +
    Author:
    +
    Adam Lindenthal
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCharset

        +
        public static Charset getCharset(jakarta.ws.rs.core.MediaType media)
        +
        Get the character set from a media type. +

        + The character set is obtained from the media type parameter "charset". + If the parameter is not present the UTF8 charset is utilized.

        +
        +
        Parameters:
        +
        media - the media type.
        +
        Returns:
        +
        the character set.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/ReaderModel.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/ReaderModel.html new file mode 100644 index 000000000..138ad2d4a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/ReaderModel.html @@ -0,0 +1,336 @@ + + + + + + +ReaderModel (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message
+

Class ReaderModel

+
+
+ +
+
    +
  • +
    +
    +
    public final class ReaderModel
    +extends AbstractEntityProviderModel<jakarta.ws.rs.ext.MessageBodyReader>
    +
    MessageBodyReader model.
    +
    +
    Since:
    +
    2.16
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ReaderModel

        +
        public ReaderModel(jakarta.ws.rs.ext.MessageBodyReader provider,
        +                   List<jakarta.ws.rs.core.MediaType> types,
        +                   Boolean custom)
        +
        Create new reader model instance. + + NOTE: This constructor is package-private on purpose.
        +
        +
        Parameters:
        +
        provider - modelled message body reader instance.
        +
        types - supported media types as declared in @Consumes annotation attached to the provider class.
        +
        custom - custom flag.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isReadable

        +
        public boolean isReadable(Class<?> type,
        +                          Type genericType,
        +                          Annotation[] annotations,
        +                          jakarta.ws.rs.core.MediaType mediaType)
        +
        Safely invokes isReadable method on the underlying provider. + + Any exceptions will be logged at finer level.
        +
        +
        Parameters:
        +
        type - the class of instance to be produced.
        +
        genericType - the type of instance to be produced. E.g. if the + message body is to be converted into a method parameter, this will be + the formal type of the method parameter as returned by + Method.getGenericParameterTypes.
        +
        annotations - an array of the annotations on the declaration of the + artifact that will be initialized with the produced instance. E.g. if the + message body is to be converted into a method parameter, this will be + the annotations on that parameter returned by + Method.getParameterAnnotations.
        +
        mediaType - the media type of the HTTP entity, if one is not + specified in the request then application/octet-stream is + used.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/WriterModel.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/WriterModel.html new file mode 100644 index 000000000..e4b243fee --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/WriterModel.html @@ -0,0 +1,330 @@ + + + + + + +WriterModel (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message
+

Class WriterModel

+
+
+ +
+
    +
  • +
    +
    +
    public final class WriterModel
    +extends AbstractEntityProviderModel<jakarta.ws.rs.ext.MessageBodyWriter>
    +
    MessageBodyWriter model.
    +
    +
    Since:
    +
    2.16
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        WriterModel

        +
        public WriterModel(jakarta.ws.rs.ext.MessageBodyWriter provider,
        +                   List<jakarta.ws.rs.core.MediaType> types,
        +                   Boolean custom)
        +
        Create new writer model instance. + + NOTE: This constructor is package-private on purpose.
        +
        +
        Parameters:
        +
        provider - modelled message body writer instance.
        +
        types - supported media types as declared in @Consumes annotation attached to the provider class.
        +
        custom - custom flag.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isWriteable

        +
        public boolean isWriteable(Class<?> type,
        +                           Type genericType,
        +                           Annotation[] annotations,
        +                           jakarta.ws.rs.core.MediaType mediaType)
        +
        Safely invokes isWriteable method on the underlying provider. + + Any exceptions will be logged at finer level.
        +
        +
        Parameters:
        +
        type - the class of instance that is to be written.
        +
        genericType - the type of instance to be written, obtained either + by reflection of a resource method return type or via inspection + of the returned instance. GenericEntity + provides a way to specify this information at runtime.
        +
        annotations - an array of the annotations attached to the message entity instance.
        +
        mediaType - the media type of the HTTP entity.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/XmlHeader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/XmlHeader.html new file mode 100644 index 000000000..17c48be9a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/XmlHeader.html @@ -0,0 +1,231 @@ + + + + + + +XmlHeader (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message
+

Annotation Type XmlHeader

+
+
+
+
    +
  • +
    +
    +
    @Target(value=METHOD)
    + @Retention(value=RUNTIME)
    +public @interface XmlHeader
    +
    Allows to specify XML header for XML output produced by a resource method + it is attached to. +

    + Example usage: +

    + @GET
    + @Produces("application/xml")
    + @XmlHeader("<?xml-stylesheet type='text/xsl' href='foobar.xsl' ?>")
    + public JaxbBean get() {
    +     ...
    + }
    + 
    +
    +
    Author:
    +
    Martin Matula
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      Stringvalue 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract String value
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/AbstractEntityProviderModel.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/AbstractEntityProviderModel.html new file mode 100644 index 000000000..93e98f2d0 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/AbstractEntityProviderModel.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.AbstractEntityProviderModel (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.AbstractEntityProviderModel

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/DeflateEncoder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/DeflateEncoder.html new file mode 100644 index 000000000..cae3905a4 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/DeflateEncoder.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.DeflateEncoder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.DeflateEncoder

+
+
No usage of org.glassfish.jersey.message.DeflateEncoder
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/GZipEncoder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/GZipEncoder.html new file mode 100644 index 000000000..c3af3b816 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/GZipEncoder.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.GZipEncoder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.GZipEncoder

+
+
No usage of org.glassfish.jersey.message.GZipEncoder
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/MessageBodyWorkers.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/MessageBodyWorkers.html new file mode 100644 index 000000000..2a6eda0d6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/MessageBodyWorkers.html @@ -0,0 +1,264 @@ + + + + + + +Uses of Interface org.glassfish.jersey.message.MessageBodyWorkers (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.message.MessageBodyWorkers

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/MessageProperties.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/MessageProperties.html new file mode 100644 index 000000000..c8d561062 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/MessageProperties.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.MessageProperties (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.MessageProperties

+
+
No usage of org.glassfish.jersey.message.MessageProperties
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/MessageUtils.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/MessageUtils.html new file mode 100644 index 000000000..4d89d119e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/MessageUtils.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.MessageUtils (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.MessageUtils

+
+
No usage of org.glassfish.jersey.message.MessageUtils
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/ReaderModel.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/ReaderModel.html new file mode 100644 index 000000000..8bf5d3717 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/ReaderModel.html @@ -0,0 +1,194 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.ReaderModel (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.ReaderModel

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/WriterModel.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/WriterModel.html new file mode 100644 index 000000000..7fc9d0b65 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/WriterModel.html @@ -0,0 +1,194 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.WriterModel (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.WriterModel

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/XmlHeader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/XmlHeader.html new file mode 100644 index 000000000..21836f17c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/XmlHeader.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.XmlHeader (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.XmlHeader

+
+
No usage of org.glassfish.jersey.message.XmlHeader
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AbstractFormProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AbstractFormProvider.html new file mode 100644 index 000000000..67401b383 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AbstractFormProvider.html @@ -0,0 +1,368 @@ + + + + + + +AbstractFormProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class AbstractFormProvider<T>

+
+
+ +
+
    +
  • +
    +
    Type Parameters:
    +
    T - form type.
    +
    +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyReader<T>, jakarta.ws.rs.ext.MessageBodyWriter<T>
    +
    +
    +
    Direct Known Subclasses:
    +
    FormMultivaluedMapProvider, FormProvider
    +
    +
    +
    +
    public abstract class AbstractFormProvider<T>
    +extends AbstractMessageReaderWriterProvider<T>
    +
    Abstract base class for form entity types marshalling & un-marshalling support.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractFormProvider

        +
        public AbstractFormProvider()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AbstractMessageReaderWriterProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AbstractMessageReaderWriterProvider.html new file mode 100644 index 000000000..6fd195223 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AbstractMessageReaderWriterProvider.html @@ -0,0 +1,494 @@ + + + + + + +AbstractMessageReaderWriterProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class AbstractMessageReaderWriterProvider<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider<T>
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        UTF8

        +
        public static final Charset UTF8
        +
        The UTF-8 Charset.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractMessageReaderWriterProvider

        +
        public AbstractMessageReaderWriterProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        writeTo

        +
        public static void writeTo(InputStream in,
        +                           OutputStream out)
        +                    throws IOException
        +
        Reader bytes from an input stream and write then to an output stream.
        +
        +
        Parameters:
        +
        in - the input stream to read from.
        +
        out - the output stream to write to.
        +
        Throws:
        +
        IOException - if there is an error reading or writing bytes.
        +
        +
      • +
      + + + +
        +
      • +

        writeTo

        +
        public static void writeTo(Reader in,
        +                           Writer out)
        +                    throws IOException
        +
        Reader characters from an input stream and write then to an output stream.
        +
        +
        Parameters:
        +
        in - the reader to read from.
        +
        out - the writer to write to.
        +
        Throws:
        +
        IOException - if there is an error reading or writing characters.
        +
        +
      • +
      + + + +
        +
      • +

        getCharset

        +
        public static Charset getCharset(jakarta.ws.rs.core.MediaType m)
        +
        Get the character set from a media type. +

        + The character set is obtained from the media type parameter "charset". + If the parameter is not present the UTF8 charset is utilized.

        +
        +
        Parameters:
        +
        m - the media type.
        +
        Returns:
        +
        the character set.
        +
        +
      • +
      + + + +
        +
      • +

        readFromAsString

        +
        public static String readFromAsString(InputStream in,
        +                                      jakarta.ws.rs.core.MediaType type)
        +                               throws IOException
        +
        Read the bytes of an input stream and convert to a string.
        +
        +
        Parameters:
        +
        in - the input stream to read from.
        +
        type - the media type that determines the character set defining + how to decode bytes to characters.
        +
        Returns:
        +
        the string.
        +
        Throws:
        +
        IOException - if there is an error reading from the input stream.
        +
        +
      • +
      + + + +
        +
      • +

        writeToAsString

        +
        public static void writeToAsString(String s,
        +                                   OutputStream out,
        +                                   jakarta.ws.rs.core.MediaType type)
        +                            throws IOException
        +
        Convert a string to bytes and write those bytes to an output stream.
        +
        +
        Parameters:
        +
        s - the string to convert to bytes.
        +
        out - the output stream to write to.
        +
        type - the media type that determines the character set defining + how to decode bytes to characters.
        +
        Throws:
        +
        IOException - in case of a write failure.
        +
        +
      • +
      + + + + + +
        +
      • +

        getSize

        +
        public long getSize(T t,
        +                    Class<?> type,
        +                    Type genericType,
        +                    Annotation[] annotations,
        +                    jakarta.ws.rs.core.MediaType mediaType)
        +
        +
        Specified by:
        +
        getSize in interface jakarta.ws.rs.ext.MessageBodyWriter<T>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AcceptableLanguageTag.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AcceptableLanguageTag.html new file mode 100644 index 000000000..e1a02bba6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AcceptableLanguageTag.html @@ -0,0 +1,375 @@ + + + + + + +AcceptableLanguageTag (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class AcceptableLanguageTag

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Qualified
    +
    +
    +
    +
    public class AcceptableLanguageTag
    +extends LanguageTag
    +implements Qualified
    +
    An acceptable language tag.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AcceptableMediaType.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AcceptableMediaType.html new file mode 100644 index 000000000..f7466b254 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AcceptableMediaType.html @@ -0,0 +1,482 @@ + + + + + + +AcceptableMediaType (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class AcceptableMediaType

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.core.MediaType
    • +
    • +
        +
      • org.glassfish.jersey.message.internal.AcceptableMediaType
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Qualified
    +
    +
    +
    +
    public class AcceptableMediaType
    +extends jakarta.ws.rs.core.MediaType
    +implements Qualified
    +
    An acceptable media type.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static Comparator<AcceptableMediaType>COMPARATOR +
      Comparator for collections of acceptable media types.
      +
      +
        +
      • + + +

        Fields inherited from class jakarta.ws.rs.core.MediaType

        +APPLICATION_ATOM_XML, APPLICATION_ATOM_XML_TYPE, APPLICATION_FORM_URLENCODED, APPLICATION_FORM_URLENCODED_TYPE, APPLICATION_JSON, APPLICATION_JSON_PATCH_JSON, APPLICATION_JSON_PATCH_JSON_TYPE, APPLICATION_JSON_TYPE, APPLICATION_OCTET_STREAM, APPLICATION_OCTET_STREAM_TYPE, APPLICATION_SVG_XML, APPLICATION_SVG_XML_TYPE, APPLICATION_XHTML_XML, APPLICATION_XHTML_XML_TYPE, APPLICATION_XML, APPLICATION_XML_TYPE, CHARSET_PARAMETER, MEDIA_TYPE_WILDCARD, MULTIPART_FORM_DATA, MULTIPART_FORM_DATA_TYPE, SERVER_SENT_EVENTS, SERVER_SENT_EVENTS_TYPE, TEXT_HTML, TEXT_HTML_TYPE, TEXT_PLAIN, TEXT_PLAIN_TYPE, TEXT_XML, TEXT_XML_TYPE, WILDCARD, WILDCARD_TYPE
      • +
      +
    • +
    + + + + +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AcceptableMediaType

        +
        public AcceptableMediaType(String type,
        +                           String subtype)
        +
        Create new acceptable media type instance with a default quality factor value.
        +
        +
        Parameters:
        +
        type - the primary type, null is equivalent to + MediaType.MEDIA_TYPE_WILDCARD
        +
        subtype - the subtype, null is equivalent to + MediaType.MEDIA_TYPE_WILDCARD
        +
        +
      • +
      + + + +
        +
      • +

        AcceptableMediaType

        +
        public AcceptableMediaType(String type,
        +                           String subtype,
        +                           int quality,
        +                           Map<String,String> parameters)
        +
        Create new acceptable media type instance.
        +
        +
        Parameters:
        +
        type - the primary type, null is equivalent to + MediaType.MEDIA_TYPE_WILDCARD
        +
        subtype - the subtype, null is equivalent to + MediaType.MEDIA_TYPE_WILDCARD
        +
        quality - quality factor value in [ppt]. See Qualified.
        +
        parameters - a map of media type parameters, null is the same as an + empty map.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getQuality

        +
        public int getQuality()
        +
        Description copied from interface: Qualified
        +
        Get quality factor value (in [ppt]).
        +
        +
        Specified by:
        +
        getQuality in interface Qualified
        +
        Returns:
        +
        quality factor value.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        valueOf

        +
        public static AcceptableMediaType valueOf(jakarta.ws.rs.core.MediaType mediaType)
        +                                   throws ParseException
        +
        Create new acceptable media type instance from the supplied + media type.
        +
        +
        Parameters:
        +
        mediaType - general-purpose media type.
        +
        Returns:
        +
        new acceptable media type instance.
        +
        Throws:
        +
        ParseException - in case the quality parameter parsing failed.
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Overrides:
        +
        equals in class jakarta.ws.rs.core.MediaType
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class jakarta.ws.rs.core.MediaType
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AcceptableToken.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AcceptableToken.html new file mode 100644 index 000000000..5e249afb0 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AcceptableToken.html @@ -0,0 +1,370 @@ + + + + + + +AcceptableToken (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class AcceptableToken

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Qualified
    +
    +
    +
    +
    public class AcceptableToken
    +extends Token
    +implements Qualified
    +
    An acceptable token.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ByteArrayProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ByteArrayProvider.html new file mode 100644 index 000000000..9899a38a8 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ByteArrayProvider.html @@ -0,0 +1,421 @@ + + + + + + +ByteArrayProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class ByteArrayProvider

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyReader<byte[]>, jakarta.ws.rs.ext.MessageBodyWriter<byte[]>
    +
    +
    +
    +
    @Produces(value={"application/octet-stream","*/*"})
    + @Consumes(value={"application/octet-stream","*/*"})
    +public final class ByteArrayProvider
    +extends AbstractMessageReaderWriterProvider<byte[]>
    +
    Default Jersey byte array entity provider (reader and writer).
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ByteArrayProvider

        +
        public ByteArrayProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isReadable

        +
        public boolean isReadable(Class<?> type,
        +                          Type genericType,
        +                          Annotation[] annotations,
        +                          jakarta.ws.rs.core.MediaType mediaType)
        +
      • +
      + + + + + + + +
        +
      • +

        isWriteable

        +
        public boolean isWriteable(Class<?> type,
        +                           Type genericType,
        +                           Annotation[] annotations,
        +                           jakarta.ws.rs.core.MediaType mediaType)
        +
      • +
      + + + + + + + +
        +
      • +

        getSize

        +
        public long getSize(byte[] t,
        +                    Class<?> type,
        +                    Type genericType,
        +                    Annotation[] annotations,
        +                    jakarta.ws.rs.core.MediaType mediaType)
        +
        +
        Specified by:
        +
        getSize in interface jakarta.ws.rs.ext.MessageBodyWriter<byte[]>
        +
        Overrides:
        +
        getSize in class AbstractMessageReaderWriterProvider<byte[]>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CacheControlProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CacheControlProvider.html new file mode 100644 index 000000000..75a915c14 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CacheControlProvider.html @@ -0,0 +1,330 @@ + + + + + + +CacheControlProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class CacheControlProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.CacheControlProvider
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.CacheControl>, HeaderDelegateProvider<jakarta.ws.rs.core.CacheControl>
    +
    +
    +
    +
    @Singleton
    +public final class CacheControlProvider
    +extends Object
    +implements HeaderDelegateProvider<jakarta.ws.rs.core.CacheControl>
    + +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar, hubick@java.net
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CacheControlProvider

        +
        public CacheControlProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        supports

        +
        public boolean supports(Class<?> type)
        +
        Description copied from interface: HeaderDelegateProvider
        +
        Ascertain if the Provider supports a particular type.
        +
        +
        Specified by:
        +
        supports in interface HeaderDelegateProvider<jakarta.ws.rs.core.CacheControl>
        +
        Parameters:
        +
        type - the type that is to be supported.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString(jakarta.ws.rs.core.CacheControl header)
        +
        +
        Specified by:
        +
        toString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.CacheControl>
        +
        +
      • +
      + + + +
        +
      • +

        fromString

        +
        public jakarta.ws.rs.core.CacheControl fromString(String header)
        +
        +
        Specified by:
        +
        fromString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.CacheControl>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CommittingOutputStream.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CommittingOutputStream.html new file mode 100644 index 000000000..64efeb0aa --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CommittingOutputStream.html @@ -0,0 +1,557 @@ + + + + + + +CommittingOutputStream (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class CommittingOutputStream

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Closeable, Flushable, AutoCloseable
    +
    +
    +
    +
    public final class CommittingOutputStream
    +extends OutputStream
    +
    A committing output stream with optional serialized entity buffering functionality + which allows measuring of the entity size. +

    + When buffering functionality is enabled the output stream buffers + the written bytes into an internal buffer of a configurable size. After the last + written byte the commit() method is expected to be called to notify + a callback + with an actual measured entity size. If the entity is too large to + fit into the internal buffer and the buffer exceeds before the commit() + is called then the stream is automatically committed and the callback is called + with parameter size value of -1. +

    +

    + Callback method also returns the output stream in which the output will be written. The committing output stream + must be initialized with the callback using + setStreamProvider(org.glassfish.jersey.message.internal.OutboundMessageContext.StreamProvider) + before first byte is written. +

    + The buffering is by default disabled and can be enabled by calling enableBuffering() + or enableBuffering(int) before writing the first byte into this output stream. The former + method enables buffering with the default size + bytes specified in DEFAULT_BUFFER_SIZE. +

    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar, Miroslav Fuksa
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        DEFAULT_BUFFER_SIZE

        +
        public static final int DEFAULT_BUFFER_SIZE
        +
        Default size of the buffer which will be used if no user defined size is specified.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CommittingOutputStream

        +
        public CommittingOutputStream()
        +
        Creates new committing output stream. The returned stream instance still needs to be initialized before + writing first bytes.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setStreamProvider

        +
        public void setStreamProvider(OutboundMessageContext.StreamProvider streamProvider)
        +
        Set the buffering output stream provider. If the committing output stream works in buffering mode + this method must be called before first bytes are written into this stream.
        +
        +
        Parameters:
        +
        streamProvider - non-null stream provider callback.
        +
        +
      • +
      + + + +
        +
      • +

        enableBuffering

        +
        public void enableBuffering(int bufferSize)
        +
        Enable buffering of the serialized entity.
        +
        +
        Parameters:
        +
        bufferSize - size of the buffer. When the value is less or equal to zero the buffering will be disabled and -1 + will be passed to the + callback.
        +
        +
      • +
      + + + +
        +
      • +

        isCommitted

        +
        public boolean isCommitted()
        +
        Determine whether the stream was already committed or not.
        +
        +
        Returns:
        +
        true if this stream was already committed, false otherwise.
        +
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        commit

        +
        public void commit()
        +            throws IOException
        +
        Commit the output stream.
        +
        +
        Throws:
        +
        IOException - when underlying stream returned from the callback method throws the io exception.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        isClosed

        +
        public boolean isClosed()
        +
        Check if the committing output stream has been closed already.
        +
        +
        Returns:
        +
        true if the stream has been closed, false otherwise.
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CompletableReader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CompletableReader.html new file mode 100644 index 000000000..5baf841b4 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CompletableReader.html @@ -0,0 +1,249 @@ + + + + + + +CompletableReader (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Interface CompletableReader<T>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    T - the type returned from a MessageBodyReader.
    +
    +
    +
    +
    public interface CompletableReader<T>
    +
    A MessageBodyReader may implement this interface to signal that + reading from the underlying input stream can be fully completed. +

    + This is useful in scenarios where an instance of the type will be processed + after the input stream, from which it was read, has been closed.

    +
    +
    Author:
    +
    Paul Sandoz
    +
    See Also:
    +
    MessageBodyReader
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        complete

        +
        T complete(T t)
        +
        Complete the reading.
        +
        +
        Parameters:
        +
        t - an instance of the Type T.
        +
        Returns:
        +
        the complete instance of T.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CookieProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CookieProvider.html new file mode 100644 index 000000000..4078d6ed5 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CookieProvider.html @@ -0,0 +1,330 @@ + + + + + + +CookieProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class CookieProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.CookieProvider
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.Cookie>, HeaderDelegateProvider<jakarta.ws.rs.core.Cookie>
    +
    +
    +
    +
    @Singleton
    +public class CookieProvider
    +extends Object
    +implements HeaderDelegateProvider<jakarta.ws.rs.core.Cookie>
    +
    Request Cookie header delegate provider.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CookieProvider

        +
        public CookieProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        supports

        +
        public boolean supports(Class<?> type)
        +
        Description copied from interface: HeaderDelegateProvider
        +
        Ascertain if the Provider supports a particular type.
        +
        +
        Specified by:
        +
        supports in interface HeaderDelegateProvider<jakarta.ws.rs.core.Cookie>
        +
        Parameters:
        +
        type - the type that is to be supported.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString(jakarta.ws.rs.core.Cookie cookie)
        +
        +
        Specified by:
        +
        toString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.Cookie>
        +
        +
      • +
      + + + +
        +
      • +

        fromString

        +
        public jakarta.ws.rs.core.Cookie fromString(String header)
        +
        +
        Specified by:
        +
        fromString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.Cookie>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CookiesParser.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CookiesParser.html new file mode 100644 index 000000000..11f6baf2b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CookiesParser.html @@ -0,0 +1,270 @@ + + + + + + +CookiesParser (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class CookiesParser

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.CookiesParser
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class CookiesParser
    +extends Object
    +
    Cookies parser.
    +
    +
    Author:
    +
    Marc Hadley, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        parseCookies

        +
        public static Map<String,jakarta.ws.rs.core.Cookie> parseCookies(String header)
        +
      • +
      + + + +
        +
      • +

        parseCookie

        +
        public static jakarta.ws.rs.core.Cookie parseCookie(String header)
        +
      • +
      + + + +
        +
      • +

        parseNewCookie

        +
        public static jakarta.ws.rs.core.NewCookie parseNewCookie(String header)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/DataSourceProvider.ByteArrayDataSource.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/DataSourceProvider.ByteArrayDataSource.html new file mode 100644 index 000000000..6ae7acd70 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/DataSourceProvider.ByteArrayDataSource.html @@ -0,0 +1,374 @@ + + + + + + +DataSourceProvider.ByteArrayDataSource (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class DataSourceProvider.ByteArrayDataSource

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.activation.DataSource
    +
    +
    +
    Enclosing class:
    +
    DataSourceProvider
    +
    +
    +
    +
    public static class DataSourceProvider.ByteArrayDataSource
    +extends Object
    +implements jakarta.activation.DataSource
    +
    Modified from javax.mail.util.ByteArrayDataSource + + A DataSource backed by a byte array. The byte array may be + passed in directly, or may be initialized from an InputStream + or a String.
    +
    +
    Since:
    +
    JavaMail 1.4
    +
    Author:
    +
    John Mani, Bill Shannon, Max Spivak
    +
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInputStream

        +
        public InputStream getInputStream()
        +                           throws IOException
        +
        +
        Specified by:
        +
        getInputStream in interface jakarta.activation.DataSource
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        getOutputStream

        +
        public OutputStream getOutputStream()
        +                             throws IOException
        +
        +
        Specified by:
        +
        getOutputStream in interface jakarta.activation.DataSource
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        getContentType

        +
        public String getContentType()
        +
        +
        Specified by:
        +
        getContentType in interface jakarta.activation.DataSource
        +
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        +
        Specified by:
        +
        getName in interface jakarta.activation.DataSource
        +
        +
      • +
      + + + +
        +
      • +

        setName

        +
        public void setName(String name)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/DataSourceProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/DataSourceProvider.html new file mode 100644 index 000000000..20720f740 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/DataSourceProvider.html @@ -0,0 +1,418 @@ + + + + + + +DataSourceProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class DataSourceProvider

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyReader<jakarta.activation.DataSource>, jakarta.ws.rs.ext.MessageBodyWriter<jakarta.activation.DataSource>
    +
    +
    +
    +
    @Produces(value={"application/octet-stream","*/*"})
    + @Consumes(value={"application/octet-stream","*/*"})
    +public class DataSourceProvider
    +extends AbstractMessageReaderWriterProvider<jakarta.activation.DataSource>
    +
    Provider for marshalling/un-marshalling of application/octet-stream + entity type to/from a DataSource instance.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DataSourceProvider

        +
        public DataSourceProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isReadable

        +
        public boolean isReadable(Class<?> type,
        +                          Type genericType,
        +                          Annotation[] annotations,
        +                          jakarta.ws.rs.core.MediaType mediaType)
        +
      • +
      + + + +
        +
      • +

        readFrom

        +
        public jakarta.activation.DataSource readFrom(Class<jakarta.activation.DataSource> type,
        +                                              Type genericType,
        +                                              Annotation[] annotations,
        +                                              jakarta.ws.rs.core.MediaType mediaType,
        +                                              jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
        +                                              InputStream entityStream)
        +                                       throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        isWriteable

        +
        public boolean isWriteable(Class<?> type,
        +                           Type genericType,
        +                           Annotation[] annotations,
        +                           jakarta.ws.rs.core.MediaType mediaType)
        +
      • +
      + + + +
        +
      • +

        writeTo

        +
        public void writeTo(jakarta.activation.DataSource t,
        +                    Class<?> type,
        +                    Type genericType,
        +                    Annotation[] annotations,
        +                    jakarta.ws.rs.core.MediaType mediaType,
        +                    jakarta.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
        +                    OutputStream entityStream)
        +             throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/DateProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/DateProvider.html new file mode 100644 index 000000000..e05314155 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/DateProvider.html @@ -0,0 +1,330 @@ + + + + + + +DateProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class DateProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.DateProvider
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DateProvider

        +
        public DateProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        supports

        +
        public boolean supports(Class<?> type)
        +
        Description copied from interface: HeaderDelegateProvider
        +
        Ascertain if the Provider supports a particular type.
        +
        +
        Specified by:
        +
        supports in interface HeaderDelegateProvider<Date>
        +
        Parameters:
        +
        type - the type that is to be supported.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString(Date header)
        +
        +
        Specified by:
        +
        toString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Date>
        +
        +
      • +
      + + + +
        +
      • +

        fromString

        +
        public Date fromString(String header)
        +
        +
        Specified by:
        +
        fromString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Date>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/EntityInputStream.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/EntityInputStream.html new file mode 100644 index 000000000..f2494399e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/EntityInputStream.html @@ -0,0 +1,605 @@ + + + + + + +EntityInputStream (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class EntityInputStream

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Closeable, AutoCloseable
    +
    +
    +
    +
    public class EntityInputStream
    +extends InputStream
    +
    Entity input stream customized for entity message processing: +
      +
    • contains isEmpty() method.
    • +
    • close() method throws Jersey-specific runtime exception in case of an IO error.
    • +
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityInputStream

        +
        public EntityInputStream(InputStream input)
        +
        Extension constructor.
        +
        +
        Parameters:
        +
        input - underlying wrapped input stream.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        create

        +
        public static EntityInputStream create(InputStream inputStream)
        +
        Create an entity input stream instance wrapping the original input stream. +

        + In case the original entity stream is already of type EntityInputStream, + the stream is returned without wrapping.

        +
        +
        Parameters:
        +
        inputStream - input stream.
        +
        Returns:
        +
        entity input stream.
        +
        +
      • +
      + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        mark

        +
        public void mark(int readLimit)
        +
        +
        Overrides:
        +
        mark in class InputStream
        +
        +
      • +
      + + + + + + + +
        +
      • +

        reset

        +
        public void reset()
        +
        +

        + The method is customized to not throw an IOException if the reset operation fails. Instead, + a runtime ProcessingException is thrown. +

        +
        +
        Overrides:
        +
        reset in class InputStream
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - in case the reset operation on the underlying entity input stream failed.
        +
        +
      • +
      + + + +
        +
      • +

        close

        +
        public void close()
        +           throws jakarta.ws.rs.ProcessingException
        +
        +

        + The method is customized to not throw an IOException if the close operation fails. Instead, + a warning message is logged. +

        +
        +
        Specified by:
        +
        close in interface Closeable
        +
        Specified by:
        +
        close in interface AutoCloseable
        +
        Overrides:
        +
        close in class InputStream
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
        Check if the underlying entity stream is empty. +

        + Note that the operation may need to block until a first byte (or EOF) is available in the stream. +

        +
        +
        Returns:
        +
        true if the entity stream is empty, false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        ensureNotClosed

        +
        public void ensureNotClosed()
        +                     throws IllegalStateException
        +
        Check that the entity input stream has not been closed yet.
        +
        +
        Throws:
        +
        IllegalStateException - in case the entity input stream has been closed.
        +
        +
      • +
      + + + +
        +
      • +

        isClosed

        +
        public boolean isClosed()
        +
        Get the closed status of this input stream.
        +
        +
        Returns:
        +
        true if the stream has been closed, false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        getWrappedStream

        +
        public final InputStream getWrappedStream()
        +
        Get the wrapped input stream instance.
        +
        +
        Returns:
        +
        wrapped input stream instance.
        +
        +
      • +
      + + + +
        +
      • +

        setWrappedStream

        +
        public final void setWrappedStream(InputStream wrapped)
        +
        Set the wrapped input stream instance.
        +
        +
        Parameters:
        +
        wrapped - new input stream instance to be wrapped.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/EntityTagProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/EntityTagProvider.html new file mode 100644 index 000000000..52c5fa1eb --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/EntityTagProvider.html @@ -0,0 +1,330 @@ + + + + + + +EntityTagProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class EntityTagProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.EntityTagProvider
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.EntityTag>, HeaderDelegateProvider<jakarta.ws.rs.core.EntityTag>
    +
    +
    +
    +
    @Singleton
    +public class EntityTagProvider
    +extends Object
    +implements HeaderDelegateProvider<jakarta.ws.rs.core.EntityTag>
    + +
    +
    Author:
    +
    Marc Hadley, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityTagProvider

        +
        public EntityTagProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        supports

        +
        public boolean supports(Class<?> type)
        +
        Description copied from interface: HeaderDelegateProvider
        +
        Ascertain if the Provider supports a particular type.
        +
        +
        Specified by:
        +
        supports in interface HeaderDelegateProvider<jakarta.ws.rs.core.EntityTag>
        +
        Parameters:
        +
        type - the type that is to be supported.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString(jakarta.ws.rs.core.EntityTag header)
        +
        +
        Specified by:
        +
        toString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.EntityTag>
        +
        +
      • +
      + + + +
        +
      • +

        fromString

        +
        public jakarta.ws.rs.core.EntityTag fromString(String header)
        +
        +
        Specified by:
        +
        fromString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.EntityTag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/FileProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/FileProvider.html new file mode 100644 index 000000000..0e52484f9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/FileProvider.html @@ -0,0 +1,423 @@ + + + + + + +FileProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class FileProvider

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyReader<File>, jakarta.ws.rs.ext.MessageBodyWriter<File>
    +
    +
    +
    +
    @Produces(value={"application/octet-stream","*/*"})
    + @Consumes(value={"application/octet-stream","*/*"})
    + @Singleton
    +public final class FileProvider
    +extends AbstractMessageReaderWriterProvider<File>
    +
    Provider for marshalling/un-marshalling of application/octet-stream + entity type to/from a File instance.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/FormMultivaluedMapProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/FormMultivaluedMapProvider.html new file mode 100644 index 000000000..852b30339 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/FormMultivaluedMapProvider.html @@ -0,0 +1,408 @@ + + + + + + +FormMultivaluedMapProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class FormMultivaluedMapProvider

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyReader<jakarta.ws.rs.core.MultivaluedMap<String,String>>, jakarta.ws.rs.ext.MessageBodyWriter<jakarta.ws.rs.core.MultivaluedMap<String,String>>
    +
    +
    +
    +
    @Produces(value="application/x-www-form-urlencoded")
    + @Consumes(value="application/x-www-form-urlencoded")
    + @Singleton
    +public final class FormMultivaluedMapProvider
    +extends AbstractFormProvider<jakarta.ws.rs.core.MultivaluedMap<String,String>>
    +
    Provider for marshalling/un-marshalling of application/x-www-form-urlencoded + entity type to/from multi-valued map instance.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FormMultivaluedMapProvider

        +
        public FormMultivaluedMapProvider()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/FormProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/FormProvider.html new file mode 100644 index 000000000..8ed20a824 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/FormProvider.html @@ -0,0 +1,408 @@ + + + + + + +FormProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class FormProvider

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyReader<jakarta.ws.rs.core.Form>, jakarta.ws.rs.ext.MessageBodyWriter<jakarta.ws.rs.core.Form>
    +
    +
    +
    +
    @Produces(value={"application/x-www-form-urlencoded","*/*"})
    + @Consumes(value={"application/x-www-form-urlencoded","*/*"})
    + @Singleton
    +public final class FormProvider
    +extends AbstractFormProvider<jakarta.ws.rs.core.Form>
    +
    Provider for marshalling/un-marshalling of application/x-www-form-urlencoded + entity type to/from JAX-RS Form instance.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FormProvider

        +
        public FormProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isReadable

        +
        public boolean isReadable(Class<?> type,
        +                          Type genericType,
        +                          Annotation[] annotations,
        +                          jakarta.ws.rs.core.MediaType mediaType)
        +
      • +
      + + + +
        +
      • +

        readFrom

        +
        public jakarta.ws.rs.core.Form readFrom(Class<jakarta.ws.rs.core.Form> type,
        +                                        Type genericType,
        +                                        Annotation[] annotations,
        +                                        jakarta.ws.rs.core.MediaType mediaType,
        +                                        jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
        +                                        InputStream entityStream)
        +                                 throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        isWriteable

        +
        public boolean isWriteable(Class<?> type,
        +                           Type genericType,
        +                           Annotation[] annotations,
        +                           jakarta.ws.rs.core.MediaType mediaType)
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HeaderUtils.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HeaderUtils.html new file mode 100644 index 000000000..217f421c9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HeaderUtils.html @@ -0,0 +1,670 @@ + + + + + + +HeaderUtils (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class HeaderUtils

+
+
+ +
+
    +
  • +
    +
    +
    public final class HeaderUtils
    +extends Object
    +
    Utility class supporting the processing of message headers.
    +
    +
    Author:
    +
    Marek Potociar, Michal Gajdos, Libor Kramolis
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createInbound

        +
        public static jakarta.ws.rs.core.AbstractMultivaluedMap<String,String> createInbound()
        +
        Create an empty inbound message headers container. Created container is mutable.
        +
        +
        Returns:
        +
        a new empty mutable container for storing inbound message headers.
        +
        +
      • +
      + + + +
        +
      • +

        empty

        +
        public static <V> jakarta.ws.rs.core.MultivaluedMap<String,V> empty()
        +
        Get immutable empty message headers container. The factory method can be + used to for both message header container types  –  inbound + as well as outbound.
        +
        +
        Type Parameters:
        +
        V - header value type. Typically Object in case of the outbound + headers and String in case of the inbound headers.
        +
        Returns:
        +
        an immutable empty message headers container.
        +
        +
      • +
      + + + +
        +
      • +

        createOutbound

        +
        public static jakarta.ws.rs.core.AbstractMultivaluedMap<String,Object> createOutbound()
        +
        Create an empty outbound message headers container. Created container is mutable.
        +
        +
        Returns:
        +
        a new empty mutable container for storing outbound message headers.
        +
        +
      • +
      + + + +
        +
      • +

        asString

        +
        public static String asString(Object headerValue,
        +                              jakarta.ws.rs.core.Configuration configuration)
        +
        Convert a message header value, represented as a general object, to it's + string representation. If the supplied header value is null, + this method returns null. +

        + This method defers to RuntimeDelegate.createHeaderDelegate(java.lang.Class<T>) to + obtain a RuntimeDelegate.HeaderDelegate or HeaderDelegateProvider + to convert the value to a String. + If neither is found then the toString() + method on the header object is utilized.

        +
        +
        Parameters:
        +
        headerValue - the header value represented as an object.
        +
        configuration - the Configuration that may contain + CommonProperties.METAINF_SERVICES_LOOKUP_DISABLE + property preventing the HeaderDelegateProvider + to be used by the default RuntimeDelegate instance.
        +
        Returns:
        +
        the string representation of the supplied header value or null + if the supplied header value is null.
        +
        +
      • +
      + + + +
        +
      • +

        asStringList

        +
        public static List<String> asStringList(List<Object> headerValues,
        +                                        jakarta.ws.rs.core.Configuration configuration)
        +
        Returns string view of list of header values. Any modifications to the underlying list are visible to the view, + the view also supports removal of elements. Does not support other modifications.
        +
        +
        Parameters:
        +
        headerValues - header values.
        +
        configuration - the Configuration that may contain + CommonProperties.METAINF_SERVICES_LOOKUP_DISABLE + property preventing the HeaderDelegateProvider + to be used by the default RuntimeDelegate instance.
        +
        Returns:
        +
        String view of header values.
        +
        +
      • +
      + + + +
        +
      • +

        asStringHeaders

        +
        public static jakarta.ws.rs.core.MultivaluedMap<String,String> asStringHeaders(jakarta.ws.rs.core.MultivaluedMap<String,Object> headers,
        +                                                                               jakarta.ws.rs.core.Configuration configuration)
        +
        Returns string view of passed headers. Any modifications to the headers are visible to the view, the view also + supports removal of elements. Does not support other modifications.
        +
        +
        Parameters:
        +
        headers - headers.
        +
        configuration - the Configuration that may contain + CommonProperties.METAINF_SERVICES_LOOKUP_DISABLE + property preventing the HeaderDelegateProvider + to be used by the default RuntimeDelegate instance.
        +
        Returns:
        +
        String view of headers or null if {code headers} input parameter is null.
        +
        +
      • +
      + + + +
        +
      • +

        asStringHeadersSingleValue

        +
        public static Map<String,String> asStringHeadersSingleValue(jakarta.ws.rs.core.MultivaluedMap<String,Object> headers,
        +                                                            jakarta.ws.rs.core.Configuration configuration)
        +
        Transforms multi value map of headers to single String value map. + + Returned map is immutable. Map values are formatted using method asHeaderString(List, RuntimeDelegate).
        +
        +
        Parameters:
        +
        headers - headers to be formatted
        +
        configuration - the Configuration that may contain + CommonProperties.METAINF_SERVICES_LOOKUP_DISABLE + property preventing the HeaderDelegateProvider + to be used by the default RuntimeDelegate instance.
        +
        Returns:
        +
        immutable single String value map or + null if headers input parameter is null.
        +
        +
      • +
      + + + +
        +
      • +

        asHeaderString

        +
        public static String asHeaderString(List<Object> values,
        +                                    jakarta.ws.rs.ext.RuntimeDelegate rd)
        +
        Converts a list of message header values to a single string value (with individual values separated by + ','). + + Each single header value is converted to String using a + RuntimeDelegate.HeaderDelegate if one is available + via RuntimeDelegate.createHeaderDelegate(java.lang.Class) + for the header value class or using its toString() method if a header + delegate is not available.
        +
        +
        Parameters:
        +
        values - list of individual header values.
        +
        rd - RuntimeDelegate instance or null (in that case RuntimeDelegate.getInstance() + will be called for before conversion of elements).
        +
        Returns:
        +
        single string consisting of all the values passed in as a parameter. If values parameter is null, + null is returned. If the list of values is empty, an empty string is returned.
        +
        +
      • +
      + + + +
        +
      • +

        checkHeaderChanges

        +
        public static void checkHeaderChanges(Map<String,String> headersSnapshot,
        +                                      jakarta.ws.rs.core.MultivaluedMap<String,Object> currentHeaders,
        +                                      String connectorName,
        +                                      jakarta.ws.rs.core.Configuration configuration)
        +
        Compares two snapshots of headers from jersey ClientRequest and logs WARNING in case of difference. + + Current container implementations does not support header modification in WriterInterceptor + and MessageBodyWriter. The method checks there are some newly added headers + (probably by WI or MBW) and logs WARNING message about it.
        +
        +
        Parameters:
        +
        headersSnapshot - first immutable snapshot of headers
        +
        currentHeaders - current instance of headers tobe compared to
        +
        connectorName - name of connector the method is invoked from, used just in logged message
        +
        configuration - the Configuration that may contain + CommonProperties.METAINF_SERVICES_LOOKUP_DISABLE + property preventing the HeaderDelegateProvider + to be used by the default RuntimeDelegate instance.
        +
        See Also:
        +
        JERSEY-2341
        +
        +
      • +
      + + + +
        +
      • +

        getPreferredCookie

        +
        public static jakarta.ws.rs.core.NewCookie getPreferredCookie(jakarta.ws.rs.core.NewCookie first,
        +                                                              jakarta.ws.rs.core.NewCookie second)
        +
        Compare two NewCookies having the same name. See documentation RFC.
        +
        +
        Parameters:
        +
        first - NewCookie to be compared.
        +
        second - NewCookie to be compared.
        +
        Returns:
        +
        the preferred NewCookie according to rules : + - the latest maxAge. + - if equal, compare the expiry date. + - if equal, compare path length.
        +
        +
      • +
      + + + +
        +
      • +

        asString

        +
        @Deprecated
        +public static String asString(Object headerValue)
        +
        Deprecated. 
        +
        Convert a message header value, represented as a general object, to it's + string representation. If the supplied header value is null, + this method returns null.
        +
        +
        Parameters:
        +
        headerValue - the header value represented as an object.
        +
        Returns:
        +
        the string representation of the supplied header value or null + if the supplied header value is null.
        +
        See Also:
        +
        asString(Object, Configuration)
        +
        +
      • +
      + + + +
        +
      • +

        asStringList

        +
        @Deprecated
        +public static List<String> asStringList(List<Object> headerValues)
        +
        Deprecated. 
        +
        Returns string view of list of header values. Any modifications to the underlying list are visible to the view, + the view also supports removal of elements. Does not support other modifications.
        +
        +
        Parameters:
        +
        headerValues - header values.
        +
        Returns:
        +
        String view of header values.
        +
        See Also:
        +
        asStringList(List, Configuration)
        +
        +
      • +
      + + + +
        +
      • +

        asStringHeaders

        +
        @Deprecated
        +public static jakarta.ws.rs.core.MultivaluedMap<String,String> asStringHeaders(jakarta.ws.rs.core.MultivaluedMap<String,Object> headers)
        +
        Deprecated. 
        +
        Returns string view of passed headers. Any modifications to the headers are visible to the view, the view also + supports removal of elements. Does not support other modifications.
        +
        +
        Parameters:
        +
        headers - headers.
        +
        Returns:
        +
        String view of headers or null if {code headers} input parameter is null.
        +
        See Also:
        +
        asStringHeaders(MultivaluedMap, Configuration)
        +
        +
      • +
      + + + + + + + +
        +
      • +

        checkHeaderChanges

        +
        @Deprecated
        +public static void checkHeaderChanges(Map<String,String> headersSnapshot,
        +                                                  jakarta.ws.rs.core.MultivaluedMap<String,Object> currentHeaders,
        +                                                  String connectorName)
        +
        Deprecated. 
        +
        Compares two snapshots of headers from jersey ClientRequest and logs WARNING in case of difference. + + Current container implementations does not support header modification in WriterInterceptor + and MessageBodyWriter. The method checks there are some newly added headers + (probably by WI or MBW) and logs WARNING message about it.
        +
        +
        Parameters:
        +
        headersSnapshot - first immutable snapshot of headers
        +
        currentHeaders - current instance of headers tobe compared to
        +
        connectorName - name of connector the method is invoked from, used just in logged message
        +
        See Also:
        +
        checkHeaderChanges(Map, MultivaluedMap, String, Configuration)
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HeaderValueException.Context.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HeaderValueException.Context.html new file mode 100644 index 000000000..0e850fc30 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HeaderValueException.Context.html @@ -0,0 +1,355 @@ + + + + + + +HeaderValueException.Context (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Enum HeaderValueException.Context

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static HeaderValueException.Context[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (HeaderValueException.Context c : HeaderValueException.Context.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static HeaderValueException.Context valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HeaderValueException.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HeaderValueException.html new file mode 100644 index 000000000..d2d564640 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HeaderValueException.html @@ -0,0 +1,375 @@ + + + + + + +HeaderValueException (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class HeaderValueException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class HeaderValueException
    +extends jakarta.ws.rs.ProcessingException
    +
    Processing exception indicating that an attempt to + read a value of a header failed.
    +
    +
    Author:
    +
    Marek Potociar
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HeaderValueException

        +
        public HeaderValueException(String message,
        +                            Throwable cause,
        +                            HeaderValueException.Context context)
        +
        Create a new header value exception from message, cause and context.
        +
        +
        Parameters:
        +
        message - Exception message.
        +
        cause - Exception cause.
        +
        context - Context in which this exception was thrown.
        +
        +
      • +
      + + + +
        +
      • +

        HeaderValueException

        +
        public HeaderValueException(String message,
        +                            HeaderValueException.Context context)
        +
        Create a new header value exception from message and context.
        +
        +
        Parameters:
        +
        message - Exception message.
        +
        context - Context in which this exception was thrown.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getContext

        +
        public HeaderValueException.Context getContext()
        +
        Get the exception context.
        +
        +
        Returns:
        +
        Context in which the exception was thrown.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HttpDateFormat.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HttpDateFormat.html new file mode 100644 index 000000000..ce9623b9c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HttpDateFormat.html @@ -0,0 +1,280 @@ + + + + + + +HttpDateFormat (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class HttpDateFormat

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.HttpDateFormat
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class HttpDateFormat
    +extends Object
    +
    Helper class for HTTP specified date formats.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPreferredDateFormat

        +
        public static SimpleDateFormat getPreferredDateFormat()
        +
        Get the preferred HTTP specified date format (RFC 1123). +

        + The date format is scoped to the current thread and may be + used without requiring to synchronize access to the instance when + parsing or formatting.

        +
        +
        Returns:
        +
        the preferred of data format.
        +
        +
      • +
      + + + +
        +
      • +

        readDate

        +
        public static Date readDate(String date)
        +                     throws ParseException
        +
        Read a date.
        +
        +
        Parameters:
        +
        date - the date as a string.
        +
        Returns:
        +
        the date
        +
        Throws:
        +
        ParseException - in case the date string cannot be parsed.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HttpHeaderReader.Event.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HttpHeaderReader.Event.html new file mode 100644 index 000000000..6574abb79 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HttpHeaderReader.Event.html @@ -0,0 +1,384 @@ + + + + + + +HttpHeaderReader.Event (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Enum HttpHeaderReader.Event

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static HttpHeaderReader.Event[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (HttpHeaderReader.Event c : HttpHeaderReader.Event.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static HttpHeaderReader.Event valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HttpHeaderReader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HttpHeaderReader.html new file mode 100644 index 000000000..c8ef63211 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HttpHeaderReader.html @@ -0,0 +1,938 @@ + + + + + + +HttpHeaderReader (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class HttpHeaderReader

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.HttpHeaderReader
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public abstract class HttpHeaderReader
    +extends Object
    +
    An abstract pull-based reader of HTTP headers.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/InboundMessageContext.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/InboundMessageContext.html new file mode 100644 index 000000000..8ddb62f4d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/InboundMessageContext.html @@ -0,0 +1,1261 @@ + + + + + + +InboundMessageContext (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class InboundMessageContext

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.InboundMessageContext
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public abstract class InboundMessageContext
    +extends Object
    +
    Base inbound message context implementation.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InboundMessageContext

        +
        public InboundMessageContext(jakarta.ws.rs.core.Configuration configuration)
        +
        Create new inbound message context.
        +
        +
        Parameters:
        +
        configuration - the related client/server side Configuration
        +
        +
      • +
      + + + +
        +
      • +

        InboundMessageContext

        +
        public InboundMessageContext(jakarta.ws.rs.core.Configuration configuration,
        +                             boolean translateNce)
        +
        Create new inbound message context.
        +
        +
        Parameters:
        +
        configuration - the related client/server side Configuration. If null, + the default behaviour is expected.
        +
        translateNce - if true, the NoContentException thrown by a + selected message body reader will be translated into a BadRequestException + as required by JAX-RS specification on the server side.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        InboundMessageContext

        +
        @Deprecated
        +public InboundMessageContext(boolean translateNce)
        +
        Deprecated. 
        +
        Create new inbound message context.
        +
        +
        Parameters:
        +
        translateNce - if true, the NoContentException thrown by a + selected message body reader will be translated into a BadRequestException + as required by JAX-RS specification on the server side. *
        +
        See Also:
        +
        InboundMessageContext(Configuration)
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        header

        +
        public InboundMessageContext header(String name,
        +                                    Object value)
        +
        Add a new header value.
        +
        +
        Parameters:
        +
        name - header name.
        +
        value - header value.
        +
        Returns:
        +
        updated context.
        +
        +
      • +
      + + + +
        +
      • +

        headers

        +
        public InboundMessageContext headers(String name,
        +                                     Object... values)
        +
        Add new header values.
        +
        +
        Parameters:
        +
        name - header name.
        +
        values - header values.
        +
        Returns:
        +
        updated context.
        +
        +
      • +
      + + + +
        +
      • +

        headers

        +
        public InboundMessageContext headers(String name,
        +                                     Iterable<?> values)
        +
        Add new header values.
        +
        +
        Parameters:
        +
        name - header name.
        +
        values - header values.
        +
        Returns:
        +
        updated context.
        +
        +
      • +
      + + + +
        +
      • +

        headers

        +
        public InboundMessageContext headers(jakarta.ws.rs.core.MultivaluedMap<String,String> newHeaders)
        +
        Add new headers.
        +
        +
        Parameters:
        +
        newHeaders - new headers.
        +
        Returns:
        +
        updated context.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        remove

        +
        public InboundMessageContext remove(String name)
        +
        Remove a header.
        +
        +
        Parameters:
        +
        name - header name.
        +
        Returns:
        +
        updated context.
        +
        +
      • +
      + + + +
        +
      • +

        getHeaderString

        +
        public String getHeaderString(String name)
        +
        Get a message header as a single string value. +

        + Each single header value is converted to String using a + RuntimeDelegate.HeaderDelegate if one is available + via RuntimeDelegate.createHeaderDelegate(java.lang.Class) + for the header value class or using its toString method if a header + delegate is not available.

        +
        +
        Parameters:
        +
        name - the message header.
        +
        Returns:
        +
        the message header value. If the message header is not present then + null is returned. If the message header is present but has no + value then the empty string is returned. If the message header is present + more than once then the values of joined together and separated by a ',' + character.
        +
        +
      • +
      + + + +
        +
      • +

        getHeaders

        +
        public jakarta.ws.rs.core.MultivaluedMap<String,String> getHeaders()
        +
        Get the mutable message headers multivalued map.
        +
        +
        Returns:
        +
        mutable multivalued map of message headers.
        +
        +
      • +
      + + + +
        +
      • +

        getDate

        +
        public Date getDate()
        +
        Get message date.
        +
        +
        Returns:
        +
        the message date, otherwise null if not present.
        +
        +
      • +
      + + + +
        +
      • +

        getIfMatch

        +
        public Set<MatchingEntityTag> getIfMatch()
        +
        Get If-Match header.
        +
        +
        Returns:
        +
        the If-Match header value, otherwise null if not present.
        +
        +
      • +
      + + + +
        +
      • +

        getIfNoneMatch

        +
        public Set<MatchingEntityTag> getIfNoneMatch()
        +
        Get If-None-Match header.
        +
        +
        Returns:
        +
        the If-None-Match header value, otherwise null if not present.
        +
        +
      • +
      + + + +
        +
      • +

        getLanguage

        +
        public Locale getLanguage()
        +
        Get the language of the entity.
        +
        +
        Returns:
        +
        the language of the entity or null if not specified.
        +
        +
      • +
      + + + +
        +
      • +

        getLength

        +
        public int getLength()
        +
        Get Content-Length value.
        +
        +
        Returns:
        +
        Content-Length as integer if present and valid number. In other cases returns -1.
        +
        +
      • +
      + + + +
        +
      • +

        getMediaType

        +
        public jakarta.ws.rs.core.MediaType getMediaType()
        +
        Get the media type of the entity.
        +
        +
        Returns:
        +
        the media type or null if not specified (e.g. there's no + message entity).
        +
        +
      • +
      + + + +
        +
      • +

        getQualifiedAcceptableMediaTypes

        +
        public List<AcceptableMediaType> getQualifiedAcceptableMediaTypes()
        +
        Get a list of media types that are acceptable for a request.
        +
        +
        Returns:
        +
        a read-only list of requested response media types sorted according + to their q-value, with highest preference first.
        +
        +
      • +
      + + + +
        +
      • +

        getQualifiedAcceptableLanguages

        +
        public List<AcceptableLanguageTag> getQualifiedAcceptableLanguages()
        +
        Get a list of languages that are acceptable for the message.
        +
        +
        Returns:
        +
        a read-only list of acceptable languages sorted according + to their q-value, with highest preference first.
        +
        +
      • +
      + + + +
        +
      • +

        getQualifiedAcceptCharset

        +
        public List<AcceptableToken> getQualifiedAcceptCharset()
        +
        Get the list of language tag from the "Accept-Charset" of an HTTP request.
        +
        +
        Returns:
        +
        The list of AcceptableToken. This list + is ordered with the highest quality acceptable charset occurring first.
        +
        +
      • +
      + + + +
        +
      • +

        getQualifiedAcceptEncoding

        +
        public List<AcceptableToken> getQualifiedAcceptEncoding()
        +
        Get the list of language tag from the "Accept-Charset" of an HTTP request.
        +
        +
        Returns:
        +
        The list of AcceptableToken. This list + is ordered with the highest quality acceptable charset occurring first.
        +
        +
      • +
      + + + +
        +
      • +

        getRequestCookies

        +
        public Map<String,jakarta.ws.rs.core.Cookie> getRequestCookies()
        +
        Get any cookies that accompanied the request.
        +
        +
        Returns:
        +
        a read-only map of cookie name (String) to Cookie.
        +
        +
      • +
      + + + +
        +
      • +

        getAllowedMethods

        +
        public Set<String> getAllowedMethods()
        +
        Get the allowed HTTP methods from the Allow HTTP header.
        +
        +
        Returns:
        +
        the allowed HTTP methods, all methods will returned as upper case + strings.
        +
        +
      • +
      + + + +
        +
      • +

        getResponseCookies

        +
        public Map<String,jakarta.ws.rs.core.NewCookie> getResponseCookies()
        +
        Get any new cookies set on the response message.
        +
        +
        Returns:
        +
        a read-only map of cookie name (String) to a new cookie.
        +
        +
      • +
      + + + +
        +
      • +

        getEntityTag

        +
        public jakarta.ws.rs.core.EntityTag getEntityTag()
        +
        Get the entity tag.
        +
        +
        Returns:
        +
        the entity tag, otherwise null if not present.
        +
        +
      • +
      + + + +
        +
      • +

        getLastModified

        +
        public Date getLastModified()
        +
        Get the last modified date.
        +
        +
        Returns:
        +
        the last modified date, otherwise null if not present.
        +
        +
      • +
      + + + +
        +
      • +

        getLocation

        +
        public URI getLocation()
        +
        Get the location.
        +
        +
        Returns:
        +
        the location URI, otherwise null if not present.
        +
        +
      • +
      + + + +
        +
      • +

        getLinks

        +
        public Set<jakarta.ws.rs.core.Link> getLinks()
        +
        Get the links attached to the message as header.
        +
        +
        Returns:
        +
        links, may return empty Set if no links are present. Never + returns null.
        +
        +
      • +
      + + + +
        +
      • +

        hasLink

        +
        public boolean hasLink(String relation)
        +
        Check if link for relation exists.
        +
        +
        Parameters:
        +
        relation - link relation.
        +
        Returns:
        +
        true if the for the relation link exists, false + otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        getLink

        +
        public jakarta.ws.rs.core.Link getLink(String relation)
        +
        Get the link for the relation.
        +
        +
        Parameters:
        +
        relation - link relation.
        +
        Returns:
        +
        the link for the relation, otherwise null if not present.
        +
        +
      • +
      + + + +
        +
      • +

        getLinkBuilder

        +
        public jakarta.ws.rs.core.Link.Builder getLinkBuilder(String relation)
        +
        Convenience method that returns a Link.Builder + for the relation.
        +
        +
        Parameters:
        +
        relation - link relation.
        +
        Returns:
        +
        the link builder for the relation, otherwise null if not + present.
        +
        +
      • +
      + + + +
        +
      • +

        getWorkers

        +
        public MessageBodyWorkers getWorkers()
        +
        Get context message body workers.
        +
        +
        Returns:
        +
        context message body workers.
        +
        +
      • +
      + + + +
        +
      • +

        setWorkers

        +
        public void setWorkers(MessageBodyWorkers workers)
        +
        Set context message body workers.
        +
        +
        Parameters:
        +
        workers - context message body workers.
        +
        +
      • +
      + + + +
        +
      • +

        hasEntity

        +
        public boolean hasEntity()
        +
        Check if there is a non-empty entity input stream is available in the + message. +

        + The method returns true if the entity is present, returns + false otherwise.

        +
        +
        Returns:
        +
        true if there is an entity present in the message, + false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        getEntityStream

        +
        public InputStream getEntityStream()
        +
        Get the entity input stream.
        +
        +
        Returns:
        +
        entity input stream.
        +
        +
      • +
      + + + +
        +
      • +

        setEntityStream

        +
        public void setEntityStream(InputStream input)
        +
        Set a new entity input stream.
        +
        +
        Parameters:
        +
        input - new entity input stream.
        +
        +
      • +
      + + + +
        +
      • +

        readEntity

        +
        public <T> T readEntity(Class<T> rawType,
        +                        PropertiesDelegate propertiesDelegate)
        +
        Read entity from a context entity input stream.
        +
        +
        Type Parameters:
        +
        T - entity Java object type.
        +
        Parameters:
        +
        rawType - raw Java entity type.
        +
        propertiesDelegate - request-scoped properties delegate.
        +
        Returns:
        +
        entity read from a context entity input stream.
        +
        +
      • +
      + + + +
        +
      • +

        readEntity

        +
        public <T> T readEntity(Class<T> rawType,
        +                        Annotation[] annotations,
        +                        PropertiesDelegate propertiesDelegate)
        +
        Read entity from a context entity input stream.
        +
        +
        Type Parameters:
        +
        T - entity Java object type.
        +
        Parameters:
        +
        rawType - raw Java entity type.
        +
        annotations - entity annotations.
        +
        propertiesDelegate - request-scoped properties delegate.
        +
        Returns:
        +
        entity read from a context entity input stream.
        +
        +
      • +
      + + + +
        +
      • +

        readEntity

        +
        public <T> T readEntity(Class<T> rawType,
        +                        Type type,
        +                        PropertiesDelegate propertiesDelegate)
        +
        Read entity from a context entity input stream.
        +
        +
        Type Parameters:
        +
        T - entity Java object type.
        +
        Parameters:
        +
        rawType - raw Java entity type.
        +
        type - generic Java entity type.
        +
        propertiesDelegate - request-scoped properties delegate.
        +
        Returns:
        +
        entity read from a context entity input stream.
        +
        +
      • +
      + + + +
        +
      • +

        readEntity

        +
        public <T> T readEntity(Class<T> rawType,
        +                        Type type,
        +                        Annotation[] annotations,
        +                        PropertiesDelegate propertiesDelegate)
        +
        Read entity from a context entity input stream.
        +
        +
        Type Parameters:
        +
        T - entity Java object type.
        +
        Parameters:
        +
        rawType - raw Java entity type.
        +
        type - generic Java entity type.
        +
        annotations - entity annotations.
        +
        propertiesDelegate - request-scoped properties delegate.
        +
        Returns:
        +
        entity read from a context entity input stream.
        +
        +
      • +
      + + + +
        +
      • +

        bufferEntity

        +
        public boolean bufferEntity()
        +                     throws jakarta.ws.rs.ProcessingException
        +
        Buffer the entity stream (if not empty).
        +
        +
        Returns:
        +
        true if the entity input stream was successfully buffered.
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - in case of an IO error.
        +
        +
      • +
      + + + +
        +
      • +

        close

        +
        public void close()
        +
        Closes the underlying content stream.
        +
      • +
      + + + +
        +
      • +

        getReaderInterceptors

        +
        protected abstract Iterable<jakarta.ws.rs.ext.ReaderInterceptor> getReaderInterceptors()
        +
        Get reader interceptors bound to this context. +

        + Interceptors will be used when one of the readEntity methods is invoked. +

        +
        +
        Returns:
        +
        reader interceptors bound to this context.
        +
        +
      • +
      + + + +
        +
      • +

        getConfiguration

        +
        public jakarta.ws.rs.core.Configuration getConfiguration()
        +
        The related client/server side Configuration. Can be null.
        +
        +
        Returns:
        +
        Configuration the configuration
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/InputStreamProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/InputStreamProvider.html new file mode 100644 index 000000000..93a7efd39 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/InputStreamProvider.html @@ -0,0 +1,421 @@ + + + + + + +InputStreamProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class InputStreamProvider

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyReader<InputStream>, jakarta.ws.rs.ext.MessageBodyWriter<InputStream>
    +
    +
    +
    +
    @Produces(value={"application/octet-stream","*/*"})
    + @Consumes(value={"application/octet-stream","*/*"})
    + @Singleton
    +public final class InputStreamProvider
    +extends AbstractMessageReaderWriterProvider<InputStream>
    +
    +
    Author:
    +
    Paul Sandoz
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/JerseyLink.Builder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/JerseyLink.Builder.html new file mode 100644 index 000000000..a933ea200 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/JerseyLink.Builder.html @@ -0,0 +1,495 @@ + + + + + + +JerseyLink.Builder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class JerseyLink.Builder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.JerseyLink.Builder
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.core.Link.Builder
    +
    +
    +
    Enclosing class:
    +
    JerseyLink
    +
    +
    +
    +
    public static class JerseyLink.Builder
    +extends Object
    +implements jakarta.ws.rs.core.Link.Builder
    +
    Jersey implementation of JAX-RS Link.Builder contract.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Builder

        +
        public Builder()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        link

        +
        public JerseyLink.Builder link(jakarta.ws.rs.core.Link link)
        +
        +
        Specified by:
        +
        link in interface jakarta.ws.rs.core.Link.Builder
        +
        +
      • +
      + + + +
        +
      • +

        link

        +
        public JerseyLink.Builder link(String link)
        +
        +
        Specified by:
        +
        link in interface jakarta.ws.rs.core.Link.Builder
        +
        +
      • +
      + + + +
        +
      • +

        uri

        +
        public JerseyLink.Builder uri(URI uri)
        +
        +
        Specified by:
        +
        uri in interface jakarta.ws.rs.core.Link.Builder
        +
        +
      • +
      + + + +
        +
      • +

        uri

        +
        public JerseyLink.Builder uri(String uri)
        +
        +
        Specified by:
        +
        uri in interface jakarta.ws.rs.core.Link.Builder
        +
        +
      • +
      + + + +
        +
      • +

        uriBuilder

        +
        public JerseyLink.Builder uriBuilder(jakarta.ws.rs.core.UriBuilder uriBuilder)
        +
        +
        Specified by:
        +
        uriBuilder in interface jakarta.ws.rs.core.Link.Builder
        +
        +
      • +
      + + + +
        +
      • +

        baseUri

        +
        public jakarta.ws.rs.core.Link.Builder baseUri(URI uri)
        +
        +
        Specified by:
        +
        baseUri in interface jakarta.ws.rs.core.Link.Builder
        +
        +
      • +
      + + + +
        +
      • +

        baseUri

        +
        public jakarta.ws.rs.core.Link.Builder baseUri(String uri)
        +
        +
        Specified by:
        +
        baseUri in interface jakarta.ws.rs.core.Link.Builder
        +
        +
      • +
      + + + +
        +
      • +

        rel

        +
        public JerseyLink.Builder rel(String rel)
        +
        +
        Specified by:
        +
        rel in interface jakarta.ws.rs.core.Link.Builder
        +
        +
      • +
      + + + +
        +
      • +

        title

        +
        public JerseyLink.Builder title(String title)
        +
        +
        Specified by:
        +
        title in interface jakarta.ws.rs.core.Link.Builder
        +
        +
      • +
      + + + +
        +
      • +

        type

        +
        public JerseyLink.Builder type(String type)
        +
        +
        Specified by:
        +
        type in interface jakarta.ws.rs.core.Link.Builder
        +
        +
      • +
      + + + +
        +
      • +

        param

        +
        public JerseyLink.Builder param(String name,
        +                                String value)
        +
        +
        Specified by:
        +
        param in interface jakarta.ws.rs.core.Link.Builder
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public JerseyLink build(Object... values)
        +
        +
        Specified by:
        +
        build in interface jakarta.ws.rs.core.Link.Builder
        +
        +
      • +
      + + + +
        +
      • +

        buildRelativized

        +
        public jakarta.ws.rs.core.Link buildRelativized(URI uri,
        +                                                Object... values)
        +
        +
        Specified by:
        +
        buildRelativized in interface jakarta.ws.rs.core.Link.Builder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/JerseyLink.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/JerseyLink.html new file mode 100644 index 000000000..3d2e34f1d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/JerseyLink.html @@ -0,0 +1,456 @@ + + + + + + +JerseyLink (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class JerseyLink

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.core.Link
    • +
    • +
        +
      • org.glassfish.jersey.message.internal.JerseyLink
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class JerseyLink
    +extends jakarta.ws.rs.core.Link
    +
    Jersey implementation of JAX-RS Link contract.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getUri

        +
        public URI getUri()
        +
        +
        Specified by:
        +
        getUri in class jakarta.ws.rs.core.Link
        +
        +
      • +
      + + + +
        +
      • +

        getUriBuilder

        +
        public jakarta.ws.rs.core.UriBuilder getUriBuilder()
        +
        +
        Specified by:
        +
        getUriBuilder in class jakarta.ws.rs.core.Link
        +
        +
      • +
      + + + +
        +
      • +

        getRel

        +
        public String getRel()
        +
        +
        Specified by:
        +
        getRel in class jakarta.ws.rs.core.Link
        +
        +
      • +
      + + + +
        +
      • +

        getRels

        +
        public List<String> getRels()
        +
        +
        Specified by:
        +
        getRels in class jakarta.ws.rs.core.Link
        +
        +
      • +
      + + + +
        +
      • +

        getTitle

        +
        public String getTitle()
        +
        +
        Specified by:
        +
        getTitle in class jakarta.ws.rs.core.Link
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public String getType()
        +
        +
        Specified by:
        +
        getType in class jakarta.ws.rs.core.Link
        +
        +
      • +
      + + + +
        +
      • +

        getParams

        +
        public Map<String,String> getParams()
        +
        +
        Specified by:
        +
        getParams in class jakarta.ws.rs.core.Link
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString()
        +
        +
        Specified by:
        +
        toString in class jakarta.ws.rs.core.Link
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object other)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/LanguageTag.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/LanguageTag.html new file mode 100644 index 000000000..1812f119a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/LanguageTag.html @@ -0,0 +1,474 @@ + + + + + + +LanguageTag (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class LanguageTag

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    AcceptableLanguageTag
    +
    +
    +
    +
    public class LanguageTag
    +extends Object
    +
    A language tag.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/LinkProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/LinkProvider.html new file mode 100644 index 000000000..913570bd8 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/LinkProvider.html @@ -0,0 +1,333 @@ + + + + + + +LinkProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class LinkProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.LinkProvider
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.Link>, HeaderDelegateProvider<jakarta.ws.rs.core.Link>
    +
    +
    +
    +
    @Singleton
    +public class LinkProvider
    +extends Object
    +implements HeaderDelegateProvider<jakarta.ws.rs.core.Link>
    +
    Provider for Link Headers.
    +
    +
    Author:
    +
    Santiago Pericas-Geertsen, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LinkProvider

        +
        public LinkProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        supports

        +
        public boolean supports(Class<?> type)
        +
        Description copied from interface: HeaderDelegateProvider
        +
        Ascertain if the Provider supports a particular type.
        +
        +
        Specified by:
        +
        supports in interface HeaderDelegateProvider<jakarta.ws.rs.core.Link>
        +
        Parameters:
        +
        type - the type that is to be supported.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        toString

        +
        public String toString(jakarta.ws.rs.core.Link value)
        +
        +
        Specified by:
        +
        toString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.Link>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/LocaleProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/LocaleProvider.html new file mode 100644 index 000000000..40f7ce01f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/LocaleProvider.html @@ -0,0 +1,330 @@ + + + + + + +LocaleProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class LocaleProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.LocaleProvider
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LocaleProvider

        +
        public LocaleProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        supports

        +
        public boolean supports(Class<?> type)
        +
        Description copied from interface: HeaderDelegateProvider
        +
        Ascertain if the Provider supports a particular type.
        +
        +
        Specified by:
        +
        supports in interface HeaderDelegateProvider<Locale>
        +
        Parameters:
        +
        type - the type that is to be supported.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString(Locale header)
        +
        +
        Specified by:
        +
        toString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Locale>
        +
        +
      • +
      + + + +
        +
      • +

        fromString

        +
        public Locale fromString(String header)
        +
        +
        Specified by:
        +
        fromString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Locale>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MatchingEntityTag.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MatchingEntityTag.html new file mode 100644 index 000000000..fc79cbc59 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MatchingEntityTag.html @@ -0,0 +1,376 @@ + + + + + + +MatchingEntityTag (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class MatchingEntityTag

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.core.EntityTag
    • +
    • +
        +
      • org.glassfish.jersey.message.internal.MatchingEntityTag
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class MatchingEntityTag
    +extends jakarta.ws.rs.core.EntityTag
    +
    A matching entity tag. +

    + Note that this type and it's super type cannot be used to create request + header values for If-Match and If-None-Match + of the form If-Match: * or If-None-Match: * as + * is not a valid entity tag.

    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        ANY_MATCH

        +
        public static final Set<MatchingEntityTag> ANY_MATCH
        +
        An empty set that corresponds to If-Match: * or If-None-Match: *.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MatchingEntityTag

        +
        public MatchingEntityTag(String value)
        +
        Create new strongly validating entity tag.
        +
        +
        Parameters:
        +
        value - ETag header value.
        +
        +
      • +
      + + + +
        +
      • +

        MatchingEntityTag

        +
        public MatchingEntityTag(String value,
        +                         boolean weak)
        +
        Create new matching entity tag.
        +
        +
        Parameters:
        +
        value - ETag header value.
        +
        weak - should be set to false, if strong validation is required, + otherwise should be set to true.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        valueOf

        +
        public static MatchingEntityTag valueOf(HttpHeaderReader reader)
        +                                 throws ParseException
        +
        Create new matching entity tag out of provided header reader.
        +
        +
        Parameters:
        +
        reader - HTTP header content reader.
        +
        Returns:
        +
        a new matching entity tag.
        +
        Throws:
        +
        ParseException - in case the header could not be parsed.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MediaTypeProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MediaTypeProvider.html new file mode 100644 index 000000000..c6d77f362 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MediaTypeProvider.html @@ -0,0 +1,355 @@ + + + + + + +MediaTypeProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class MediaTypeProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.MediaTypeProvider
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.MediaType>, HeaderDelegateProvider<jakarta.ws.rs.core.MediaType>
    +
    +
    +
    +
    @Singleton
    +public class MediaTypeProvider
    +extends Object
    +implements HeaderDelegateProvider<jakarta.ws.rs.core.MediaType>
    +
    Header delegate provider for MediaType.
    +
    +
    Author:
    +
    Marc Hadley, Marek Potociar, Martin Matula
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MediaTypeProvider

        +
        public MediaTypeProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        supports

        +
        public boolean supports(Class<?> type)
        +
        Description copied from interface: HeaderDelegateProvider
        +
        Ascertain if the Provider supports a particular type.
        +
        +
        Specified by:
        +
        supports in interface HeaderDelegateProvider<jakarta.ws.rs.core.MediaType>
        +
        Parameters:
        +
        type - the type that is to be supported.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString(jakarta.ws.rs.core.MediaType header)
        +
        +
        Specified by:
        +
        toString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.MediaType>
        +
        +
      • +
      + + + +
        +
      • +

        fromString

        +
        public jakarta.ws.rs.core.MediaType fromString(String header)
        +
        +
        Specified by:
        +
        fromString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.MediaType>
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static jakarta.ws.rs.core.MediaType valueOf(HttpHeaderReader reader)
        +                                            throws ParseException
        +
        Create a new MediaType instance from a header reader.
        +
        +
        Parameters:
        +
        reader - header reader.
        +
        Returns:
        +
        new MediaType instance.
        +
        Throws:
        +
        ParseException - in case of a header parsing error.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MediaTypes.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MediaTypes.html new file mode 100644 index 000000000..b2f01ca02 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MediaTypes.html @@ -0,0 +1,719 @@ + + + + + + +MediaTypes (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class MediaTypes

+
+
+ +
+
    +
  • +
    +
    +
    public final class MediaTypes
    +extends Object
    +
    Common media types and functionality.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static Comparator<List<? extends jakarta.ws.rs.core.MediaType>>MEDIA_TYPE_LIST_COMPARATOR +
      Comparator for lists of media types.
      +
      static Comparator<jakarta.ws.rs.core.MediaType>PARTIAL_ORDER_COMPARATOR +
      A comparator for media types, that implements the "partial order" defined in the resource matching algorithm + section of the JAX-RS specification, except that this comparator is "inverted" so that it allows for natural + sorting in Java collections, where "lower" values are put to the front of a collection.
      +
      static jakarta.ws.rs.core.MediaTypeWADL_TYPE +
      WADL Media type.
      +
      static AcceptableMediaTypeWILDCARD_ACCEPTABLE_TYPE +
      An acceptable media type corresponding to a wildcard type.
      +
      static QualitySourceMediaTypeWILDCARD_QS_TYPE +
      An acceptable media type corresponding to a wildcard type.
      +
      static List<jakarta.ws.rs.core.MediaType>WILDCARD_QS_TYPE_SINGLETON_LIST +
      A singleton list containing the wildcard media type.
      +
      static List<jakarta.ws.rs.core.MediaType>WILDCARD_TYPE_SINGLETON_LIST +
      A singleton list containing the wildcard media type.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static StringconvertToString(Iterable<jakarta.ws.rs.core.MediaType> mediaTypes) +
      Convert media types into String.
      +
      static List<jakarta.ws.rs.core.MediaType>createFrom(jakarta.ws.rs.Consumes annotation) +
      Create an unmodifiable list of media types from the values declared in the Consumes + annotation.
      +
      static List<jakarta.ws.rs.core.MediaType>createFrom(jakarta.ws.rs.Produces annotation) +
      Create an unmodifiable list of media types from the values declared in the Produces + annotation.
      +
      static List<jakarta.ws.rs.core.MediaType>createFrom(String[] mediaTypes) +
      Create an unmodifiable list of media type from a string array of media types.
      +
      static List<jakarta.ws.rs.core.MediaType>createQualitySourceMediaTypes(jakarta.ws.rs.Produces mime) +
      Create a list of quality source media type from the Produces annotation.
      +
      static List<QualitySourceMediaType>createQualitySourceMediaTypes(String[] mediaTypes) +
      Create a list of quality source media type from an array of media types.
      +
      static intgetQuality(jakarta.ws.rs.core.MediaType mt) +
      Reads quality factor from given media type.
      +
      static jakarta.ws.rs.core.MediaTypegetTypeWildCart(jakarta.ws.rs.core.MediaType mediaType) +
      Returns MediaType with wildcard in subtype.
      +
      static booleanintersect(List<? extends jakarta.ws.rs.core.MediaType> ml1, + List<? extends jakarta.ws.rs.core.MediaType> ml2) +
      Determine if the two list of media types share a common + type-equal + sub-list.
      +
      static booleanisWildcard(jakarta.ws.rs.core.MediaType mediaType) +
      Check if the given media type is a wildcard type.
      +
      static jakarta.ws.rs.core.MediaTypemostSpecific(jakarta.ws.rs.core.MediaType m1, + jakarta.ws.rs.core.MediaType m2) +
      Get the most specific media type from a pair of media types.
      +
      static jakarta.ws.rs.core.MediaTypestripQualityParams(jakarta.ws.rs.core.MediaType mediaType) +
      Strips any quality parameters, i.e.
      +
      static booleantypeEqual(jakarta.ws.rs.core.MediaType m1, + jakarta.ws.rs.core.MediaType m2) +
      Determine if the two media types are type-equal (their type + and subtype are equal).
      +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        WADL_TYPE

        +
        public static final jakarta.ws.rs.core.MediaType WADL_TYPE
        +
        WADL Media type.
        +
      • +
      + + + +
        +
      • +

        PARTIAL_ORDER_COMPARATOR

        +
        public static final Comparator<jakarta.ws.rs.core.MediaType> PARTIAL_ORDER_COMPARATOR
        +
        A comparator for media types, that implements the "partial order" defined in the resource matching algorithm + section of the JAX-RS specification, except that this comparator is "inverted" so that it allows for natural + sorting in Java collections, where "lower" values are put to the front of a collection. + + IOW, when used to sort a collection, the resulting collection can be iterated in a way that the more specific + media types are preferred over the less specific ones: + +
        +   m/n < m/* < */*
        + + The actual media type values are ignored, i.e. the different media types are considered equal if they are + comparably specific: + +
        +   compare(m/n, x/y) == 0
        +   compare(m/*, x/*) == 0
        +
      • +
      + + + +
        +
      • +

        MEDIA_TYPE_LIST_COMPARATOR

        +
        public static final Comparator<List<? extends jakarta.ws.rs.core.MediaType>> MEDIA_TYPE_LIST_COMPARATOR
        +
        Comparator for lists of media types. +

        + The least specific content type of each list is obtained and then compared + using PARTIAL_ORDER_COMPARATOR. +

        + Assumes each list is already ordered according to PARTIAL_ORDER_COMPARATOR + and therefore the least specific media type is at the end of the list.

        +
      • +
      + + + +
        +
      • +

        WILDCARD_TYPE_SINGLETON_LIST

        +
        public static final List<jakarta.ws.rs.core.MediaType> WILDCARD_TYPE_SINGLETON_LIST
        +
        A singleton list containing the wildcard media type.
        +
      • +
      + + + +
        +
      • +

        WILDCARD_ACCEPTABLE_TYPE

        +
        public static final AcceptableMediaType WILDCARD_ACCEPTABLE_TYPE
        +
        An acceptable media type corresponding to a wildcard type.
        +
      • +
      + + + +
        +
      • +

        WILDCARD_QS_TYPE

        +
        public static final QualitySourceMediaType WILDCARD_QS_TYPE
        +
        An acceptable media type corresponding to a wildcard type.
        +
      • +
      + + + +
        +
      • +

        WILDCARD_QS_TYPE_SINGLETON_LIST

        +
        public static final List<jakarta.ws.rs.core.MediaType> WILDCARD_QS_TYPE_SINGLETON_LIST
        +
        A singleton list containing the wildcard media type.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        typeEqual

        +
        public static boolean typeEqual(jakarta.ws.rs.core.MediaType m1,
        +                                jakarta.ws.rs.core.MediaType m2)
        +
        Determine if the two media types are type-equal (their type + and subtype are equal). For example: +
        +  m/n == m/n
        +  m/n;p1 == m/n;p2
        +
        +  m/n != m/y
        +  m/n != x/n
        +  m/n != x/y
        +
        +
        Parameters:
        +
        m1 - first media type.
        +
        m2 - second media type.
        +
        Returns:
        +
        true if the two media types are of the same type and subtype, + false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        intersect

        +
        public static boolean intersect(List<? extends jakarta.ws.rs.core.MediaType> ml1,
        +                                List<? extends jakarta.ws.rs.core.MediaType> ml2)
        +
        Determine if the two list of media types share a common + type-equal + sub-list.
        +
        +
        Parameters:
        +
        ml1 - first media type list.
        +
        ml2 - second media type list.
        +
        Returns:
        +
        true if the two media type lists intersect by sharing a + common type-equal sub-list, false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        mostSpecific

        +
        public static jakarta.ws.rs.core.MediaType mostSpecific(jakarta.ws.rs.core.MediaType m1,
        +                                                        jakarta.ws.rs.core.MediaType m2)
        +
        Get the most specific media type from a pair of media types. The most + specific media type is the media type from the pair that has least + wild cards present, or has more parameters specified.
        +
        +
        Parameters:
        +
        m1 - the first media type.
        +
        m2 - the second media type.
        +
        Returns:
        +
        the most specific media type. If the media types are equally + specific then the first media type is returned.
        +
        +
      • +
      + + + +
        +
      • +

        createFrom

        +
        public static List<jakarta.ws.rs.core.MediaType> createFrom(jakarta.ws.rs.Consumes annotation)
        +
        Create an unmodifiable list of media types from the values declared in the Consumes + annotation.
        +
        +
        Parameters:
        +
        annotation - the Consumes annotation.
        +
        Returns:
        +
        the list of MediaType, ordered according to PARTIAL_ORDER_COMPARATOR.
        +
        +
      • +
      + + + +
        +
      • +

        createFrom

        +
        public static List<jakarta.ws.rs.core.MediaType> createFrom(jakarta.ws.rs.Produces annotation)
        +
        Create an unmodifiable list of media types from the values declared in the Produces + annotation.
        +
        +
        Parameters:
        +
        annotation - the Produces annotation.
        +
        Returns:
        +
        the list of MediaType, ordered according to PARTIAL_ORDER_COMPARATOR.
        +
        +
      • +
      + + + +
        +
      • +

        createFrom

        +
        public static List<jakarta.ws.rs.core.MediaType> createFrom(String[] mediaTypes)
        +
        Create an unmodifiable list of media type from a string array of media types.
        +
        +
        Parameters:
        +
        mediaTypes - the string array of media types.
        +
        Returns:
        +
        the list of MediaType, ordered according to PARTIAL_ORDER_COMPARATOR.
        +
        +
      • +
      + + + +
        +
      • +

        createQualitySourceMediaTypes

        +
        public static List<jakarta.ws.rs.core.MediaType> createQualitySourceMediaTypes(jakarta.ws.rs.Produces mime)
        +
        Create a list of quality source media type from the Produces annotation. +

        +
        +
        Parameters:
        +
        mime - the Produces annotation.
        +
        Returns:
        +
        the list of QualitySourceMediaType, ordered according to + QualitySourceMediaType.COMPARATOR.
        +
        +
      • +
      + + + +
        +
      • +

        createQualitySourceMediaTypes

        +
        public static List<QualitySourceMediaType> createQualitySourceMediaTypes(String[] mediaTypes)
        +
        Create a list of quality source media type from an array of media types. +

        +
        +
        Parameters:
        +
        mediaTypes - the array of media types.
        +
        Returns:
        +
        the list of QualitySourceMediaType, ordered according to + the quality source as the primary key and PARTIAL_ORDER_COMPARATOR + as the secondary key.
        +
        +
      • +
      + + + +
        +
      • +

        getQuality

        +
        public static int getQuality(jakarta.ws.rs.core.MediaType mt)
        +
        Reads quality factor from given media type.
        +
        +
        Parameters:
        +
        mt - media type to read quality parameter from
        +
        Returns:
        +
        quality factor of input media type
        +
        +
      • +
      + + + +
        +
      • +

        stripQualityParams

        +
        public static jakarta.ws.rs.core.MediaType stripQualityParams(jakarta.ws.rs.core.MediaType mediaType)
        +
        Strips any quality parameters, i.e. q and qs from given media type.
        +
        +
        Parameters:
        +
        mediaType - type to strip quality parameters from
        +
        Returns:
        +
        media type instance corresponding to the given one with quality parameters stripped off + or the original instance if no such parameters are present
        +
        +
      • +
      + + + +
        +
      • +

        getTypeWildCart

        +
        public static jakarta.ws.rs.core.MediaType getTypeWildCart(jakarta.ws.rs.core.MediaType mediaType)
        +
        Returns MediaType with wildcard in subtype.
        +
        +
        Parameters:
        +
        mediaType - original MediaType.
        +
        Returns:
        +
        MediaType with wildcard in subtype.
        +
        +
      • +
      + + + +
        +
      • +

        convertToString

        +
        public static String convertToString(Iterable<jakarta.ws.rs.core.MediaType> mediaTypes)
        +
        Convert media types into String. The result string contains + media types in the same order, separated by comma ',' and enclosed into quotes. + For example for input media types + MediaType.TEXT_PLAIN_TYPE, MediaType.TEXT_PLAIN_TYPE and + MediaType.APPLICATION_JSON_TYPE the result will be + "text/plain", "application/json", "text/html".
        +
        +
        Parameters:
        +
        mediaTypes - iterable with media types.
        +
        Returns:
        +
        Media types converted into String.
        +
        +
      • +
      + + + +
        +
      • +

        isWildcard

        +
        public static boolean isWildcard(jakarta.ws.rs.core.MediaType mediaType)
        +
        Check if the given media type is a wildcard type. + + A media type is considered to be a wildcard if either the media type's type or subtype is a wildcard type.
        +
        +
        Parameters:
        +
        mediaType - media type.
        +
        Returns:
        +
        true if the media type is a wildcard type, false otherwise.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyFactory.MessageBodyWorkersConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyFactory.MessageBodyWorkersConfigurator.html new file mode 100644 index 000000000..06131bd58 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyFactory.MessageBodyWorkersConfigurator.html @@ -0,0 +1,329 @@ + + + + + + +MessageBodyFactory.MessageBodyWorkersConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class MessageBodyFactory.MessageBodyWorkersConfigurator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MessageBodyWorkersConfigurator

        +
        public MessageBodyWorkersConfigurator()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                 BootstrapBag bootstrapBag)
        +
        Description copied from interface: BootstrapConfigurator
        +
        Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
        +
        +
        Specified by:
        +
        init in interface BootstrapConfigurator
        +
        Parameters:
        +
        injectionManager - not completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      + + + +
        +
      • +

        postInit

        +
        public void postInit(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                     BootstrapBag bootstrapBag)
        +
        Description copied from interface: BootstrapConfigurator
        +
        Post-initialization method can get services from InjectionManager and is not able to register the new one because + injection manager is already completed.
        +
        +
        Specified by:
        +
        postInit in interface BootstrapConfigurator
        +
        Parameters:
        +
        injectionManager - already completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyFactory.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyFactory.html new file mode 100644 index 000000000..9a634a229 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyFactory.html @@ -0,0 +1,1139 @@ + + + + + + +MessageBodyFactory (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class MessageBodyFactory

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.MessageBodyFactory
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    MessageBodyWorkers
    +
    +
    +
    +
    public class MessageBodyFactory
    +extends Object
    +implements MessageBodyWorkers
    +
    A factory for managing MessageBodyReader, MessageBodyWriter instances.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar, Jakub Podlesak
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        MEDIA_TYPE_KEY_COMPARATOR

        +
        public static final org.glassfish.jersey.internal.util.collection.KeyComparator<jakarta.ws.rs.core.MediaType> MEDIA_TYPE_KEY_COMPARATOR
        +
        Media type comparator.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MessageBodyFactory

        +
        public MessageBodyFactory(jakarta.ws.rs.core.Configuration configuration)
        +
        Create a new message body factory.
        +
        +
        Parameters:
        +
        configuration - configuration. Optional - can be null.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        initialize

        +
        public void initialize(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
        +
        Must be initialize at the time of completed populated InjectionManager.
        +
        +
        Parameters:
        +
        injectionManager - completed injection manager.
        +
        +
      • +
      + + + +
        +
      • +

        getReaders

        +
        public Map<jakarta.ws.rs.core.MediaType,List<jakarta.ws.rs.ext.MessageBodyReader>> getReaders(jakarta.ws.rs.core.MediaType mediaType)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get the map of media type to list of message body writers that are compatible with + a media type.
        +
        +
        Specified by:
        +
        getReaders in interface MessageBodyWorkers
        +
        Parameters:
        +
        mediaType - the compatible media type.
        +
        Returns:
        +
        the map of media type to list of message body writers.
        +
        +
      • +
      + + + +
        +
      • +

        getWriters

        +
        public Map<jakarta.ws.rs.core.MediaType,List<jakarta.ws.rs.ext.MessageBodyWriter>> getWriters(jakarta.ws.rs.core.MediaType mediaType)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get the map of media type to list of message body writers that are compatible with + a media type.
        +
        +
        Specified by:
        +
        getWriters in interface MessageBodyWorkers
        +
        Parameters:
        +
        mediaType - the compatible media type.
        +
        Returns:
        +
        the map of media type to list of message body writers.
        +
        +
      • +
      + + + +
        +
      • +

        readersToString

        +
        public String readersToString(Map<jakarta.ws.rs.core.MediaType,List<jakarta.ws.rs.ext.MessageBodyReader>> readers)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Convert a map media type to list of message body readers to a string.
        +
        +
        Specified by:
        +
        readersToString in interface MessageBodyWorkers
        +
        Parameters:
        +
        readers - the map media type to list of message body readers
        +
        Returns:
        +
        the string representation.
        +
        +
      • +
      + + + +
        +
      • +

        writersToString

        +
        public String writersToString(Map<jakarta.ws.rs.core.MediaType,List<jakarta.ws.rs.ext.MessageBodyWriter>> writers)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Convert a map media type to list of message body writers to a string.
        +
        +
        Specified by:
        +
        writersToString in interface MessageBodyWorkers
        +
        Parameters:
        +
        writers - the map media type to list of message body readers
        +
        Returns:
        +
        the string representation.
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyReader

        +
        public <T> jakarta.ws.rs.ext.MessageBodyReader<T> getMessageBodyReader(Class<T> c,
        +                                                                       Type t,
        +                                                                       Annotation[] as,
        +                                                                       jakarta.ws.rs.core.MediaType mediaType)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get a message body reader that matches a set of criteria.
        +
        +
        Specified by:
        +
        getMessageBodyReader in interface MessageBodyWorkers
        +
        Type Parameters:
        +
        T - the type of object to be read.
        +
        Parameters:
        +
        c - the class of object to be read.
        +
        t - the type of object to be produced. E.g. if the message body is + to be converted into a method parameter, this will be the formal type of + the method parameter as returned by + Class.getGenericParameterTypes.
        +
        as - an array of the annotations on the declaration of the artifact + that will be initialized with the produced instance. E.g. if the message + body is to be converted into a method parameter, this will be the + annotations on that parameter returned by + Class.getParameterAnnotations.
        +
        mediaType - the media type of the data that will be read, this will be + compared to the values of Consumes for each + candidate reader and only matching readers will be queried.
        +
        Returns:
        +
        a MessageBodyReader that matches the supplied criteria or null if none is + found.
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyReader

        +
        public <T> jakarta.ws.rs.ext.MessageBodyReader<T> getMessageBodyReader(Class<T> c,
        +                                                                       Type t,
        +                                                                       Annotation[] as,
        +                                                                       jakarta.ws.rs.core.MediaType mediaType,
        +                                                                       PropertiesDelegate propertiesDelegate)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get a message body reader that matches a set of criteria.
        +
        +
        Specified by:
        +
        getMessageBodyReader in interface MessageBodyWorkers
        +
        Type Parameters:
        +
        T - the type of object to be read.
        +
        Parameters:
        +
        c - the class of object to be read.
        +
        t - the type of object to be produced. E.g. if the message body is + to be converted into a method parameter, this will be the formal type of + the method parameter as returned by + Class.getGenericParameterTypes.
        +
        as - an array of the annotations on the declaration of the artifact + that will be initialized with the produced instance. E.g. if the message + body is to be converted into a method parameter, this will be the + annotations on that parameter returned by + Class.getParameterAnnotations.
        +
        mediaType - the media type of the data that will be read, this will be + compared to the values of Consumes for each + candidate reader and only matching readers will be queried.
        +
        propertiesDelegate - request-scoped properties delegate.
        +
        Returns:
        +
        a MessageBodyReader that matches the supplied criteria or null if none is + found.
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyReaderMediaTypes

        +
        public List<jakarta.ws.rs.core.MediaType> getMessageBodyReaderMediaTypes(Class<?> type,
        +                                                                         Type genericType,
        +                                                                         Annotation[] annotations)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get the list of media types supported for a Java type.
        +
        +
        Specified by:
        +
        getMessageBodyReaderMediaTypes in interface MessageBodyWorkers
        +
        Parameters:
        +
        type - the class of object that is to be read.
        +
        genericType - the type of object to be read. E.g. if the message body is to be + read as a method parameter, this will be the declared type of the + parameter as returned by Method.getGenericParameterTypes.
        +
        annotations - an array of the annotations on the declaration of the artifact + that will be read. E.g. if the message body is to be consumed as a + method parameter, this will be the annotations on that parameter + returned by Method.getParameterAnnotations.
        +
        Returns:
        +
        the list of supported media types, the list is ordered as follows: a/b < + a/* < \*\/*
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyWriter

        +
        public <T> jakarta.ws.rs.ext.MessageBodyWriter<T> getMessageBodyWriter(Class<T> c,
        +                                                                       Type t,
        +                                                                       Annotation[] as,
        +                                                                       jakarta.ws.rs.core.MediaType mediaType)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get a message body writer that matches a set of criteria.
        +
        +
        Specified by:
        +
        getMessageBodyWriter in interface MessageBodyWorkers
        +
        Type Parameters:
        +
        T - the type of the object that is to be written.
        +
        Parameters:
        +
        c - the class of object that is to be written.
        +
        t - the type of object to be written. E.g. if the message body is to + be produced from a field, this will be the declared type of the field as + returned by Field.getGenericType.
        +
        as - an array of the annotations on the declaration of the artifact + that will be written. E.g. if the message body is to be produced from a + field, this will be the annotations on that field returned by + Field.getDeclaredAnnotations.
        +
        mediaType - the media type of the data that will be written, this will be + compared to the values of Produces for each + candidate writer and only matching writers will be queried.
        +
        Returns:
        +
        a MessageBodyReader that matches the supplied criteria or null if none is + found.
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyWriter

        +
        public <T> jakarta.ws.rs.ext.MessageBodyWriter<T> getMessageBodyWriter(Class<T> c,
        +                                                                       Type t,
        +                                                                       Annotation[] as,
        +                                                                       jakarta.ws.rs.core.MediaType mediaType,
        +                                                                       PropertiesDelegate propertiesDelegate)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get a message body writer that matches a set of criteria.
        +
        +
        Specified by:
        +
        getMessageBodyWriter in interface MessageBodyWorkers
        +
        Type Parameters:
        +
        T - the type of the object that is to be written.
        +
        Parameters:
        +
        c - the class of object that is to be written.
        +
        t - the type of object to be written. E.g. if the message body is to + be produced from a field, this will be the declared type of the field as + returned by Field.getGenericType.
        +
        as - an array of the annotations on the declaration of the artifact + that will be written. E.g. if the message body is to be produced from a + field, this will be the annotations on that field returned by + Field.getDeclaredAnnotations.
        +
        mediaType - the media type of the data that will be written, this will be + compared to the values of Produces for each + candidate writer and only matching writers will be queried.
        +
        propertiesDelegate - request-scoped properties delegate.
        +
        Returns:
        +
        a MessageBodyReader that matches the supplied criteria or null if none is + found.
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyWriterMediaTypes

        +
        public List<jakarta.ws.rs.core.MediaType> getMessageBodyWriterMediaTypes(Class<?> c,
        +                                                                         Type t,
        +                                                                         Annotation[] as)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get the list of media types supported for a Java type.
        +
        +
        Specified by:
        +
        getMessageBodyWriterMediaTypes in interface MessageBodyWorkers
        +
        Parameters:
        +
        c - the class of object that is to be written.
        +
        t - the type of object to be written. E.g. if the message body is to + be produced from a field, this will be the declared type of the field as + returned by Field.getGenericType.
        +
        as - an array of the annotations on the declaration of the artifact + that will be written. E.g. if the message body is to be produced from a + field, this will be the annotations on that field returned by + Field.getDeclaredAnnotations.
        +
        Returns:
        +
        the list of supported media types, the list is ordered as follows: a/b < + a/* < \*\/*
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyWritersForType

        +
        public List<jakarta.ws.rs.ext.MessageBodyWriter> getMessageBodyWritersForType(Class<?> type)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get a list of MessageBodyWriters that are suitable for the given type. The list is sorted based on the + class hierarchy (most specific writers are first).
        +
        +
        Specified by:
        +
        getMessageBodyWritersForType in interface MessageBodyWorkers
        +
        Parameters:
        +
        type - the class of object writers are requested for.
        +
        Returns:
        +
        the list of supported MessageBodyWriters for given class.
        +
        +
      • +
      + + + +
        +
      • +

        getWritersModelsForType

        +
        public List<WriterModel> getWritersModelsForType(Class<?> type)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get a list of MessageBodyWriter models that are suitable for the given type. + + The list is sorted based on the class hierarchy (most specific writers are first).
        +
        +
        Specified by:
        +
        getWritersModelsForType in interface MessageBodyWorkers
        +
        Parameters:
        +
        type - the class of object writers are requested for.
        +
        Returns:
        +
        the list of supported MessageBodyWriter models for given class.
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyWriterMediaTypesByType

        +
        public List<jakarta.ws.rs.core.MediaType> getMessageBodyWriterMediaTypesByType(Class<?> type)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get the list of media types supported for a Java type.
        +
        +
        Specified by:
        +
        getMessageBodyWriterMediaTypesByType in interface MessageBodyWorkers
        +
        Parameters:
        +
        type - the class of object that is to be written.
        +
        Returns:
        +
        the list of supported media types, the list is ordered as follows: a/b < + a/* < \*\/*
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyReaderMediaTypesByType

        +
        public List<jakarta.ws.rs.core.MediaType> getMessageBodyReaderMediaTypesByType(Class<?> type)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get the list of media types supported for a Java type.
        +
        +
        Specified by:
        +
        getMessageBodyReaderMediaTypesByType in interface MessageBodyWorkers
        +
        Parameters:
        +
        type - the class of object that is to be read.
        +
        Returns:
        +
        the list of supported media types, the list is ordered as follows: a/b < + a/* < \*\/*
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyReadersForType

        +
        public List<jakarta.ws.rs.ext.MessageBodyReader> getMessageBodyReadersForType(Class<?> type)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get a list of MessageBodyReaders that are suitable for the given type. The list is sorted based on the + class hierarchy (most specific readers are first).
        +
        +
        Specified by:
        +
        getMessageBodyReadersForType in interface MessageBodyWorkers
        +
        Parameters:
        +
        type - the class of object readers are requested for.
        +
        Returns:
        +
        the list of supported MessageBodyReaders for given class.
        +
        +
      • +
      + + + +
        +
      • +

        getReaderModelsForType

        +
        public List<ReaderModel> getReaderModelsForType(Class<?> type)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get a list of MessageBodyReader models that are suitable for the given type. + + The list is sorted based on the class hierarchy (most specific readers are first).
        +
        +
        Specified by:
        +
        getReaderModelsForType in interface MessageBodyWorkers
        +
        Parameters:
        +
        type - the class of object readers are requested for.
        +
        Returns:
        +
        the list of supported MessageBodyReader models for given class.
        +
        +
      • +
      + + + +
        +
      • +

        getMessageBodyWriterMediaType

        +
        public jakarta.ws.rs.core.MediaType getMessageBodyWriterMediaType(Class<?> c,
        +                                                                  Type t,
        +                                                                  Annotation[] as,
        +                                                                  List<jakarta.ws.rs.core.MediaType> acceptableMediaTypes)
        +
        Description copied from interface: MessageBodyWorkers
        +
        Get the most acceptable media type supported for a Java type given a set of + acceptable media types.
        +
        +
        Specified by:
        +
        getMessageBodyWriterMediaType in interface MessageBodyWorkers
        +
        Parameters:
        +
        c - the class of object that is to be written.
        +
        t - the type of object to be written. E.g. if the message body is to + be produced from a field, this will be the declared type of the field as + returned by Field.getGenericType.
        +
        as - an array of the annotations on the declaration of the artifact + that will be written. E.g. if the message body is to be produced from a + field, this will be the annotations on that field returned by + Field.getDeclaredAnnotations.
        +
        acceptableMediaTypes - the list of acceptable media types, sorted according to + the quality with the media type of highest quality occurring first + first.
        +
        Returns:
        +
        the best media types
        +
        +
      • +
      + + + +
        +
      • +

        readFrom

        +
        public Object readFrom(Class<?> rawType,
        +                       Type type,
        +                       Annotation[] annotations,
        +                       jakarta.ws.rs.core.MediaType mediaType,
        +                       jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
        +                       PropertiesDelegate propertiesDelegate,
        +                       InputStream entityStream,
        +                       Iterable<jakarta.ws.rs.ext.ReaderInterceptor> readerInterceptors,
        +                       boolean translateNce)
        +                throws jakarta.ws.rs.WebApplicationException,
        +                       IOException
        +
        Description copied from interface: MessageBodyWorkers
        +
        Reads a type from the entityStream using interceptors. If the + parameter intercept is true then reader + interceptors are executed before calling the message + body reader. The appropriate message body reader is + chosen after the interceptor execution based on parameter passed to this method + and modified by the interceptors.
        +
        +
        Specified by:
        +
        readFrom in interface MessageBodyWorkers
        +
        Parameters:
        +
        rawType - raw Java entity type.
        +
        type - generic Java entity type.
        +
        annotations - an array of the annotations on the declaration of the artifact + that will be initialized with the produced instance. E.g. if the message + body is to be converted into a method parameter, this will be the + annotations on that parameter returned by + Method.getParameterAnnotations.
        +
        mediaType - the media type of the HTTP entity.
        +
        httpHeaders - the mutable HTTP headers associated with HTTP entity.
        +
        propertiesDelegate - request-scoped properties delegate.
        +
        entityStream - the InputStream of the HTTP entity. The stream is not + closed after reading the entity.
        +
        readerInterceptors - Reader interceptor that are to be used to intercept the reading of an entity. The interceptors + will be executed in the same order as given in this parameter.
        +
        translateNce - if true, the NoContentException thrown by a selected message body + reader will be translated into a BadRequestException as required by + JAX-RS specification on the server side.
        +
        Returns:
        +
        the entity that was read from the entityStream.
        +
        Throws:
        +
        jakarta.ws.rs.WebApplicationException - Thrown when message body + reader fails.
        +
        IOException - Thrown when reading from the entityStream fails.
        +
        +
      • +
      + + + +
        +
      • +

        writeTo

        +
        public OutputStream writeTo(Object t,
        +                            Class<?> rawType,
        +                            Type type,
        +                            Annotation[] annotations,
        +                            jakarta.ws.rs.core.MediaType mediaType,
        +                            jakarta.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
        +                            PropertiesDelegate propertiesDelegate,
        +                            OutputStream entityStream,
        +                            Iterable<jakarta.ws.rs.ext.WriterInterceptor> writerInterceptors)
        +                     throws IOException,
        +                            jakarta.ws.rs.WebApplicationException
        +
        Description copied from interface: MessageBodyWorkers
        +
        Writers a type to the entityStream using interceptors. If the + parameter intercept is true then writer + interceptors are executed before calling the message + body writer. The appropriate message body writer is + chosen after the interceptor execution based on parameter passed to this method + and modified by the interceptors.
        +
        +
        Specified by:
        +
        writeTo in interface MessageBodyWorkers
        +
        Parameters:
        +
        t - Entity to be written to the entityStream
        +
        rawType - raw Java entity type.
        +
        type - generic Java entity type.
        +
        annotations - an array of the annotations on the resource method that returns + the object.
        +
        mediaType - the media type of the HTTP entity.
        +
        httpHeaders - the mutable HTTP headers associated with HTTP entity.
        +
        propertiesDelegate - request-scoped properties delegate.
        +
        entityStream - the OutputStream for the HTTP entity.
        +
        writerInterceptors - Writer interceptor that are to be used to intercept the writing of an entity. The interceptors + will be executed in the same order as given in this parameter.
        +
        Returns:
        +
        Outer output stream that should be closed by the caller.
        +
        Throws:
        +
        IOException - Thrown when reading from the entityStream fails.
        +
        jakarta.ws.rs.WebApplicationException - Thrown when message body + reader fails.
        +
        +
      • +
      + + + +
        +
      • +

        isWriteable

        +
        public static boolean isWriteable(jakarta.ws.rs.ext.MessageBodyWriter<?> provider,
        +                                  Class<?> type,
        +                                  Type genericType,
        +                                  Annotation[] annotations,
        +                                  jakarta.ws.rs.core.MediaType mediaType)
        +
        Safely invokes isWriteable method on the supplied provider. + + Any exceptions will be logged at finer level.
        +
        +
        Parameters:
        +
        provider - message body writer on which the isWriteable should be invoked.
        +
        type - the class of instance that is to be written.
        +
        genericType - the type of instance to be written, obtained either + by reflection of a resource method return type or via inspection + of the returned instance. GenericEntity + provides a way to specify this information at runtime.
        +
        annotations - an array of the annotations attached to the message entity instance.
        +
        mediaType - the media type of the HTTP entity.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        isReadable

        +
        public static boolean isReadable(jakarta.ws.rs.ext.MessageBodyReader<?> provider,
        +                                 Class<?> type,
        +                                 Type genericType,
        +                                 Annotation[] annotations,
        +                                 jakarta.ws.rs.core.MediaType mediaType)
        +
        Safely invokes isReadable method on the supplied provider. + + Any exceptions will be logged at finer level.
        +
        +
        Parameters:
        +
        provider - message body reader on which the isReadable should be invoked. + Safely invokes isReadable method on the underlying + provider.
        +
        type - the class of instance to be produced.
        +
        genericType - the type of instance to be produced. E.g. if the + message body is to be converted into a method parameter, this will be + the formal type of the method parameter as returned by + Method.getGenericParameterTypes.
        +
        annotations - an array of the annotations on the declaration of the + artifact that will be initialized with the produced instance. E.g. if the + message body is to be converted into a method parameter, this will be + the annotations on that parameter returned by + Method.getParameterAnnotations.
        +
        mediaType - the media type of the HTTP entity, if one is not + specified in the request then application/octet-stream is + used.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyProcessingException.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyProcessingException.html new file mode 100644 index 000000000..a6300f9db --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyProcessingException.html @@ -0,0 +1,325 @@ + + + + + + +MessageBodyProcessingException (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class MessageBodyProcessingException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class MessageBodyProcessingException
    +extends jakarta.ws.rs.ProcessingException
    +
    Jersey exception signaling that error occurred during reading or writing message body (entity).
    +
    +
    Author:
    +
    Miroslav Fuksa
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MessageBodyProcessingException

        +
        public MessageBodyProcessingException(Throwable cause)
        +
        Creates new instance initialized with exception cause.
        +
        +
        Parameters:
        +
        cause - Exception cause.
        +
        +
      • +
      + + + +
        +
      • +

        MessageBodyProcessingException

        +
        public MessageBodyProcessingException(String message,
        +                                      Throwable cause)
        +
        Creates new instance initialized with exception message and exception cause.
        +
        +
        Parameters:
        +
        message - Message.
        +
        cause - Exception cause.
        +
        +
      • +
      + + + +
        +
      • +

        MessageBodyProcessingException

        +
        public MessageBodyProcessingException(String message)
        +
        Creates new instance initialized with exception message.
        +
        +
        Parameters:
        +
        message - Message.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyProviderNotFoundException.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyProviderNotFoundException.html new file mode 100644 index 000000000..40654c772 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyProviderNotFoundException.html @@ -0,0 +1,303 @@ + + + + + + +MessageBodyProviderNotFoundException (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class MessageBodyProviderNotFoundException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class MessageBodyProviderNotFoundException
    +extends jakarta.ws.rs.ProcessingException
    +
    Jersey processing exception signaling that no appropriate MessageBodyReader or MessageBodyWriter was found.
    +
    +
    Author:
    +
    Miroslav Fuksa
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MessageBodyProviderNotFoundException

        +
        public MessageBodyProviderNotFoundException(Throwable cause)
        +
      • +
      + + + +
        +
      • +

        MessageBodyProviderNotFoundException

        +
        public MessageBodyProviderNotFoundException(String message,
        +                                            Throwable cause)
        +
      • +
      + + + +
        +
      • +

        MessageBodyProviderNotFoundException

        +
        public MessageBodyProviderNotFoundException(String message)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessagingBinders.HeaderDelegateProviders.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessagingBinders.HeaderDelegateProviders.html new file mode 100644 index 000000000..28bd53832 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessagingBinders.HeaderDelegateProviders.html @@ -0,0 +1,322 @@ + + + + + + +MessagingBinders.HeaderDelegateProviders (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class MessagingBinders.HeaderDelegateProviders

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.inject.AbstractBinder
    • +
    • +
        +
      • org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.internal.inject.Binder
    +
    +
    +
    Enclosing class:
    +
    MessagingBinders
    +
    +
    +
    +
    public static class MessagingBinders.HeaderDelegateProviders
    +extends org.glassfish.jersey.internal.inject.AbstractBinder
    +
    Header delegate provider injection binder.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HeaderDelegateProviders

        +
        public HeaderDelegateProviders()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        configure

        +
        protected void configure()
        +
        Description copied from class: org.glassfish.jersey.internal.inject.AbstractBinder
        +
        Implement to provide binding definitions using the exposed binding methods.
        +
        +
        Specified by:
        +
        configure in class org.glassfish.jersey.internal.inject.AbstractBinder
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessagingBinders.MessageBodyProviders.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessagingBinders.MessageBodyProviders.html new file mode 100644 index 000000000..fd4b20f49 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessagingBinders.MessageBodyProviders.html @@ -0,0 +1,312 @@ + + + + + + +MessagingBinders.MessageBodyProviders (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class MessagingBinders.MessageBodyProviders

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.inject.AbstractBinder
    • +
    • +
        +
      • org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.internal.inject.Binder
    +
    +
    +
    Enclosing class:
    +
    MessagingBinders
    +
    +
    +
    +
    public static class MessagingBinders.MessageBodyProviders
    +extends org.glassfish.jersey.internal.inject.AbstractBinder
    +
    Message body providers injection binder.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      MessageBodyProviders(Map<String,Object> applicationProperties, + jakarta.ws.rs.RuntimeType runtimeType) +
      Create new message body providers injection binder.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidconfigure() +
      Implement to provide binding definitions using the exposed binding methods.
      +
      +
        +
      • + + +

        Methods inherited from class org.glassfish.jersey.internal.inject.AbstractBinder

        +bind, bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, createManagedInstanceProvider, getBindings, install
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MessageBodyProviders

        +
        public MessageBodyProviders(Map<String,Object> applicationProperties,
        +                            jakarta.ws.rs.RuntimeType runtimeType)
        +
        Create new message body providers injection binder.
        +
        +
        Parameters:
        +
        applicationProperties - map containing application properties. May be null.
        +
        runtimeType - runtime (client or server) where the binder is used.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        configure

        +
        protected void configure()
        +
        Description copied from class: org.glassfish.jersey.internal.inject.AbstractBinder
        +
        Implement to provide binding definitions using the exposed binding methods.
        +
        +
        Specified by:
        +
        configure in class org.glassfish.jersey.internal.inject.AbstractBinder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessagingBinders.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessagingBinders.html new file mode 100644 index 000000000..36b1488c3 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessagingBinders.html @@ -0,0 +1,232 @@ + + + + + + +MessagingBinders (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class MessagingBinders

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.MessagingBinders
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class MessagingBinders
    +extends Object
    +
    Binding definitions for the default set of message related providers (readers, + writers, header delegates).
    +
    +
    Author:
    +
    Marek Potociar, Libor Kramolis
    +
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MsgTraceEvent.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MsgTraceEvent.html new file mode 100644 index 000000000..9d0cf9534 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MsgTraceEvent.html @@ -0,0 +1,646 @@ + + + + + + +MsgTraceEvent (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Enum MsgTraceEvent

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      MBR_FIND +
      MessageBodyReader lookup.
      +
      MBR_NOT_READABLE +
      MessageBodyReader.isReadable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType) returned false.
      +
      MBR_READ_FROM +
      MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream) invoked.
      +
      MBR_SELECTED +
      MessageBodyReader selected.
      +
      MBR_SKIPPED +
      MessageBodyReader skipped as higher-priority reader has been selected already.
      +
      MBW_FIND +
      MessageBodyWriter lookup.
      +
      MBW_NOT_WRITEABLE +
      MessageBodyWriter.isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType) returned false.
      +
      MBW_SELECTED +
      MessageBodyWriter.isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType) selected.
      +
      MBW_SKIPPED +
      MessageBodyWriter skipped as higher-priority writer has been selected already.
      +
      MBW_WRITE_TO +
      MessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream) invoked.
      +
      RI_AFTER +
      ReaderInterceptor invocation after a call to context.proceed().
      +
      RI_BEFORE +
      ReaderInterceptor invocation before a call to context.proceed().
      +
      RI_SUMMARY +
      ReaderInterceptor invocation summary.
      +
      WI_AFTER +
      WriterInterceptor invocation after a call to context.proceed().
      +
      WI_BEFORE +
      WriterInterceptor invocation before a call to context.proceed().
      +
      WI_SUMMARY +
      ReaderInterceptor invocation summary.
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        RI_BEFORE

        +
        public static final MsgTraceEvent RI_BEFORE
        +
        ReaderInterceptor invocation before a call to context.proceed().
        +
      • +
      + + + +
        +
      • +

        RI_AFTER

        +
        public static final MsgTraceEvent RI_AFTER
        +
        ReaderInterceptor invocation after a call to context.proceed().
        +
      • +
      + + + +
        +
      • +

        RI_SUMMARY

        +
        public static final MsgTraceEvent RI_SUMMARY
        +
        ReaderInterceptor invocation summary.
        +
      • +
      + + + +
        +
      • +

        MBR_FIND

        +
        public static final MsgTraceEvent MBR_FIND
        +
        MessageBodyReader lookup.
        +
      • +
      + + + +
        +
      • +

        MBR_NOT_READABLE

        +
        public static final MsgTraceEvent MBR_NOT_READABLE
        +
        MessageBodyReader.isReadable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType) returned false.
        +
      • +
      + + + +
        +
      • +

        MBR_SELECTED

        +
        public static final MsgTraceEvent MBR_SELECTED
        +
        MessageBodyReader selected.
        +
      • +
      + + + +
        +
      • +

        MBR_SKIPPED

        +
        public static final MsgTraceEvent MBR_SKIPPED
        +
        MessageBodyReader skipped as higher-priority reader has been selected already.
        +
      • +
      + + + +
        +
      • +

        MBR_READ_FROM

        +
        public static final MsgTraceEvent MBR_READ_FROM
        +
        MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream) invoked.
        +
      • +
      + + + +
        +
      • +

        MBW_FIND

        +
        public static final MsgTraceEvent MBW_FIND
        +
        MessageBodyWriter lookup.
        +
      • +
      + + + +
        +
      • +

        MBW_NOT_WRITEABLE

        +
        public static final MsgTraceEvent MBW_NOT_WRITEABLE
        +
        MessageBodyWriter.isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType) returned false.
        +
      • +
      + + + +
        +
      • +

        MBW_SELECTED

        +
        public static final MsgTraceEvent MBW_SELECTED
        +
        MessageBodyWriter.isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType) selected.
        +
      • +
      + + + +
        +
      • +

        MBW_SKIPPED

        +
        public static final MsgTraceEvent MBW_SKIPPED
        +
        MessageBodyWriter skipped as higher-priority writer has been selected already.
        +
      • +
      + + + +
        +
      • +

        MBW_WRITE_TO

        +
        public static final MsgTraceEvent MBW_WRITE_TO
        +
        MessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream) invoked.
        +
      • +
      + + + +
        +
      • +

        WI_BEFORE

        +
        public static final MsgTraceEvent WI_BEFORE
        +
        WriterInterceptor invocation before a call to context.proceed().
        +
      • +
      + + + +
        +
      • +

        WI_AFTER

        +
        public static final MsgTraceEvent WI_AFTER
        +
        WriterInterceptor invocation after a call to context.proceed().
        +
      • +
      + + + +
        +
      • +

        WI_SUMMARY

        +
        public static final MsgTraceEvent WI_SUMMARY
        +
        ReaderInterceptor invocation summary.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static MsgTraceEvent[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (MsgTraceEvent c : MsgTraceEvent.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static MsgTraceEvent valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        category

        +
        public String category()
        +
        Description copied from interface: TracingLogger.Event
        +
        Category of event, more events share same category. + Is used to format response HTTP header.
        +
        +
        Specified by:
        +
        category in interface TracingLogger.Event
        +
        Returns:
        +
        event category.
        +
        +
      • +
      + + + + + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/NewCookieProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/NewCookieProvider.html new file mode 100644 index 000000000..ce2e15811 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/NewCookieProvider.html @@ -0,0 +1,330 @@ + + + + + + +NewCookieProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class NewCookieProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.NewCookieProvider
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.NewCookie>, HeaderDelegateProvider<jakarta.ws.rs.core.NewCookie>
    +
    +
    +
    +
    @Singleton
    +public class NewCookieProvider
    +extends Object
    +implements HeaderDelegateProvider<jakarta.ws.rs.core.NewCookie>
    +
    Response Set-Cookie header delegate provider.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NewCookieProvider

        +
        public NewCookieProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        supports

        +
        public boolean supports(Class<?> type)
        +
        Description copied from interface: HeaderDelegateProvider
        +
        Ascertain if the Provider supports a particular type.
        +
        +
        Specified by:
        +
        supports in interface HeaderDelegateProvider<jakarta.ws.rs.core.NewCookie>
        +
        Parameters:
        +
        type - the type that is to be supported.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString(jakarta.ws.rs.core.NewCookie cookie)
        +
        +
        Specified by:
        +
        toString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.NewCookie>
        +
        +
      • +
      + + + +
        +
      • +

        fromString

        +
        public jakarta.ws.rs.core.NewCookie fromString(String header)
        +
        +
        Specified by:
        +
        fromString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<jakarta.ws.rs.core.NewCookie>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/NullOutputStream.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/NullOutputStream.html new file mode 100644 index 000000000..862dd70a3 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/NullOutputStream.html @@ -0,0 +1,375 @@ + + + + + + +NullOutputStream (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class NullOutputStream

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Closeable, Flushable, AutoCloseable
    +
    +
    +
    +
    public class NullOutputStream
    +extends OutputStream
    +
    A "dev/null" output stream - an output stream implementation that discards all the + data written to it. This implementation is not thread-safe. + + Note that once a null output stream instance is closed, any subsequent attempts + to write the data to the closed stream result in an IOException being thrown.
    +
    +
    Author:
    +
    Miroslav Fuksa, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundJaxrsResponse.Builder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundJaxrsResponse.Builder.html new file mode 100644 index 000000000..6eb78bca3 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundJaxrsResponse.Builder.html @@ -0,0 +1,865 @@ + + + + + + +OutboundJaxrsResponse.Builder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class OutboundJaxrsResponse.Builder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.core.Response.ResponseBuilder
    • +
    • +
        +
      • org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
      • +
      +
    • +
    +
  • +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Builder(OutboundMessageContext context) +
      Create new outbound JAX-RS response builder.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      jakarta.ws.rs.core.Response.ResponseBuilderallow(Set<String> methods) 
      jakarta.ws.rs.core.Response.ResponseBuilderallow(String... methods) 
      jakarta.ws.rs.core.Responsebuild() 
      jakarta.ws.rs.core.Response.ResponseBuildercacheControl(jakarta.ws.rs.core.CacheControl cacheControl) 
      static voidclearBaseUri() +
      Remove the current thread's value for baseUri thread-local variable (set by setBaseUri(java.net.URI)).
      +
      jakarta.ws.rs.core.Response.ResponseBuilderclone() 
      jakarta.ws.rs.core.Response.ResponseBuildercontentLocation(URI location) 
      jakarta.ws.rs.core.Response.ResponseBuildercookie(jakarta.ws.rs.core.NewCookie... cookies) 
      jakarta.ws.rs.core.Response.ResponseBuilderencoding(String encoding) 
      jakarta.ws.rs.core.Response.ResponseBuilderentity(Object entity) 
      jakarta.ws.rs.core.Response.ResponseBuilderentity(Object entity, + Annotation[] annotations) 
      jakarta.ws.rs.core.Response.ResponseBuilderexpires(Date expires) 
      jakarta.ws.rs.core.Response.ResponseBuilderheader(String name, + Object value) 
      jakarta.ws.rs.core.Response.ResponseBuilderlanguage(Locale language) 
      jakarta.ws.rs.core.Response.ResponseBuilderlanguage(String language) 
      jakarta.ws.rs.core.Response.ResponseBuilderlastModified(Date lastModified) 
      jakarta.ws.rs.core.Response.ResponseBuilderlink(String uri, + String rel) 
      jakarta.ws.rs.core.Response.ResponseBuilderlink(URI uri, + String rel) 
      jakarta.ws.rs.core.Response.ResponseBuilderlinks(jakarta.ws.rs.core.Link... links) 
      jakarta.ws.rs.core.Response.ResponseBuilderlocation(URI location) 
      jakarta.ws.rs.core.Response.ResponseBuilderreplaceAll(jakarta.ws.rs.core.MultivaluedMap<String,Object> headers) 
      static voidsetBaseUri(URI baseUri) +
      Set the baseUri of the actual request into the InheritableThreadLocal.
      +
      jakarta.ws.rs.core.Response.ResponseBuilderstatus(int code) 
      jakarta.ws.rs.core.Response.ResponseBuilderstatus(int status, + String reasonPhrase) 
      jakarta.ws.rs.core.Response.ResponseBuilderstatus(jakarta.ws.rs.core.Response.StatusType status) 
      jakarta.ws.rs.core.Response.ResponseBuildertag(jakarta.ws.rs.core.EntityTag tag) 
      jakarta.ws.rs.core.Response.ResponseBuildertag(String tag) 
      jakarta.ws.rs.core.Response.ResponseBuildertype(jakarta.ws.rs.core.MediaType type) 
      jakarta.ws.rs.core.Response.ResponseBuildertype(String type) 
      jakarta.ws.rs.core.Response.ResponseBuildervariant(jakarta.ws.rs.core.Variant variant) 
      jakarta.ws.rs.core.Response.ResponseBuildervariants(List<jakarta.ws.rs.core.Variant> variants) 
      jakarta.ws.rs.core.Response.ResponseBuildervariants(jakarta.ws.rs.core.Variant... variants) 
      +
        +
      • + + +

        Methods inherited from class jakarta.ws.rs.core.Response.ResponseBuilder

        +newInstance, status
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Builder

        +
        public Builder(OutboundMessageContext context)
        +
        Create new outbound JAX-RS response builder.
        +
        +
        Parameters:
        +
        context - underlying outbound message context.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setBaseUri

        +
        public static void setBaseUri(URI baseUri)
        +
        Set the baseUri of the actual request into the InheritableThreadLocal. +

        + The baseUri will be used for absolutizing the location header + content in case that only a relative URI is provided. +

        +

        + After resource method invocation when the value is not needed + any more to be stored in ThreadLocal clearBaseUri() should be + called for cleanup in order to prevent possible memory leaks. +

        +
        +
        Parameters:
        +
        baseUri - - baseUri of the actual request
        +
        Since:
        +
        2.4
        +
        See Also:
        +
        location(java.net.URI)
        +
        +
      • +
      + + + +
        +
      • +

        clearBaseUri

        +
        public static void clearBaseUri()
        +
        Remove the current thread's value for baseUri thread-local variable (set by setBaseUri(java.net.URI)). + + Should be called after resource method invocation for cleanup.
        +
        +
        Since:
        +
        2.4
        +
        See Also:
        +
        location(java.net.URI)
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public jakarta.ws.rs.core.Response build()
        +
        +
        Specified by:
        +
        build in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        clone

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder clone()
        +
        +
        Overrides:
        +
        clone in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        status

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder status(jakarta.ws.rs.core.Response.StatusType status)
        +
        +
        Overrides:
        +
        status in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        status

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder status(int status,
        +                                                          String reasonPhrase)
        +
        +
        Specified by:
        +
        status in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        status

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder status(int code)
        +
        +
        Specified by:
        +
        status in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        entity

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder entity(Object entity)
        +
        +
        Specified by:
        +
        entity in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        entity

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder entity(Object entity,
        +                                                          Annotation[] annotations)
        +
        +
        Specified by:
        +
        entity in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        type

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder type(jakarta.ws.rs.core.MediaType type)
        +
        +
        Specified by:
        +
        type in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        type

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder type(String type)
        +
        +
        Specified by:
        +
        type in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        variant

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder variant(jakarta.ws.rs.core.Variant variant)
        +
        +
        Specified by:
        +
        variant in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        variants

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder variants(List<jakarta.ws.rs.core.Variant> variants)
        +
        +
        Specified by:
        +
        variants in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        language

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder language(String language)
        +
        +
        Specified by:
        +
        language in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        language

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder language(Locale language)
        +
        +
        Specified by:
        +
        language in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        location

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder location(URI location)
        +
        +
        Specified by:
        +
        location in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        contentLocation

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder contentLocation(URI location)
        +
        +
        Specified by:
        +
        contentLocation in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        encoding

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder encoding(String encoding)
        +
        +
        Specified by:
        +
        encoding in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        tag

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder tag(jakarta.ws.rs.core.EntityTag tag)
        +
        +
        Specified by:
        +
        tag in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        tag

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder tag(String tag)
        +
        +
        Specified by:
        +
        tag in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        lastModified

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder lastModified(Date lastModified)
        +
        +
        Specified by:
        +
        lastModified in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        cacheControl

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder cacheControl(jakarta.ws.rs.core.CacheControl cacheControl)
        +
        +
        Specified by:
        +
        cacheControl in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        expires

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder expires(Date expires)
        +
        +
        Specified by:
        +
        expires in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        cookie

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder cookie(jakarta.ws.rs.core.NewCookie... cookies)
        +
        +
        Specified by:
        +
        cookie in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        header

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder header(String name,
        +                                                          Object value)
        +
        +
        Specified by:
        +
        header in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        variants

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder variants(jakarta.ws.rs.core.Variant... variants)
        +
        +
        Specified by:
        +
        variants in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        links

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder links(jakarta.ws.rs.core.Link... links)
        +
        +
        Specified by:
        +
        links in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        link

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder link(URI uri,
        +                                                        String rel)
        +
        +
        Specified by:
        +
        link in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        link

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder link(String uri,
        +                                                        String rel)
        +
        +
        Specified by:
        +
        link in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        allow

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder allow(String... methods)
        +
        +
        Specified by:
        +
        allow in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        allow

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder allow(Set<String> methods)
        +
        +
        Specified by:
        +
        allow in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      + + + +
        +
      • +

        replaceAll

        +
        public jakarta.ws.rs.core.Response.ResponseBuilder replaceAll(jakarta.ws.rs.core.MultivaluedMap<String,Object> headers)
        +
        +
        Specified by:
        +
        replaceAll in class jakarta.ws.rs.core.Response.ResponseBuilder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundJaxrsResponse.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundJaxrsResponse.html new file mode 100644 index 000000000..d4609fe42 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundJaxrsResponse.html @@ -0,0 +1,876 @@ + + + + + + +OutboundJaxrsResponse (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class OutboundJaxrsResponse

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.core.Response
    • +
    • +
        +
      • org.glassfish.jersey.message.internal.OutboundJaxrsResponse
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    AutoCloseable
    +
    +
    +
    +
    public class OutboundJaxrsResponse
    +extends jakarta.ws.rs.core.Response
    +
    An outbound JAX-RS response message. + + The implementation delegates method calls to an underlying + outbound message context.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        OutboundJaxrsResponse

        +
        public OutboundJaxrsResponse(jakarta.ws.rs.core.Response.StatusType status,
        +                             OutboundMessageContext context)
        +
        Create new outbound JAX-RS response message instance.
        +
        +
        Parameters:
        +
        status - response status.
        +
        context - underlying outbound message context.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        from

        +
        public static OutboundJaxrsResponse from(jakarta.ws.rs.core.Response response,
        +                                         jakarta.ws.rs.core.Configuration configuration)
        +
        Get an OutboundJaxrsResponse instance for a given JAX-RS response.
        +
        +
        Parameters:
        +
        response - response instance to from.
        +
        configuration - the related client/server side Configuration. Can be null.
        +
        Returns:
        +
        corresponding OutboundJaxrsResponse instance.
        +
        +
      • +
      + + + +
        +
      • +

        from

        +
        @Deprecated
        +public static OutboundJaxrsResponse from(jakarta.ws.rs.core.Response response)
        +
        Deprecated. 
        +
        Get an OutboundJaxrsResponse instance for a given JAX-RS response.
        +
        +
        Parameters:
        +
        response - response instance to from.
        +
        Returns:
        +
        corresponding OutboundJaxrsResponse instance.
        +
        See Also:
        +
        from(Response, Configuration)
        +
        +
      • +
      + + + +
        +
      • +

        getContext

        +
        public OutboundMessageContext getContext()
        +
        Get the underlying outbound message context.
        +
        +
        Returns:
        +
        underlying outbound message context.
        +
        +
      • +
      + + + +
        +
      • +

        getStatus

        +
        public int getStatus()
        +
        +
        Specified by:
        +
        getStatus in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getStatusInfo

        +
        public jakarta.ws.rs.core.Response.StatusType getStatusInfo()
        +
        +
        Specified by:
        +
        getStatusInfo in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getEntity

        +
        public Object getEntity()
        +
        +
        Specified by:
        +
        getEntity in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        readEntity

        +
        public <T> T readEntity(Class<T> type)
        +                 throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        readEntity in class jakarta.ws.rs.core.Response
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        readEntity

        +
        public <T> T readEntity(jakarta.ws.rs.core.GenericType<T> entityType)
        +                 throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        readEntity in class jakarta.ws.rs.core.Response
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        readEntity

        +
        public <T> T readEntity(Class<T> type,
        +                        Annotation[] annotations)
        +                 throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        readEntity in class jakarta.ws.rs.core.Response
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        readEntity

        +
        public <T> T readEntity(jakarta.ws.rs.core.GenericType<T> entityType,
        +                        Annotation[] annotations)
        +                 throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        readEntity in class jakarta.ws.rs.core.Response
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        hasEntity

        +
        public boolean hasEntity()
        +
        +
        Specified by:
        +
        hasEntity in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        bufferEntity

        +
        public boolean bufferEntity()
        +                     throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        bufferEntity in class jakarta.ws.rs.core.Response
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        close

        +
        public void close()
        +           throws jakarta.ws.rs.ProcessingException
        +
        +
        Specified by:
        +
        close in interface AutoCloseable
        +
        Specified by:
        +
        close in class jakarta.ws.rs.core.Response
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException
        +
        +
      • +
      + + + +
        +
      • +

        getStringHeaders

        +
        public jakarta.ws.rs.core.MultivaluedMap<String,String> getStringHeaders()
        +
        +
        Specified by:
        +
        getStringHeaders in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getHeaderString

        +
        public String getHeaderString(String name)
        +
        +
        Specified by:
        +
        getHeaderString in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getMediaType

        +
        public jakarta.ws.rs.core.MediaType getMediaType()
        +
        +
        Specified by:
        +
        getMediaType in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getLanguage

        +
        public Locale getLanguage()
        +
        +
        Specified by:
        +
        getLanguage in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getLength

        +
        public int getLength()
        +
        +
        Specified by:
        +
        getLength in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getCookies

        +
        public Map<String,jakarta.ws.rs.core.NewCookie> getCookies()
        +
        +
        Specified by:
        +
        getCookies in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getEntityTag

        +
        public jakarta.ws.rs.core.EntityTag getEntityTag()
        +
        +
        Specified by:
        +
        getEntityTag in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getDate

        +
        public Date getDate()
        +
        +
        Specified by:
        +
        getDate in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getLastModified

        +
        public Date getLastModified()
        +
        +
        Specified by:
        +
        getLastModified in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getAllowedMethods

        +
        public Set<String> getAllowedMethods()
        +
        +
        Specified by:
        +
        getAllowedMethods in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getLocation

        +
        public URI getLocation()
        +
        +
        Specified by:
        +
        getLocation in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getLinks

        +
        public Set<jakarta.ws.rs.core.Link> getLinks()
        +
        +
        Specified by:
        +
        getLinks in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        hasLink

        +
        public boolean hasLink(String relation)
        +
        +
        Specified by:
        +
        hasLink in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getLink

        +
        public jakarta.ws.rs.core.Link getLink(String relation)
        +
        +
        Specified by:
        +
        getLink in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getLinkBuilder

        +
        public jakarta.ws.rs.core.Link.Builder getLinkBuilder(String relation)
        +
        +
        Specified by:
        +
        getLinkBuilder in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + +
        +
      • +

        getMetadata

        +
        public jakarta.ws.rs.core.MultivaluedMap<String,Object> getMetadata()
        +
        +
        Specified by:
        +
        getMetadata in class jakarta.ws.rs.core.Response
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundMessageContext.StreamProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundMessageContext.StreamProvider.html new file mode 100644 index 000000000..3b11f74fe --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundMessageContext.StreamProvider.html @@ -0,0 +1,247 @@ + + + + + + +OutboundMessageContext.StreamProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Interface OutboundMessageContext.StreamProvider

+
+
+
+
    +
  • +
    +
    Enclosing class:
    +
    OutboundMessageContext
    +
    +
    +
    +
    public static interface OutboundMessageContext.StreamProvider
    +
    The callback interface which is used to get the terminal output stream into which the entity should be + written and to inform the implementation about the entity size.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getOutputStream

        +
        OutputStream getOutputStream(int contentLength)
        +                      throws IOException
        +
        Get the output stream. This method will be called after all the + writer interceptors are called and written entity is buffered + into the buffer or the buffer exceeds.
        +
        +
        Parameters:
        +
        contentLength - the size of the buffered entity or -1 if the entity exceeded the maximum buffer + size or if the buffering is disabled.
        +
        Returns:
        +
        the adapted output stream into which the serialized entity should be written. May return null + which will cause ignoring the written entity (in that case the entity will + still be written by message body writers + but the output will be ignored).
        +
        Throws:
        +
        IOException - in case of an IO error.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundMessageContext.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundMessageContext.html new file mode 100644 index 000000000..ae9aeedb0 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundMessageContext.html @@ -0,0 +1,1228 @@ + + + + + + +OutboundMessageContext (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class OutboundMessageContext

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.OutboundMessageContext
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class OutboundMessageContext
    +extends Object
    +
    Base outbound message context implementation.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        OutboundMessageContext

        +
        public OutboundMessageContext(jakarta.ws.rs.core.Configuration configuration)
        +
        Create new outbound message context.
        +
        +
        Parameters:
        +
        configuration - the client/server Configuration. If null, the default behaviour is expected.
        +
        +
      • +
      + + + +
        +
      • +

        OutboundMessageContext

        +
        public OutboundMessageContext(OutboundMessageContext original)
        +
        Create new outbound message context copying the content + of another context.
        +
        +
        Parameters:
        +
        original - the original outbound message context.
        +
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        replaceHeaders

        +
        public void replaceHeaders(jakarta.ws.rs.core.MultivaluedMap<String,Object> headers)
        +
        Replace all headers.
        +
        +
        Parameters:
        +
        headers - new headers.
        +
        +
      • +
      + + + +
        +
      • +

        getStringHeaders

        +
        public jakarta.ws.rs.core.MultivaluedMap<String,String> getStringHeaders()
        +
        Get a multi-valued map representing outbound message headers with their values converted + to strings.
        +
        +
        Returns:
        +
        multi-valued map of outbound message header names to their string-converted values.
        +
        +
      • +
      + + + +
        +
      • +

        getHeaderString

        +
        public String getHeaderString(String name)
        +
        Get a message header as a single string value. +

        + Each single header value is converted to String using a + RuntimeDelegate.HeaderDelegate if one is available + via RuntimeDelegate.createHeaderDelegate(java.lang.Class) + for the header value class or using its toString method if a header + delegate is not available.

        +
        +
        Parameters:
        +
        name - the message header.
        +
        Returns:
        +
        the message header value. If the message header is not present then + null is returned. If the message header is present but has no + value then the empty string is returned. If the message header is present + more than once then the values of joined together and separated by a ',' + character.
        +
        +
      • +
      + + + +
        +
      • +

        getHeaders

        +
        public jakarta.ws.rs.core.MultivaluedMap<String,Object> getHeaders()
        +
        Get the mutable message headers multivalued map.
        +
        +
        Returns:
        +
        mutable multivalued map of message headers.
        +
        +
      • +
      + + + +
        +
      • +

        getDate

        +
        public Date getDate()
        +
        Get message date.
        +
        +
        Returns:
        +
        the message date, otherwise null if not present.
        +
        +
      • +
      + + + +
        +
      • +

        getLanguage

        +
        public Locale getLanguage()
        +
        Get the language of the entity.
        +
        +
        Returns:
        +
        the language of the entity or null if not specified
        +
        +
      • +
      + + + +
        +
      • +

        getMediaType

        +
        public jakarta.ws.rs.core.MediaType getMediaType()
        +
        Get the media type of the entity.
        +
        +
        Returns:
        +
        the media type or null if not specified (e.g. there's no + message entity).
        +
        +
      • +
      + + + +
        +
      • +

        getAcceptableMediaTypes

        +
        public List<jakarta.ws.rs.core.MediaType> getAcceptableMediaTypes()
        +
        Get a list of media types that are acceptable for the message.
        +
        +
        Returns:
        +
        a read-only list of requested message media types sorted according + to their q-value, with highest preference first.
        +
        +
      • +
      + + + +
        +
      • +

        getAcceptableLanguages

        +
        public List<Locale> getAcceptableLanguages()
        +
        Get a list of languages that are acceptable for the message.
        +
        +
        Returns:
        +
        a read-only list of acceptable languages sorted according + to their q-value, with highest preference first.
        +
        +
      • +
      + + + +
        +
      • +

        getRequestCookies

        +
        public Map<String,jakarta.ws.rs.core.Cookie> getRequestCookies()
        +
        Get any cookies that accompanied the message.
        +
        +
        Returns:
        +
        a read-only map of cookie name (String) to Cookie.
        +
        +
      • +
      + + + +
        +
      • +

        getAllowedMethods

        +
        public Set<String> getAllowedMethods()
        +
        Get the allowed HTTP methods from the Allow HTTP header.
        +
        +
        Returns:
        +
        the allowed HTTP methods, all methods will returned as upper case + strings.
        +
        +
      • +
      + + + +
        +
      • +

        getLength

        +
        public int getLength()
        +
        Get Content-Length value. +

        + Note: getLengthLong() + should be preferred over this method, since it returns a long + instead and is therefore more portable.

        +
        +
        Returns:
        +
        Content-Length as a postive integer if present and valid number, -1 if negative number.
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - when Integer.parseInt(String) (String)} throws NumberFormatException.
        +
        +
      • +
      + + + +
        +
      • +

        getLengthLong

        +
        public long getLengthLong()
        +
        Get Content-Length value.
        +
        +
        Returns:
        +
        Content-Length as a positive long if present and valid number, -1 if negative number.
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - when Long.parseLong(String) throws NumberFormatException.
        +
        +
      • +
      + + + +
        +
      • +

        getResponseCookies

        +
        public Map<String,jakarta.ws.rs.core.NewCookie> getResponseCookies()
        +
        Get any new cookies set on the message message.
        +
        +
        Returns:
        +
        a read-only map of cookie name (String) to a new cookie.
        +
        +
      • +
      + + + +
        +
      • +

        getEntityTag

        +
        public jakarta.ws.rs.core.EntityTag getEntityTag()
        +
        Get the entity tag.
        +
        +
        Returns:
        +
        the entity tag, otherwise null if not present.
        +
        +
      • +
      + + + +
        +
      • +

        getLastModified

        +
        public Date getLastModified()
        +
        Get the last modified date.
        +
        +
        Returns:
        +
        the last modified date, otherwise null if not present.
        +
        +
      • +
      + + + +
        +
      • +

        getLocation

        +
        public URI getLocation()
        +
        Get the location.
        +
        +
        Returns:
        +
        the location URI, otherwise null if not present.
        +
        +
      • +
      + + + +
        +
      • +

        getLinks

        +
        public Set<jakarta.ws.rs.core.Link> getLinks()
        +
        Get the links attached to the message as header.
        +
        +
        Returns:
        +
        links, may return empty Set if no links are present. Never + returns null.
        +
        +
      • +
      + + + +
        +
      • +

        hasLink

        +
        public boolean hasLink(String relation)
        +
        Check if link for relation exists.
        +
        +
        Parameters:
        +
        relation - link relation.
        +
        Returns:
        +
        true if the for the relation link exists, false + otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        getLink

        +
        public jakarta.ws.rs.core.Link getLink(String relation)
        +
        Get the link for the relation.
        +
        +
        Parameters:
        +
        relation - link relation.
        +
        Returns:
        +
        the link for the relation, otherwise null if not present.
        +
        +
      • +
      + + + +
        +
      • +

        getLinkBuilder

        +
        public jakarta.ws.rs.core.Link.Builder getLinkBuilder(String relation)
        +
        Convenience method that returns a Link.Builder + for the relation.
        +
        +
        Parameters:
        +
        relation - link relation.
        +
        Returns:
        +
        the link builder for the relation, otherwise null if not + present.
        +
        +
      • +
      + + + +
        +
      • +

        hasEntity

        +
        public boolean hasEntity()
        +
        Check if there is an entity available in the message. +

        + The method returns true if the entity is present, returns + false otherwise.

        +
        +
        Returns:
        +
        true if there is an entity present in the message, + false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        getEntity

        +
        public Object getEntity()
        +
        Get the message entity Java instance. +

        + Returns null if the message does not contain an entity.

        +
        +
        Returns:
        +
        the message entity or null if message does not contain an + entity body.
        +
        +
      • +
      + + + +
        +
      • +

        setEntity

        +
        public void setEntity(Object entity)
        +
        Set a new message message entity.
        +
        +
        Parameters:
        +
        entity - entity object.
        +
        See Also:
        +
        MessageBodyWriter
        +
        +
      • +
      + + + +
        +
      • +

        setEntity

        +
        public void setEntity(Object entity,
        +                      Annotation[] annotations)
        +
        Set a new message message entity.
        +
        +
        Parameters:
        +
        entity - entity object.
        +
        annotations - annotations attached to the entity.
        +
        See Also:
        +
        MessageBodyWriter
        +
        +
      • +
      + + + +
        +
      • +

        setEntity

        +
        public void setEntity(Object entity,
        +                      Type type,
        +                      Annotation[] annotations)
        +
        Set a new message message entity.
        +
        +
        Parameters:
        +
        entity - entity object.
        +
        type - declared entity class.
        +
        annotations - annotations attached to the entity.
        +
        See Also:
        +
        MessageBodyWriter
        +
        +
      • +
      + + + +
        +
      • +

        setEntity

        +
        public void setEntity(Object entity,
        +                      Annotation[] annotations,
        +                      jakarta.ws.rs.core.MediaType mediaType)
        +
        Set a new message message entity.
        +
        +
        Parameters:
        +
        entity - entity object.
        +
        annotations - annotations attached to the entity.
        +
        mediaType - entity media type.
        +
        See Also:
        +
        MessageBodyWriter
        +
        +
      • +
      + + + +
        +
      • +

        setMediaType

        +
        public void setMediaType(jakarta.ws.rs.core.MediaType mediaType)
        +
        Set the message content media type.
        +
        +
        Parameters:
        +
        mediaType - message content media type.
        +
        +
      • +
      + + + +
        +
      • +

        getEntityClass

        +
        public Class<?> getEntityClass()
        +
        Get the raw message entity type information.
        +
        +
        Returns:
        +
        raw message entity type information.
        +
        +
      • +
      + + + +
        +
      • +

        getEntityType

        +
        public Type getEntityType()
        +
        Get the message entity type information.
        +
        +
        Returns:
        +
        message entity type.
        +
        +
      • +
      + + + +
        +
      • +

        setEntityType

        +
        public void setEntityType(Type type)
        +
        Set the message entity type information. +

        + This method overrides any computed or previously set entity type information.

        +
        +
        Parameters:
        +
        type - overriding message entity type.
        +
        +
      • +
      + + + +
        +
      • +

        getEntityAnnotations

        +
        public Annotation[] getEntityAnnotations()
        +
        Get the annotations attached to the entity.
        +
        +
        Returns:
        +
        entity annotations.
        +
        +
      • +
      + + + +
        +
      • +

        setEntityAnnotations

        +
        public void setEntityAnnotations(Annotation[] annotations)
        +
        Set the annotations attached to the entity.
        +
        +
        Parameters:
        +
        annotations - entity annotations.
        +
        +
      • +
      + + + +
        +
      • +

        getEntityStream

        +
        public OutputStream getEntityStream()
        +
        Get the entity output stream.
        +
        +
        Returns:
        +
        entity output stream.
        +
        +
      • +
      + + + +
        +
      • +

        setEntityStream

        +
        public void setEntityStream(OutputStream outputStream)
        +
        Set a new entity output stream.
        +
        +
        Parameters:
        +
        outputStream - new entity output stream.
        +
        +
      • +
      + + + +
        +
      • +

        enableBuffering

        +
        public void enableBuffering(jakarta.ws.rs.core.Configuration configuration)
        +
        Enable a buffering of serialized entity. The buffering will be configured from configuration. The property + determining the size of the buffer is CommonProperties.OUTBOUND_CONTENT_LENGTH_BUFFER. +

        + The buffering functionality is by default disabled and could be enabled by calling this method. In this case + this method must be called before first bytes are written to the entity stream.
        +
        +
        Parameters:
        +
        configuration - runtime configuration.
        +
        +
      • +
      + + + +
        +
      • +

        setStreamProvider

        +
        public void setStreamProvider(OutboundMessageContext.StreamProvider streamProvider)
        +
        Set a stream provider callback. +

        + This method must be called before first bytes are written to the entity stream.

        +
        +
        Parameters:
        +
        streamProvider - non-null output stream provider.
        +
        +
      • +
      + + + +
        +
      • +

        commitStream

        +
        public void commitStream()
        +                  throws IOException
        +
        Commits the entity stream if it wasn't already committed.
        +
        +
        Throws:
        +
        IOException - in case of the IO error.
        +
        +
      • +
      + + + +
        +
      • +

        isCommitted

        +
        public boolean isCommitted()
        +
        Returns true if the entity stream has been committed.
        +
        +
        Returns:
        +
        true if the entity stream has been committed. Otherwise returns false.
        +
        +
      • +
      + + + +
        +
      • +

        close

        +
        public void close()
        +
        Closes the context. Flushes and closes the entity stream.
        +
      • +
      + + + +
        +
      • +

        getConfiguration

        +
        public jakarta.ws.rs.core.Configuration getConfiguration()
        +
        The related client/server side Configuration. Can be null.
        +
        +
        Returns:
        +
        Configuration the configuration
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ParameterizedHeader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ParameterizedHeader.html new file mode 100644 index 000000000..c551c64d4 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ParameterizedHeader.html @@ -0,0 +1,342 @@ + + + + + + +ParameterizedHeader (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class ParameterizedHeader

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.ParameterizedHeader
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class ParameterizedHeader
    +extends Object
    +
    A general parameterized header. +

    + The header consists of a value and zero or more parameters. A value consists of zero or more tokens and separators up to but + not including a ';' separator if present. The tokens and separators of a value may be separated by zero or more white space, + which is ignored and is not considered part of the value. The value is separated from the parameters with a ';'. Each + parameter is separated with a ';'.

    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ParameterizedHeader

        +
        public ParameterizedHeader(String header)
        +                    throws ParseException
        +
        Create a parameterized header from given string value.
        +
        +
        Parameters:
        +
        header - header to create parameterized header from.
        +
        Throws:
        +
        ParseException - if an un-expected/in-correct value is found during parsing the header.
        +
        +
      • +
      + + + +
        +
      • +

        ParameterizedHeader

        +
        public ParameterizedHeader(HttpHeaderReader reader)
        +                    throws ParseException
        +
        Create a parameterized header from given http header reader.
        +
        +
        Parameters:
        +
        reader - reader to initialize new parameterized header from.
        +
        Throws:
        +
        ParseException - if an un-expected/in-correct value is found during parsing the header.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getValue

        +
        public String getValue()
        +
        Get the value.
        +
        +
        Returns:
        +
        the value.
        +
        +
      • +
      + + + +
        +
      • +

        getParameters

        +
        public Map<String,String> getParameters()
        +
        Get the parameters.
        +
        +
        Returns:
        +
        the parameters
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Qualified.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Qualified.html new file mode 100644 index 000000000..b94c49306 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Qualified.html @@ -0,0 +1,239 @@ + + + + + + +Qualified (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Interface Qualified

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getQuality

        +
        int getQuality()
        +
        Get quality factor value (in [ppt]).
        +
        +
        Returns:
        +
        quality factor value.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Quality.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Quality.html new file mode 100644 index 000000000..b72d45c59 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Quality.html @@ -0,0 +1,369 @@ + + + + + + +Quality (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class Quality

+
+
+ +
+
    +
  • +
    +
    +
    public final class Quality
    +extends Object
    +
    Quality parameter constants.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        QUALIFIED_COMPARATOR

        +
        public static final Comparator<Qualified> QUALIFIED_COMPARATOR
        +
        A "highest first" qualified element comparator. + + An element with higher quality value will be sorted ahead of elements with lower quality value.
        +
      • +
      + + + +
        +
      • +

        QUALITY_VALUE_COMPARATOR

        +
        public static final Comparator<Integer> QUALITY_VALUE_COMPARATOR
        +
        A "highest first" quality value comparator. + + A higher quality value will be sorted ahead of a lower quality value.
        +
      • +
      + + + +
        +
      • +

        QUALITY_PARAMETER_NAME

        +
        public static final String QUALITY_PARAMETER_NAME
        +
        Quality HTTP header parameter name.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        QUALITY_SOURCE_PARAMETER_NAME

        +
        public static final String QUALITY_SOURCE_PARAMETER_NAME
        +
        Quality source HTTP header parameter name.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MINIMUM

        +
        public static final int MINIMUM
        +
        Minimum quality value.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MAXIMUM

        +
        public static final int MAXIMUM
        +
        Maximum quality value.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT

        +
        public static final int DEFAULT
        +
        Default quality value.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/QualitySourceMediaType.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/QualitySourceMediaType.html new file mode 100644 index 000000000..180439a01 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/QualitySourceMediaType.html @@ -0,0 +1,499 @@ + + + + + + +QualitySourceMediaType (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class QualitySourceMediaType

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.core.MediaType
    • +
    • +
        +
      • org.glassfish.jersey.message.internal.QualitySourceMediaType
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Qualified
    +
    +
    +
    +
    public class QualitySourceMediaType
    +extends jakarta.ws.rs.core.MediaType
    +implements Qualified
    +
    A quality source media type.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static Comparator<QualitySourceMediaType>COMPARATOR +
      Comparator for lists of quality source media types.
      +
      +
        +
      • + + +

        Fields inherited from class jakarta.ws.rs.core.MediaType

        +APPLICATION_ATOM_XML, APPLICATION_ATOM_XML_TYPE, APPLICATION_FORM_URLENCODED, APPLICATION_FORM_URLENCODED_TYPE, APPLICATION_JSON, APPLICATION_JSON_PATCH_JSON, APPLICATION_JSON_PATCH_JSON_TYPE, APPLICATION_JSON_TYPE, APPLICATION_OCTET_STREAM, APPLICATION_OCTET_STREAM_TYPE, APPLICATION_SVG_XML, APPLICATION_SVG_XML_TYPE, APPLICATION_XHTML_XML, APPLICATION_XHTML_XML_TYPE, APPLICATION_XML, APPLICATION_XML_TYPE, CHARSET_PARAMETER, MEDIA_TYPE_WILDCARD, MULTIPART_FORM_DATA, MULTIPART_FORM_DATA_TYPE, SERVER_SENT_EVENTS, SERVER_SENT_EVENTS_TYPE, TEXT_HTML, TEXT_HTML_TYPE, TEXT_PLAIN, TEXT_PLAIN_TYPE, TEXT_XML, TEXT_XML_TYPE, WILDCARD, WILDCARD_TYPE
      • +
      +
    • +
    + + + + +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        QualitySourceMediaType

        +
        public QualitySourceMediaType(String type,
        +                              String subtype)
        +
        Create new quality source media type instance with a default quality factor value.
        +
        +
        Parameters:
        +
        type - the primary type, null is equivalent to + MediaType.MEDIA_TYPE_WILDCARD
        +
        subtype - the subtype, null is equivalent to + MediaType.MEDIA_TYPE_WILDCARD
        +
        +
      • +
      + + + +
        +
      • +

        QualitySourceMediaType

        +
        public QualitySourceMediaType(String type,
        +                              String subtype,
        +                              int quality,
        +                              Map<String,String> parameters)
        +
        Create new quality source media type instance.
        +
        +
        Parameters:
        +
        type - the primary type, null is equivalent to + MediaType.MEDIA_TYPE_WILDCARD
        +
        subtype - the subtype, null is equivalent to + MediaType.MEDIA_TYPE_WILDCARD
        +
        quality - quality source factor value in [ppt]. See Qualified.
        +
        parameters - a map of media type parameters, null is the same as an + empty map.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getQuality

        +
        public int getQuality()
        +
        Get quality source factor value (in [ppt]).
        +
        +
        Specified by:
        +
        getQuality in interface Qualified
        +
        Returns:
        +
        quality source factor value.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getQualitySource

        +
        public static int getQualitySource(jakarta.ws.rs.core.MediaType mediaType)
        +                            throws IllegalArgumentException
        +
        Extract quality source information from the supplied MediaType value. + + If no quality source parameter is present in the media type, default quality is returned.
        +
        +
        Parameters:
        +
        mediaType - media type.
        +
        Returns:
        +
        quality source parameter value or default quality, + if no quality source parameter is present.
        +
        Throws:
        +
        IllegalArgumentException - in case the quality source parameter value could not be parsed.
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Overrides:
        +
        equals in class jakarta.ws.rs.core.MediaType
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class jakarta.ws.rs.core.MediaType
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString()
        +
        +
        Overrides:
        +
        toString in class jakarta.ws.rs.core.MediaType
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ReaderInterceptorExecutor.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ReaderInterceptorExecutor.html new file mode 100644 index 000000000..63212ffc0 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ReaderInterceptorExecutor.html @@ -0,0 +1,735 @@ + + + + + + +ReaderInterceptorExecutor (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class ReaderInterceptorExecutor

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.InterceptorContext, jakarta.ws.rs.ext.ReaderInterceptorContext, org.glassfish.jersey.internal.inject.InjectionManagerSupplier, PropertiesDelegate
    +
    +
    +
    +
    public final class ReaderInterceptorExecutor
    +extends Object
    +implements jakarta.ws.rs.ext.ReaderInterceptorContext, org.glassfish.jersey.internal.inject.InjectionManagerSupplier
    +
    Represents reader interceptor chain executor for both client and server side. + It constructs wrapped interceptor chain and invokes it. At the end of the chain + a message body reader execution interceptor is inserted, + which finally reads an entity from the output stream provided by the chain.
    +
    +
    Author:
    +
    Miroslav Fuksa, Jakub Podlesak
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        proceed

        +
        public Object proceed()
        +               throws IOException
        +
        Starts the interceptor chain execution.
        +
        +
        Specified by:
        +
        proceed in interface jakarta.ws.rs.ext.ReaderInterceptorContext
        +
        Returns:
        +
        an entity read from the stream.
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        getInputStream

        +
        public InputStream getInputStream()
        +
        +
        Specified by:
        +
        getInputStream in interface jakarta.ws.rs.ext.ReaderInterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        setInputStream

        +
        public void setInputStream(InputStream is)
        +
        +
        Specified by:
        +
        setInputStream in interface jakarta.ws.rs.ext.ReaderInterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        getHeaders

        +
        public jakarta.ws.rs.core.MultivaluedMap<String,String> getHeaders()
        +
        +
        Specified by:
        +
        getHeaders in interface jakarta.ws.rs.ext.ReaderInterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        getInjectionManager

        +
        public org.glassfish.jersey.internal.inject.InjectionManager getInjectionManager()
        +
        Description copied from interface: org.glassfish.jersey.internal.inject.InjectionManagerSupplier
        +
        Get injection manager.
        +
        +
        Specified by:
        +
        getInjectionManager in interface org.glassfish.jersey.internal.inject.InjectionManagerSupplier
        +
        Returns:
        +
        injection manager.
        +
        +
      • +
      + + + +
        +
      • +

        closeableInputStream

        +
        public static InputStream closeableInputStream(InputStream inputStream)
        +
        Make the InputStream able to close. +

        + The purpose of this utility method is to undo effect of ReaderInterceptorExecutor.UnCloseableInputStream.

        +
        +
        Parameters:
        +
        inputStream - Potential ReaderInterceptorExecutor.UnCloseableInputStream to undo its effect
        +
        Returns:
        +
        Input stream that is possible to close
        +
        +
      • +
      + + + +
        +
      • +

        getProperty

        +
        public Object getProperty(String name)
        +
        Description copied from interface: PropertiesDelegate
        +
        Returns the property with the given name registered in the current request/response + exchange context, or null if there is no property by that name. +

        + A property allows a JAX-RS filters and interceptors to exchange + additional custom information not already provided by this interface. +

        +

        + A list of supported properties can be retrieved using PropertiesDelegate.getPropertyNames(). + Custom property names should follow the same convention as package names. +

        +
        +
        Specified by:
        +
        getProperty in interface jakarta.ws.rs.ext.InterceptorContext
        +
        Specified by:
        +
        getProperty in interface PropertiesDelegate
        +
        Parameters:
        +
        name - a String specifying the name of the property.
        +
        Returns:
        +
        an Object containing the value of the property, or + null if no property exists matching the given name.
        +
        See Also:
        +
        PropertiesDelegate.getPropertyNames()
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setProperty

        +
        public void setProperty(String name,
        +                        Object object)
        +
        Description copied from interface: PropertiesDelegate
        +
        Binds an object to a given property name in the current request/response + exchange context. If the name specified is already used for a property, + this method will replace the value of the property with the new value. +

        + A property allows a JAX-RS filters and interceptors to exchange + additional custom information not already provided by this interface. +

        +

        + A list of supported properties can be retrieved using PropertiesDelegate.getPropertyNames(). + Custom property names should follow the same convention as package names. +

        +

        + If a null value is passed, the effect is the same as calling the + PropertiesDelegate.removeProperty(String) method. +

        +
        +
        Specified by:
        +
        setProperty in interface jakarta.ws.rs.ext.InterceptorContext
        +
        Specified by:
        +
        setProperty in interface PropertiesDelegate
        +
        Parameters:
        +
        name - a String specifying the name of the property.
        +
        object - an Object representing the property to be bound.
        +
        +
      • +
      + + + +
        +
      • +

        removeProperty

        +
        public void removeProperty(String name)
        +
        Description copied from interface: PropertiesDelegate
        +
        Removes a property with the given name from the current request/response + exchange context. After removal, subsequent calls to PropertiesDelegate.getProperty(java.lang.String) + to retrieve the property value will return null.
        +
        +
        Specified by:
        +
        removeProperty in interface jakarta.ws.rs.ext.InterceptorContext
        +
        Specified by:
        +
        removeProperty in interface PropertiesDelegate
        +
        Parameters:
        +
        name - a String specifying the name of the property to be removed.
        +
        +
      • +
      + + + +
        +
      • +

        getTracingLogger

        +
        protected final TracingLogger getTracingLogger()
        +
        Get tracing logger instance configured in via properties.
        +
        +
        Returns:
        +
        tracing logger instance.
        +
        +
      • +
      + + + + + +
        +
      • +

        traceBefore

        +
        protected final void traceBefore(T interceptor,
        +                                 TracingLogger.Event event)
        +
        Tracing support - log invocation of interceptor BEFORE context.proceed() call.
        +
        +
        Parameters:
        +
        interceptor - invoked interceptor
        +
        event - event type to be tested
        +
        +
      • +
      + + + + + +
        +
      • +

        traceAfter

        +
        protected final void traceAfter(T interceptor,
        +                                TracingLogger.Event event)
        +
        Tracing support - log invocation of interceptor AFTER context.proceed() call.
        +
        +
        Parameters:
        +
        interceptor - invoked interceptor
        +
        event - event type to be tested
        +
        +
      • +
      + + + +
        +
      • +

        clearLastTracedInterceptor

        +
        protected final void clearLastTracedInterceptor()
        +
        Clear last traced interceptor information.
        +
      • +
      + + + +
        +
      • +

        getAnnotations

        +
        public Annotation[] getAnnotations()
        +
        +
        Specified by:
        +
        getAnnotations in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        setAnnotations

        +
        public void setAnnotations(Annotation[] annotations)
        +
        +
        Specified by:
        +
        setAnnotations in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public Class getType()
        +
        +
        Specified by:
        +
        getType in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        setType

        +
        public void setType(Class type)
        +
        +
        Specified by:
        +
        setType in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        getGenericType

        +
        public Type getGenericType()
        +
        +
        Specified by:
        +
        getGenericType in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        setGenericType

        +
        public void setGenericType(Type genericType)
        +
        +
        Specified by:
        +
        setGenericType in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        getMediaType

        +
        public jakarta.ws.rs.core.MediaType getMediaType()
        +
        +
        Specified by:
        +
        getMediaType in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        setMediaType

        +
        public void setMediaType(jakarta.ws.rs.core.MediaType mediaType)
        +
        +
        Specified by:
        +
        setMediaType in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ReaderProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ReaderProvider.html new file mode 100644 index 000000000..1926e470b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ReaderProvider.html @@ -0,0 +1,394 @@ + + + + + + +ReaderProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class ReaderProvider

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyReader<Reader>, jakarta.ws.rs.ext.MessageBodyWriter<Reader>
    +
    +
    +
    +
    @Produces(value={"text/plain","*/*"})
    + @Consumes(value={"text/plain","*/*"})
    + @Singleton
    +public final class ReaderProvider
    +extends AbstractMessageReaderWriterProvider<Reader>
    +
    +
    Author:
    +
    Paul Sandoz
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ReaderProvider

        +
        public ReaderProvider()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ReaderWriter.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ReaderWriter.html new file mode 100644 index 000000000..3cfbe58ed --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ReaderWriter.html @@ -0,0 +1,472 @@ + + + + + + +ReaderWriter (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class ReaderWriter

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.ReaderWriter
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class ReaderWriter
    +extends Object
    +
    A utility class for reading and writing using byte and character streams. +

    + If a byte or character array is utilized then the size of the array + is by default the value of 8192. + This value can be set using the system property + "jersey.config.io.bufferSize".

    +
    +
    Author:
    +
    Paul Sandoz
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        UTF8

        +
        public static final Charset UTF8
        +
        The UTF-8 Charset.
        +
      • +
      + + + +
        +
      • +

        BUFFER_SIZE

        +
        public static final int BUFFER_SIZE
        +
        The buffer size for arrays of byte and character.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        writeTo

        +
        public static void writeTo(InputStream in,
        +                           OutputStream out)
        +                    throws IOException
        +
        Read bytes from an input stream and write them to an output stream.
        +
        +
        Parameters:
        +
        in - the input stream to read from.
        +
        out - the output stream to write to.
        +
        Throws:
        +
        IOException - if there is an error reading or writing bytes.
        +
        +
      • +
      + + + +
        +
      • +

        writeTo

        +
        public static void writeTo(Reader in,
        +                           Writer out)
        +                    throws IOException
        +
        Read characters from an input stream and write them to an output stream.
        +
        +
        Parameters:
        +
        in - the reader to read from.
        +
        out - the writer to write to.
        +
        Throws:
        +
        IOException - if there is an error reading or writing characters.
        +
        +
      • +
      + + + +
        +
      • +

        getCharset

        +
        public static Charset getCharset(jakarta.ws.rs.core.MediaType m)
        +
        Get the character set from a media type. +

        + The character set is obtained from the media type parameter "charset". + If the parameter is not present the UTF8 charset is utilized.

        +
        +
        Parameters:
        +
        m - the media type.
        +
        Returns:
        +
        the character set.
        +
        +
      • +
      + + + +
        +
      • +

        readFromAsString

        +
        public static String readFromAsString(InputStream in,
        +                                      jakarta.ws.rs.core.MediaType type)
        +                               throws IOException
        +
        Read the bytes of an input stream and convert to a string.
        +
        +
        Parameters:
        +
        in - the input stream to read from.
        +
        type - the media type that determines the character set defining + how to decode bytes to characters.
        +
        Returns:
        +
        the string.
        +
        Throws:
        +
        IOException - if there is an error reading from the input stream.
        +
        +
      • +
      + + + +
        +
      • +

        readFromAsString

        +
        public static String readFromAsString(Reader reader)
        +                               throws IOException
        +
        Read the characters of a reader and convert to a string.
        +
        +
        Parameters:
        +
        reader - the reader
        +
        Returns:
        +
        the string
        +
        Throws:
        +
        IOException - if there is an error reading from the reader.
        +
        +
      • +
      + + + +
        +
      • +

        writeToAsString

        +
        public static void writeToAsString(String s,
        +                                   OutputStream out,
        +                                   jakarta.ws.rs.core.MediaType type)
        +                            throws IOException
        +
        Convert a string to bytes and write those bytes to an output stream.
        +
        +
        Parameters:
        +
        s - the string to convert to bytes.
        +
        out - the output stream to write to.
        +
        type - the media type that determines the character set defining + how to decode bytes to characters.
        +
        Throws:
        +
        IOException - in case of a write failure.
        +
        +
      • +
      + + + +
        +
      • +

        safelyClose

        +
        public static void safelyClose(Closeable closeable)
        +
        Safely close a closeable, without throwing an exception.
        +
        +
        Parameters:
        +
        closeable - object to be closed.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/RenderedImageProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/RenderedImageProvider.html new file mode 100644 index 000000000..37389283d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/RenderedImageProvider.html @@ -0,0 +1,398 @@ + + + + + + +RenderedImageProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class RenderedImageProvider

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyReader<RenderedImage>, jakarta.ws.rs.ext.MessageBodyWriter<RenderedImage>
    +
    +
    +
    +
    @Produces(value="image/*")
    + @Consumes(value={"image/*","application/octet-stream"})
    + @Singleton
    +public final class RenderedImageProvider
    +extends AbstractMessageReaderWriterProvider<RenderedImage>
    +
    Provider for marshalling/un-marshalling of graphical image data represented as + image/*, application/x-www-form-urlencoded entity types to + rendered and from rendered or + buffered image instance.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.DomSourceReader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.DomSourceReader.html new file mode 100644 index 000000000..9d44b9dcf --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.DomSourceReader.html @@ -0,0 +1,327 @@ + + + + + + +SourceProvider.DomSourceReader (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class SourceProvider.DomSourceReader

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyReader<DOMSource>
    +
    +
    +
    Enclosing class:
    +
    SourceProvider
    +
    +
    +
    +
    @Produces(value={"application/xml","text/xml","*/*"})
    + @Consumes(value={"application/xml","text/xml","*/*"})
    + @Singleton
    +public static final class SourceProvider.DomSourceReader
    +extends Object
    +implements jakarta.ws.rs.ext.MessageBodyReader<DOMSource>
    +
    Provider for marshalling/un-marshalling DOMSource instances.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.SaxSourceReader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.SaxSourceReader.html new file mode 100644 index 000000000..64dd67b27 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.SaxSourceReader.html @@ -0,0 +1,327 @@ + + + + + + +SourceProvider.SaxSourceReader (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class SourceProvider.SaxSourceReader

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyReader<SAXSource>
    +
    +
    +
    Enclosing class:
    +
    SourceProvider
    +
    +
    +
    +
    @Produces(value={"application/xml","text/xml","*/*"})
    + @Consumes(value={"application/xml","text/xml","*/*"})
    + @Singleton
    +public static final class SourceProvider.SaxSourceReader
    +extends Object
    +implements jakarta.ws.rs.ext.MessageBodyReader<SAXSource>
    +
    Provider for un-marshalling SAXSource instances.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SaxSourceReader

        +
        public SaxSourceReader(@Context
        +                       jakarta.inject.Provider<SAXParserFactory> spf)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.SourceWriter.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.SourceWriter.html new file mode 100644 index 000000000..3c7fbbfd4 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.SourceWriter.html @@ -0,0 +1,357 @@ + + + + + + +SourceProvider.SourceWriter (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class SourceProvider.SourceWriter

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyWriter<Source>
    +
    +
    +
    Enclosing class:
    +
    SourceProvider
    +
    +
    +
    +
    @Produces(value={"application/xml","text/xml","*/*"})
    + @Consumes(value={"application/xml","text/xml","*/*"})
    + @Singleton
    +public static final class SourceProvider.SourceWriter
    +extends Object
    +implements jakarta.ws.rs.ext.MessageBodyWriter<Source>
    +
    Provider for marshaling Source instances.
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isWriteable

        +
        public boolean isWriteable(Class<?> t,
        +                           Type gt,
        +                           Annotation[] as,
        +                           jakarta.ws.rs.core.MediaType mediaType)
        +
        +
        Specified by:
        +
        isWriteable in interface jakarta.ws.rs.ext.MessageBodyWriter<Source>
        +
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public long getSize(Source o,
        +                    Class<?> type,
        +                    Type genericType,
        +                    Annotation[] annotations,
        +                    jakarta.ws.rs.core.MediaType mediaType)
        +
        +
        Specified by:
        +
        getSize in interface jakarta.ws.rs.ext.MessageBodyWriter<Source>
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.StreamSourceReader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.StreamSourceReader.html new file mode 100644 index 000000000..bc9364e18 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.StreamSourceReader.html @@ -0,0 +1,326 @@ + + + + + + +SourceProvider.StreamSourceReader (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class SourceProvider.StreamSourceReader

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyReader<StreamSource>
    +
    +
    +
    Enclosing class:
    +
    SourceProvider
    +
    +
    +
    +
    @Produces(value={"application/xml","text/xml","*/*"})
    + @Consumes(value={"application/xml","text/xml","*/*"})
    + @Singleton
    +public static final class SourceProvider.StreamSourceReader
    +extends Object
    +implements jakarta.ws.rs.ext.MessageBodyReader<StreamSource>
    +
    Provider for un-marshalling StreamSource instances.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        StreamSourceReader

        +
        public StreamSourceReader()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.html new file mode 100644 index 000000000..6c07bb1ff --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.html @@ -0,0 +1,284 @@ + + + + + + +SourceProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class SourceProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.SourceProvider
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    @Singleton
    +public final class SourceProvider
    +extends Object
    +
    Collection of XML source providers.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SourceProvider

        +
        public SourceProvider()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Statuses.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Statuses.html new file mode 100644 index 000000000..6abb00005 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Statuses.html @@ -0,0 +1,308 @@ + + + + + + +Statuses (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class Statuses

+
+
+ +
+
    +
  • +
    +
    +
    public final class Statuses
    +extends Object
    +
    Factory for producing custom JAX-RS response status type + instances.
    +
    +
    Author:
    +
    Paul Sandoz
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static jakarta.ws.rs.core.Response.StatusTypefrom(int code) +
      Create a new status type instance.
      +
      static jakarta.ws.rs.core.Response.StatusTypefrom(int code, + String reason) +
      Create a new status type instance with a custom reason phrase.
      +
      static jakarta.ws.rs.core.Response.StatusTypefrom(jakarta.ws.rs.core.Response.StatusType status, + String reason) +
      Create a new status type instance with a custom reason phrase.
      +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        from

        +
        public static jakarta.ws.rs.core.Response.StatusType from(int code)
        +
        Create a new status type instance. +

        + For standard status codes listed in Response.Status enum, the default reason phrase + is used. For any other status code an empty string is used as a reason phrase. +

        +
        +
        Parameters:
        +
        code - response status code.
        +
        Returns:
        +
        new status type instance representing a given response status code.
        +
        +
      • +
      + + + +
        +
      • +

        from

        +
        public static jakarta.ws.rs.core.Response.StatusType from(int code,
        +                                                          String reason)
        +
        Create a new status type instance with a custom reason phrase.
        +
        +
        Parameters:
        +
        code - response status code.
        +
        reason - custom response status reason phrase.
        +
        Returns:
        +
        new status type instance representing a given response status code and custom reason phrase.
        +
        +
      • +
      + + + +
        +
      • +

        from

        +
        public static jakarta.ws.rs.core.Response.StatusType from(jakarta.ws.rs.core.Response.StatusType status,
        +                                                          String reason)
        +
        Create a new status type instance with a custom reason phrase.
        +
        +
        Parameters:
        +
        status - response status type.
        +
        reason - custom response status reason phrase.
        +
        Returns:
        +
        new status type instance representing a given response status code and custom reason phrase.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/StreamingOutputProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/StreamingOutputProvider.html new file mode 100644 index 000000000..d1d8d82b3 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/StreamingOutputProvider.html @@ -0,0 +1,352 @@ + + + + + + +StreamingOutputProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class StreamingOutputProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.StreamingOutputProvider
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.MessageBodyWriter<jakarta.ws.rs.core.StreamingOutput>
    +
    +
    +
    +
    @Produces(value={"application/octet-stream","*/*"})
    + @Singleton
    +public final class StreamingOutputProvider
    +extends Object
    +implements jakarta.ws.rs.ext.MessageBodyWriter<jakarta.ws.rs.core.StreamingOutput>
    +
    Message body writer that supports streaming output marshalling.
    +
    +
    Author:
    +
    Paul Sandoz
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        StreamingOutputProvider

        +
        public StreamingOutputProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isWriteable

        +
        public boolean isWriteable(Class<?> t,
        +                           Type gt,
        +                           Annotation[] as,
        +                           jakarta.ws.rs.core.MediaType mediaType)
        +
        +
        Specified by:
        +
        isWriteable in interface jakarta.ws.rs.ext.MessageBodyWriter<jakarta.ws.rs.core.StreamingOutput>
        +
        +
      • +
      + + + +
        +
      • +

        getSize

        +
        public long getSize(jakarta.ws.rs.core.StreamingOutput o,
        +                    Class<?> type,
        +                    Type genericType,
        +                    Annotation[] annotations,
        +                    jakarta.ws.rs.core.MediaType mediaType)
        +
        +
        Specified by:
        +
        getSize in interface jakarta.ws.rs.ext.MessageBodyWriter<jakarta.ws.rs.core.StreamingOutput>
        +
        +
      • +
      + + + +
        +
      • +

        writeTo

        +
        public void writeTo(jakarta.ws.rs.core.StreamingOutput o,
        +                    Class<?> t,
        +                    Type gt,
        +                    Annotation[] as,
        +                    jakarta.ws.rs.core.MediaType mediaType,
        +                    jakarta.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
        +                    OutputStream entity)
        +             throws IOException
        +
        +
        Specified by:
        +
        writeTo in interface jakarta.ws.rs.ext.MessageBodyWriter<jakarta.ws.rs.core.StreamingOutput>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/StringBuilderUtils.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/StringBuilderUtils.html new file mode 100644 index 000000000..38e9542b7 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/StringBuilderUtils.html @@ -0,0 +1,335 @@ + + + + + + +StringBuilderUtils (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class StringBuilderUtils

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.StringBuilderUtils
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class StringBuilderUtils
    +extends Object
    +
    Internal string builder utilities for building HTTP header + values.
    +
    +
    Author:
    +
    Marc Hadley, Marek Potociar, Martin Matula
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        appendQuotedIfNonToken

        +
        public static void appendQuotedIfNonToken(StringBuilder b,
        +                                          String value)
        +
        Append a new value to the string builder. + + If the value contains non-token characters (e.g. control, white-space, + quotes, separators, etc.), the appended value is quoted and all the quotes + in the value are escaped.
        +
        +
        Parameters:
        +
        b - string builder to be updated.
        +
        value - value to be appended.
        +
        +
      • +
      + + + +
        +
      • +

        appendQuotedIfWhitespace

        +
        public static void appendQuotedIfWhitespace(StringBuilder b,
        +                                            String value)
        +
        Append a new value to the string builder. + + If the value contains white-space characters, the appended + value is quoted and all the quotes in the value are escaped.
        +
        +
        Parameters:
        +
        b - string builder to be updated.
        +
        value - value to be appended.
        +
        +
      • +
      + + + +
        +
      • +

        appendQuoted

        +
        public static void appendQuoted(StringBuilder b,
        +                                String value)
        +
        Append a new quoted value to the string builder. + + The appended value is quoted and all the quotes in the value are escaped.
        +
        +
        Parameters:
        +
        b - string builder to be updated.
        +
        value - value to be appended.
        +
        +
      • +
      + + + +
        +
      • +

        appendEscapingQuotes

        +
        public static void appendEscapingQuotes(StringBuilder b,
        +                                        String value)
        +
        Append a new value to the string builder. + + All the quotes in the value are escaped before appending.
        +
        +
        Parameters:
        +
        b - string builder to be updated.
        +
        value - value to be appended.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/StringHeaderProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/StringHeaderProvider.html new file mode 100644 index 000000000..f1478c39a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/StringHeaderProvider.html @@ -0,0 +1,330 @@ + + + + + + +StringHeaderProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class StringHeaderProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.StringHeaderProvider
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        StringHeaderProvider

        +
        public StringHeaderProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        supports

        +
        public boolean supports(Class<?> type)
        +
        Description copied from interface: HeaderDelegateProvider
        +
        Ascertain if the Provider supports a particular type.
        +
        +
        Specified by:
        +
        supports in interface HeaderDelegateProvider<String>
        +
        Parameters:
        +
        type - the type that is to be supported.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString(String header)
        +
        +
        Specified by:
        +
        toString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<String>
        +
        +
      • +
      + + + +
        +
      • +

        fromString

        +
        public String fromString(String header)
        +
        +
        Specified by:
        +
        fromString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<String>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Token.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Token.html new file mode 100644 index 000000000..ffd6f7599 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Token.html @@ -0,0 +1,369 @@ + + + + + + +Token (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class Token

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    AcceptableToken
    +
    +
    +
    +
    public class Token
    +extends Object
    +
    A token.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingAwarePropertiesDelegate.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingAwarePropertiesDelegate.html new file mode 100644 index 000000000..374f83e29 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingAwarePropertiesDelegate.html @@ -0,0 +1,416 @@ + + + + + + +TracingAwarePropertiesDelegate (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class TracingAwarePropertiesDelegate

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    PropertiesDelegate
    +
    +
    +
    +
    public final class TracingAwarePropertiesDelegate
    +extends Object
    +implements PropertiesDelegate
    +
    Delegating properties delegate backed by another PropertiesDelegate with implemented "cache" or direct reference to + tracing support related classes (e.g. TracingLogger) to improve performance of lookup tracing context instance.
    +
    +
    Since:
    +
    2.3
    +
    Author:
    +
    Libor Kramolis
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TracingAwarePropertiesDelegate

        +
        public TracingAwarePropertiesDelegate(PropertiesDelegate propertiesDelegate)
        +
        Create new tracing aware properties delegate wrapper.
        +
        +
        Parameters:
        +
        propertiesDelegate - wrapped delegate.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        setProperty

        +
        public void setProperty(String name,
        +                        Object object)
        +
        Description copied from interface: PropertiesDelegate
        +
        Binds an object to a given property name in the current request/response + exchange context. If the name specified is already used for a property, + this method will replace the value of the property with the new value. +

        + A property allows a JAX-RS filters and interceptors to exchange + additional custom information not already provided by this interface. +

        +

        + A list of supported properties can be retrieved using PropertiesDelegate.getPropertyNames(). + Custom property names should follow the same convention as package names. +

        +

        + If a null value is passed, the effect is the same as calling the + PropertiesDelegate.removeProperty(String) method. +

        +
        +
        Specified by:
        +
        setProperty in interface PropertiesDelegate
        +
        Parameters:
        +
        name - a String specifying the name of the property.
        +
        object - an Object representing the property to be bound.
        +
        +
      • +
      + + + +
        +
      • +

        getProperty

        +
        public Object getProperty(String name)
        +
        Description copied from interface: PropertiesDelegate
        +
        Returns the property with the given name registered in the current request/response + exchange context, or null if there is no property by that name. +

        + A property allows a JAX-RS filters and interceptors to exchange + additional custom information not already provided by this interface. +

        +

        + A list of supported properties can be retrieved using PropertiesDelegate.getPropertyNames(). + Custom property names should follow the same convention as package names. +

        +
        +
        Specified by:
        +
        getProperty in interface PropertiesDelegate
        +
        Parameters:
        +
        name - a String specifying the name of the property.
        +
        Returns:
        +
        an Object containing the value of the property, or + null if no property exists matching the given name.
        +
        See Also:
        +
        PropertiesDelegate.getPropertyNames()
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingLogger.Event.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingLogger.Event.html new file mode 100644 index 000000000..3dccb9ff6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingLogger.Event.html @@ -0,0 +1,303 @@ + + + + + + +TracingLogger.Event (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Interface TracingLogger.Event

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    MsgTraceEvent
    +
    +
    +
    Enclosing class:
    +
    TracingLogger
    +
    +
    +
    +
    public static interface TracingLogger.Event
    +
    Type of event.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        name

        +
        String name()
        +
        Name of event, should be unique. + Is logged by JDK logger.
        +
        +
        Returns:
        +
        event name.
        +
        +
      • +
      + + + +
        +
      • +

        category

        +
        String category()
        +
        Category of event, more events share same category. + Is used to format response HTTP header.
        +
        +
        Returns:
        +
        event category.
        +
        +
      • +
      + + + +
        +
      • +

        level

        +
        TracingLogger.Level level()
        +
        Level of event. + Is used to check if the event is logged according to application/request settings.
        +
        +
        Returns:
        +
        event trace level.
        +
        +
      • +
      + + + +
        +
      • +

        messageFormat

        +
        String messageFormat()
        +
        Message format. Use String.format(String, Object...) format. + Can be null. In that case message arguments are separated by space.
        +
        +
        Returns:
        +
        message format
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingLogger.Level.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingLogger.Level.html new file mode 100644 index 000000000..be9a79c57 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingLogger.Level.html @@ -0,0 +1,369 @@ + + + + + + +TracingLogger.Level (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Enum TracingLogger.Level

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        SUMMARY

        +
        public static final TracingLogger.Level SUMMARY
        +
        Brief tracing information level.
        +
      • +
      + + + +
        +
      • +

        TRACE

        +
        public static final TracingLogger.Level TRACE
        +
        Detailed tracing information level.
        +
      • +
      + + + +
        +
      • +

        VERBOSE

        +
        public static final TracingLogger.Level VERBOSE
        +
        Extremely detailed tracing information level.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static TracingLogger.Level[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (TracingLogger.Level c : TracingLogger.Level.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static TracingLogger.Level valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingLogger.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingLogger.html new file mode 100644 index 000000000..5a1fe1733 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingLogger.html @@ -0,0 +1,600 @@ + + + + + + +TracingLogger (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class TracingLogger

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.TracingLogger
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public abstract class TracingLogger
    +extends Object
    +
    Low level Tracing support API. + + Use one instance per request.
    +
    +
    Since:
    +
    2.3
    +
    Author:
    +
    Libor Kramolis
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        PROPERTY_NAME

        +
        public static final String PROPERTY_NAME
        +
        TracingLogger instance is placed in request context properties under this name.
        +
      • +
      + + + +
        +
      • +

        HEADER_THRESHOLD

        +
        public static final String HEADER_THRESHOLD
        +
        Request header name to change application default tracing level.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        HEADER_ACCEPT

        +
        public static final String HEADER_ACCEPT
        +
        Request header name to switch on request tracing. + Make sense in case of tracing support enabled by ON_DEMAND value.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        HEADER_LOGGER

        +
        public static final String HEADER_LOGGER
        +
        Request header name to set JDK logger name suffix to identify a request logs.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DEFAULT_LEVEL

        +
        public static final TracingLogger.Level DEFAULT_LEVEL
        +
        Default event level.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TracingLogger

        +
        public TracingLogger()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInstance

        +
        public static TracingLogger getInstance(PropertiesDelegate propertiesDelegate)
        +
        Returns instance of TracingLogger associated with current request processing + (propertiesDelegate).
        +
        +
        Parameters:
        +
        propertiesDelegate - request associated runtime properties. Can be null if not running on server side.
        +
        Returns:
        +
        returns instance of TracingLogger from propertiesDelegate. Does not return null.
        +
        +
      • +
      + + + +
        +
      • +

        create

        +
        public static TracingLogger create(TracingLogger.Level threshold,
        +                                   String loggerNameSuffix)
        +
        Create new Tracing logger.
        +
        +
        Parameters:
        +
        threshold - tracing level threshold.
        +
        loggerNameSuffix - tracing logger name suffix.
        +
        Returns:
        +
        new tracing logger.
        +
        +
      • +
      + + + +
        +
      • +

        empty

        +
        public static TracingLogger empty()
        +
        Get an empty (no-op) tracing logger instance.
        +
        +
        Returns:
        +
        empty tracing logger instance.
        +
        +
      • +
      + + + +
        +
      • +

        isLogEnabled

        +
        public abstract boolean isLogEnabled(TracingLogger.Event event)
        +
        Test if a tracing support is enabled (according to propertiesDelegate setting) and + if event can be logged (according to event.level and threshold level set).
        +
        +
        Parameters:
        +
        event - event type to be tested
        +
        Returns:
        +
        true if event can be logged
        +
        +
      • +
      + + + +
        +
      • +

        log

        +
        public abstract void log(TracingLogger.Event event,
        +                         Object... args)
        +
        Try to log event according to event level and request context threshold level setting.
        +
        +
        Parameters:
        +
        event - event type to be logged
        +
        args - message arguments (in relation to .Event#messageFormat()
        +
        +
      • +
      + + + +
        +
      • +

        logDuration

        +
        public abstract void logDuration(TracingLogger.Event event,
        +                                 long fromTimestamp,
        +                                 Object... args)
        +
        Try to log event according to event level and request context threshold level setting. + + If logging support is switched on for current request and event setting the method computes duration of event and log + message. If fromTimestamp is not set (i.e. -1) then duration of event + is 0.
        +
        +
        Parameters:
        +
        event - event type to be logged
        +
        fromTimestamp - logged event is running from the timestamp in nanos. -1 in case event has no duration
        +
        args - message arguments (in relation to .Event#messageFormat()
        +
        +
      • +
      + + + +
        +
      • +

        timestamp

        +
        public abstract long timestamp(TracingLogger.Event event)
        +
        If logging support is switched on for current request and event setting the method returns current timestamp in nanos.
        +
        +
        Parameters:
        +
        event - event type to be logged
        +
        Returns:
        +
        Current timestamp in nanos or -1 if tracing is not enabled
        +
        +
      • +
      + + + +
        +
      • +

        flush

        +
        public abstract void flush(jakarta.ws.rs.core.MultivaluedMap<String,Object> headers)
        +
        Stores collected tracing messages to response HTTP header.
        +
        +
        Parameters:
        +
        headers - message headers.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/UriProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/UriProvider.html new file mode 100644 index 000000000..05d8b0e8b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/UriProvider.html @@ -0,0 +1,330 @@ + + + + + + +UriProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class UriProvider

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UriProvider

        +
        public UriProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        supports

        +
        public boolean supports(Class<?> type)
        +
        Description copied from interface: HeaderDelegateProvider
        +
        Ascertain if the Provider supports a particular type.
        +
        +
        Specified by:
        +
        supports in interface HeaderDelegateProvider<URI>
        +
        Parameters:
        +
        type - the type that is to be supported.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString(URI header)
        +
        +
        Specified by:
        +
        toString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<URI>
        +
        +
      • +
      + + + +
        +
      • +

        fromString

        +
        public URI fromString(String header)
        +
        +
        Specified by:
        +
        fromString in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<URI>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Utils.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Utils.html new file mode 100644 index 000000000..3b0627e82 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Utils.html @@ -0,0 +1,254 @@ + + + + + + +Utils (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class Utils

+
+
+ +
+
    +
  • +
    +
    +
    public final class Utils
    +extends Object
    +
    Utility class.
    +
    +
    Author:
    +
    Jakub Podlesak
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createTempFile

        +
        public static File createTempFile()
        +                           throws IOException
        +
        Create an empty file in the default temporary-file directory.
        +
        +
        Returns:
        +
        An abstract pathname denoting a newly-created empty file.
        +
        Throws:
        +
        IOException - if a file could not be created.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/VariantListBuilder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/VariantListBuilder.html new file mode 100644 index 000000000..946d2e858 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/VariantListBuilder.html @@ -0,0 +1,362 @@ + + + + + + +VariantListBuilder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class VariantListBuilder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.core.Variant.VariantListBuilder
    • +
    • +
        +
      • org.glassfish.jersey.message.internal.VariantListBuilder
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class VariantListBuilder
    +extends jakarta.ws.rs.core.Variant.VariantListBuilder
    +
    An implementation of VariantListBuilder.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        VariantListBuilder

        +
        public VariantListBuilder()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        build

        +
        public List<jakarta.ws.rs.core.Variant> build()
        +
        +
        Specified by:
        +
        build in class jakarta.ws.rs.core.Variant.VariantListBuilder
        +
        +
      • +
      + + + +
        +
      • +

        add

        +
        public VariantListBuilder add()
        +
        +
        Specified by:
        +
        add in class jakarta.ws.rs.core.Variant.VariantListBuilder
        +
        +
      • +
      + + + +
        +
      • +

        languages

        +
        public VariantListBuilder languages(Locale... languages)
        +
        +
        Specified by:
        +
        languages in class jakarta.ws.rs.core.Variant.VariantListBuilder
        +
        +
      • +
      + + + +
        +
      • +

        encodings

        +
        public VariantListBuilder encodings(String... encodings)
        +
        +
        Specified by:
        +
        encodings in class jakarta.ws.rs.core.Variant.VariantListBuilder
        +
        +
      • +
      + + + +
        +
      • +

        mediaTypes

        +
        public VariantListBuilder mediaTypes(jakarta.ws.rs.core.MediaType... mediaTypes)
        +
        +
        Specified by:
        +
        mediaTypes in class jakarta.ws.rs.core.Variant.VariantListBuilder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/VariantSelector.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/VariantSelector.html new file mode 100644 index 000000000..296a9e96f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/VariantSelector.html @@ -0,0 +1,289 @@ + + + + + + +VariantSelector (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class VariantSelector

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.VariantSelector
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class VariantSelector
    +extends Object
    +
    Utility for selecting variant that best matches request from a list of variants.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        selectVariant

        +
        public static jakarta.ws.rs.core.Variant selectVariant(InboundMessageContext context,
        +                                                       List<jakarta.ws.rs.core.Variant> variants,
        +                                                       org.glassfish.jersey.internal.util.collection.Ref<String> varyHeaderValue)
        +
        Select the representation variant that best matches the request. More explicit + variants are chosen ahead of less explicit ones.
        +
        +
        Parameters:
        +
        context - inbound message context.
        +
        variants - list of possible variants.
        +
        varyHeaderValue - an output reference of vary header value that should be put + into the response Vary header.
        +
        Returns:
        +
        selected variant.
        +
        +
      • +
      + + + +
        +
      • +

        selectVariants

        +
        public static List<jakarta.ws.rs.core.Variant> selectVariants(InboundMessageContext context,
        +                                                              List<jakarta.ws.rs.core.Variant> variants,
        +                                                              org.glassfish.jersey.internal.util.collection.Ref<String> varyHeaderValue)
        +
        Select possible representation variants in order in which they best matches the request.
        +
        +
        Parameters:
        +
        context - inbound message context.
        +
        variants - list of possible variants.
        +
        varyHeaderValue - an output reference of vary header value that should be put into the response Vary header.
        +
        Returns:
        +
        possible variants.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/WriterInterceptorExecutor.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/WriterInterceptorExecutor.html new file mode 100644 index 000000000..aab1ea513 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/WriterInterceptorExecutor.html @@ -0,0 +1,819 @@ + + + + + + +WriterInterceptorExecutor (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.message.internal
+

Class WriterInterceptorExecutor

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.message.internal.WriterInterceptorExecutor
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.InterceptorContext, jakarta.ws.rs.ext.WriterInterceptorContext, org.glassfish.jersey.internal.inject.InjectionManagerSupplier, PropertiesDelegate
    +
    +
    +
    +
    public final class WriterInterceptorExecutor
    +extends Object
    +implements jakarta.ws.rs.ext.WriterInterceptorContext, org.glassfish.jersey.internal.inject.InjectionManagerSupplier
    +
    Represents writer interceptor chain executor for both client and server side. + It constructs wrapped interceptor chain and invokes it. At the end of the chain + a message body writer execution interceptor is inserted, + which writes entity to the output stream provided by the chain.
    +
    +
    Author:
    +
    Miroslav Fuksa, Jakub Podlesak
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        WriterInterceptorExecutor

        +
        public WriterInterceptorExecutor(Object entity,
        +                                 Class<?> rawType,
        +                                 Type type,
        +                                 Annotation[] annotations,
        +                                 jakarta.ws.rs.core.MediaType mediaType,
        +                                 jakarta.ws.rs.core.MultivaluedMap<String,Object> headers,
        +                                 PropertiesDelegate propertiesDelegate,
        +                                 OutputStream entityStream,
        +                                 MessageBodyWorkers workers,
        +                                 Iterable<jakarta.ws.rs.ext.WriterInterceptor> writerInterceptors,
        +                                 org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
        +
        Constructs a new executor to write given type to provided entityStream.
        +
        +
        Parameters:
        +
        entity - entity object to be processed.
        +
        rawType - raw Java entity type.
        +
        type - generic Java entity type.
        +
        annotations - array of annotations on the declaration of the artifact + that will be initialized with the produced instance. E.g. if the message + body is to be converted into a method parameter, this will be the + annotations on that parameter returned by + Method.getParameterAnnotations.
        +
        mediaType - media type of the HTTP entity.
        +
        headers - mutable HTTP headers associated with HTTP entity.
        +
        propertiesDelegate - request-scoped properties delegate.
        +
        entityStream - InputStream from which an entity will be read. The stream is not + closed after reading the entity.
        +
        workers - Message body workers.
        +
        writerInterceptors - Writer interceptors that are to be used to intercept writing of an entity.
        +
        injectionManager - injection manager.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        proceed

        +
        public void proceed()
        +             throws IOException
        +
        Starts the interceptor chain execution.
        +
        +
        Specified by:
        +
        proceed in interface jakarta.ws.rs.ext.WriterInterceptorContext
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        getEntity

        +
        public Object getEntity()
        +
        +
        Specified by:
        +
        getEntity in interface jakarta.ws.rs.ext.WriterInterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        setEntity

        +
        public void setEntity(Object entity)
        +
        +
        Specified by:
        +
        setEntity in interface jakarta.ws.rs.ext.WriterInterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        getOutputStream

        +
        public OutputStream getOutputStream()
        +
        +
        Specified by:
        +
        getOutputStream in interface jakarta.ws.rs.ext.WriterInterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        setOutputStream

        +
        public void setOutputStream(OutputStream os)
        +
        +
        Specified by:
        +
        setOutputStream in interface jakarta.ws.rs.ext.WriterInterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        getHeaders

        +
        public jakarta.ws.rs.core.MultivaluedMap<String,Object> getHeaders()
        +
        +
        Specified by:
        +
        getHeaders in interface jakarta.ws.rs.ext.WriterInterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        getInjectionManager

        +
        public org.glassfish.jersey.internal.inject.InjectionManager getInjectionManager()
        +
        Description copied from interface: org.glassfish.jersey.internal.inject.InjectionManagerSupplier
        +
        Get injection manager.
        +
        +
        Specified by:
        +
        getInjectionManager in interface org.glassfish.jersey.internal.inject.InjectionManagerSupplier
        +
        Returns:
        +
        injection manager.
        +
        +
      • +
      + + + +
        +
      • +

        getProperty

        +
        public Object getProperty(String name)
        +
        Description copied from interface: PropertiesDelegate
        +
        Returns the property with the given name registered in the current request/response + exchange context, or null if there is no property by that name. +

        + A property allows a JAX-RS filters and interceptors to exchange + additional custom information not already provided by this interface. +

        +

        + A list of supported properties can be retrieved using PropertiesDelegate.getPropertyNames(). + Custom property names should follow the same convention as package names. +

        +
        +
        Specified by:
        +
        getProperty in interface jakarta.ws.rs.ext.InterceptorContext
        +
        Specified by:
        +
        getProperty in interface PropertiesDelegate
        +
        Parameters:
        +
        name - a String specifying the name of the property.
        +
        Returns:
        +
        an Object containing the value of the property, or + null if no property exists matching the given name.
        +
        See Also:
        +
        PropertiesDelegate.getPropertyNames()
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setProperty

        +
        public void setProperty(String name,
        +                        Object object)
        +
        Description copied from interface: PropertiesDelegate
        +
        Binds an object to a given property name in the current request/response + exchange context. If the name specified is already used for a property, + this method will replace the value of the property with the new value. +

        + A property allows a JAX-RS filters and interceptors to exchange + additional custom information not already provided by this interface. +

        +

        + A list of supported properties can be retrieved using PropertiesDelegate.getPropertyNames(). + Custom property names should follow the same convention as package names. +

        +

        + If a null value is passed, the effect is the same as calling the + PropertiesDelegate.removeProperty(String) method. +

        +
        +
        Specified by:
        +
        setProperty in interface jakarta.ws.rs.ext.InterceptorContext
        +
        Specified by:
        +
        setProperty in interface PropertiesDelegate
        +
        Parameters:
        +
        name - a String specifying the name of the property.
        +
        object - an Object representing the property to be bound.
        +
        +
      • +
      + + + +
        +
      • +

        removeProperty

        +
        public void removeProperty(String name)
        +
        Description copied from interface: PropertiesDelegate
        +
        Removes a property with the given name from the current request/response + exchange context. After removal, subsequent calls to PropertiesDelegate.getProperty(java.lang.String) + to retrieve the property value will return null.
        +
        +
        Specified by:
        +
        removeProperty in interface jakarta.ws.rs.ext.InterceptorContext
        +
        Specified by:
        +
        removeProperty in interface PropertiesDelegate
        +
        Parameters:
        +
        name - a String specifying the name of the property to be removed.
        +
        +
      • +
      + + + +
        +
      • +

        getTracingLogger

        +
        protected final TracingLogger getTracingLogger()
        +
        Get tracing logger instance configured in via properties.
        +
        +
        Returns:
        +
        tracing logger instance.
        +
        +
      • +
      + + + + + +
        +
      • +

        traceBefore

        +
        protected final void traceBefore(T interceptor,
        +                                 TracingLogger.Event event)
        +
        Tracing support - log invocation of interceptor BEFORE context.proceed() call.
        +
        +
        Parameters:
        +
        interceptor - invoked interceptor
        +
        event - event type to be tested
        +
        +
      • +
      + + + + + +
        +
      • +

        traceAfter

        +
        protected final void traceAfter(T interceptor,
        +                                TracingLogger.Event event)
        +
        Tracing support - log invocation of interceptor AFTER context.proceed() call.
        +
        +
        Parameters:
        +
        interceptor - invoked interceptor
        +
        event - event type to be tested
        +
        +
      • +
      + + + +
        +
      • +

        clearLastTracedInterceptor

        +
        protected final void clearLastTracedInterceptor()
        +
        Clear last traced interceptor information.
        +
      • +
      + + + +
        +
      • +

        getAnnotations

        +
        public Annotation[] getAnnotations()
        +
        +
        Specified by:
        +
        getAnnotations in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        setAnnotations

        +
        public void setAnnotations(Annotation[] annotations)
        +
        +
        Specified by:
        +
        setAnnotations in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public Class getType()
        +
        +
        Specified by:
        +
        getType in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        setType

        +
        public void setType(Class type)
        +
        +
        Specified by:
        +
        setType in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        getGenericType

        +
        public Type getGenericType()
        +
        +
        Specified by:
        +
        getGenericType in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        setGenericType

        +
        public void setGenericType(Type genericType)
        +
        +
        Specified by:
        +
        setGenericType in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        getMediaType

        +
        public jakarta.ws.rs.core.MediaType getMediaType()
        +
        +
        Specified by:
        +
        getMediaType in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      + + + +
        +
      • +

        setMediaType

        +
        public void setMediaType(jakarta.ws.rs.core.MediaType mediaType)
        +
        +
        Specified by:
        +
        setMediaType in interface jakarta.ws.rs.ext.InterceptorContext
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AbstractFormProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AbstractFormProvider.html new file mode 100644 index 000000000..ced087216 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AbstractFormProvider.html @@ -0,0 +1,178 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.AbstractFormProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.AbstractFormProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AbstractMessageReaderWriterProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AbstractMessageReaderWriterProvider.html new file mode 100644 index 000000000..7c14a438d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AbstractMessageReaderWriterProvider.html @@ -0,0 +1,221 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AcceptableLanguageTag.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AcceptableLanguageTag.html new file mode 100644 index 000000000..113e7ddeb --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AcceptableLanguageTag.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.AcceptableLanguageTag (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.AcceptableLanguageTag

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AcceptableMediaType.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AcceptableMediaType.html new file mode 100644 index 000000000..ac2751b98 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AcceptableMediaType.html @@ -0,0 +1,236 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.AcceptableMediaType (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.AcceptableMediaType

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AcceptableToken.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AcceptableToken.html new file mode 100644 index 000000000..b0987e317 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AcceptableToken.html @@ -0,0 +1,182 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.AcceptableToken (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.AcceptableToken

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ByteArrayProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ByteArrayProvider.html new file mode 100644 index 000000000..c7c7fc016 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ByteArrayProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.ByteArrayProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.ByteArrayProvider

+
+
No usage of org.glassfish.jersey.message.internal.ByteArrayProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CacheControlProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CacheControlProvider.html new file mode 100644 index 000000000..2a10dfbf0 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CacheControlProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.CacheControlProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.CacheControlProvider

+
+
No usage of org.glassfish.jersey.message.internal.CacheControlProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CommittingOutputStream.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CommittingOutputStream.html new file mode 100644 index 000000000..070c32a8d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CommittingOutputStream.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.CommittingOutputStream (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.CommittingOutputStream

+
+
No usage of org.glassfish.jersey.message.internal.CommittingOutputStream
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CompletableReader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CompletableReader.html new file mode 100644 index 000000000..57f8ba7a8 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CompletableReader.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.glassfish.jersey.message.internal.CompletableReader (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.message.internal.CompletableReader

+
+
No usage of org.glassfish.jersey.message.internal.CompletableReader
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CookieProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CookieProvider.html new file mode 100644 index 000000000..d2c6d0bce --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CookieProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.CookieProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.CookieProvider

+
+
No usage of org.glassfish.jersey.message.internal.CookieProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CookiesParser.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CookiesParser.html new file mode 100644 index 000000000..68cebb778 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CookiesParser.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.CookiesParser (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.CookiesParser

+
+
No usage of org.glassfish.jersey.message.internal.CookiesParser
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/DataSourceProvider.ByteArrayDataSource.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/DataSourceProvider.ByteArrayDataSource.html new file mode 100644 index 000000000..270d647bd --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/DataSourceProvider.ByteArrayDataSource.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource

+
+
No usage of org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/DataSourceProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/DataSourceProvider.html new file mode 100644 index 000000000..99316bf8c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/DataSourceProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.DataSourceProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.DataSourceProvider

+
+
No usage of org.glassfish.jersey.message.internal.DataSourceProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/DateProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/DateProvider.html new file mode 100644 index 000000000..952f896f6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/DateProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.DateProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.DateProvider

+
+
No usage of org.glassfish.jersey.message.internal.DateProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/EntityInputStream.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/EntityInputStream.html new file mode 100644 index 000000000..25ab9827e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/EntityInputStream.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.EntityInputStream (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.EntityInputStream

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/EntityTagProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/EntityTagProvider.html new file mode 100644 index 000000000..cfa5abd6c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/EntityTagProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.EntityTagProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.EntityTagProvider

+
+
No usage of org.glassfish.jersey.message.internal.EntityTagProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/FileProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/FileProvider.html new file mode 100644 index 000000000..2415b74a8 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/FileProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.FileProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.FileProvider

+
+
No usage of org.glassfish.jersey.message.internal.FileProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/FormMultivaluedMapProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/FormMultivaluedMapProvider.html new file mode 100644 index 000000000..4eeab12d9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/FormMultivaluedMapProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.FormMultivaluedMapProvider

+
+
No usage of org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/FormProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/FormProvider.html new file mode 100644 index 000000000..26c615795 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/FormProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.FormProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.FormProvider

+
+
No usage of org.glassfish.jersey.message.internal.FormProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HeaderUtils.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HeaderUtils.html new file mode 100644 index 000000000..a77830951 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HeaderUtils.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.HeaderUtils (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.HeaderUtils

+
+
No usage of org.glassfish.jersey.message.internal.HeaderUtils
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HeaderValueException.Context.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HeaderValueException.Context.html new file mode 100644 index 000000000..a514ca523 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HeaderValueException.Context.html @@ -0,0 +1,204 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.HeaderValueException.Context (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.HeaderValueException.Context

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HeaderValueException.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HeaderValueException.html new file mode 100644 index 000000000..7f876a968 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HeaderValueException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.HeaderValueException (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.HeaderValueException

+
+
No usage of org.glassfish.jersey.message.internal.HeaderValueException
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HttpDateFormat.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HttpDateFormat.html new file mode 100644 index 000000000..e0ba02739 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HttpDateFormat.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.HttpDateFormat (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.HttpDateFormat

+
+
No usage of org.glassfish.jersey.message.internal.HttpDateFormat
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HttpHeaderReader.Event.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HttpHeaderReader.Event.html new file mode 100644 index 000000000..385f12f59 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HttpHeaderReader.Event.html @@ -0,0 +1,202 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.HttpHeaderReader.Event (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.HttpHeaderReader.Event

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HttpHeaderReader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HttpHeaderReader.html new file mode 100644 index 000000000..fc3b23e24 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HttpHeaderReader.html @@ -0,0 +1,256 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.HttpHeaderReader (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.HttpHeaderReader

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/InboundMessageContext.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/InboundMessageContext.html new file mode 100644 index 000000000..367922164 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/InboundMessageContext.html @@ -0,0 +1,228 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.InboundMessageContext (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.InboundMessageContext

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/InputStreamProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/InputStreamProvider.html new file mode 100644 index 000000000..0168bd95f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/InputStreamProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.InputStreamProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.InputStreamProvider

+
+
No usage of org.glassfish.jersey.message.internal.InputStreamProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/JerseyLink.Builder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/JerseyLink.Builder.html new file mode 100644 index 000000000..9298be529 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/JerseyLink.Builder.html @@ -0,0 +1,201 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.JerseyLink.Builder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.JerseyLink.Builder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/JerseyLink.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/JerseyLink.html new file mode 100644 index 000000000..9459f008e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/JerseyLink.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.JerseyLink (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.JerseyLink

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/LanguageTag.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/LanguageTag.html new file mode 100644 index 000000000..c700a7f94 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/LanguageTag.html @@ -0,0 +1,183 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.LanguageTag (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.LanguageTag

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/LinkProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/LinkProvider.html new file mode 100644 index 000000000..d80e1d150 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/LinkProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.LinkProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.LinkProvider

+
+
No usage of org.glassfish.jersey.message.internal.LinkProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/LocaleProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/LocaleProvider.html new file mode 100644 index 000000000..d3d0d27fe --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/LocaleProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.LocaleProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.LocaleProvider

+
+
No usage of org.glassfish.jersey.message.internal.LocaleProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MatchingEntityTag.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MatchingEntityTag.html new file mode 100644 index 000000000..d2abce5e1 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MatchingEntityTag.html @@ -0,0 +1,212 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.MatchingEntityTag (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.MatchingEntityTag

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MediaTypeProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MediaTypeProvider.html new file mode 100644 index 000000000..1798b6b1d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MediaTypeProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.MediaTypeProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.MediaTypeProvider

+
+
No usage of org.glassfish.jersey.message.internal.MediaTypeProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MediaTypes.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MediaTypes.html new file mode 100644 index 000000000..19e07fa0b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MediaTypes.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.MediaTypes (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.MediaTypes

+
+
No usage of org.glassfish.jersey.message.internal.MediaTypes
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyFactory.MessageBodyWorkersConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyFactory.MessageBodyWorkersConfigurator.html new file mode 100644 index 000000000..d655568ed --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyFactory.MessageBodyWorkersConfigurator.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator

+
+
No usage of org.glassfish.jersey.message.internal.MessageBodyFactory.MessageBodyWorkersConfigurator
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyFactory.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyFactory.html new file mode 100644 index 000000000..d9ee8a194 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.MessageBodyFactory (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.MessageBodyFactory

+
+
No usage of org.glassfish.jersey.message.internal.MessageBodyFactory
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyProcessingException.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyProcessingException.html new file mode 100644 index 000000000..2686c0621 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyProcessingException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.MessageBodyProcessingException (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.MessageBodyProcessingException

+
+
No usage of org.glassfish.jersey.message.internal.MessageBodyProcessingException
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyProviderNotFoundException.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyProviderNotFoundException.html new file mode 100644 index 000000000..6080b5457 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyProviderNotFoundException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException

+
+
No usage of org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessagingBinders.HeaderDelegateProviders.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessagingBinders.HeaderDelegateProviders.html new file mode 100644 index 000000000..4cd4f3b2b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessagingBinders.HeaderDelegateProviders.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders

+
+
No usage of org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessagingBinders.MessageBodyProviders.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessagingBinders.MessageBodyProviders.html new file mode 100644 index 000000000..6967f15cb --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessagingBinders.MessageBodyProviders.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders

+
+
No usage of org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessagingBinders.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessagingBinders.html new file mode 100644 index 000000000..65a285342 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessagingBinders.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.MessagingBinders (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.MessagingBinders

+
+
No usage of org.glassfish.jersey.message.internal.MessagingBinders
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MsgTraceEvent.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MsgTraceEvent.html new file mode 100644 index 000000000..5ef950ec2 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MsgTraceEvent.html @@ -0,0 +1,177 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.MsgTraceEvent (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.MsgTraceEvent

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/NewCookieProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/NewCookieProvider.html new file mode 100644 index 000000000..dcafb0775 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/NewCookieProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.NewCookieProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.NewCookieProvider

+
+
No usage of org.glassfish.jersey.message.internal.NewCookieProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/NullOutputStream.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/NullOutputStream.html new file mode 100644 index 000000000..f425dd222 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/NullOutputStream.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.NullOutputStream (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.NullOutputStream

+
+
No usage of org.glassfish.jersey.message.internal.NullOutputStream
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundJaxrsResponse.Builder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundJaxrsResponse.Builder.html new file mode 100644 index 000000000..50221f4e8 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundJaxrsResponse.Builder.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder

+
+
No usage of org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundJaxrsResponse.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundJaxrsResponse.html new file mode 100644 index 000000000..9340341f6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundJaxrsResponse.html @@ -0,0 +1,177 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.OutboundJaxrsResponse (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.OutboundJaxrsResponse

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundMessageContext.StreamProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundMessageContext.StreamProvider.html new file mode 100644 index 000000000..e3ed2255d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundMessageContext.StreamProvider.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Interface org.glassfish.jersey.message.internal.OutboundMessageContext.StreamProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.message.internal.OutboundMessageContext.StreamProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundMessageContext.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundMessageContext.html new file mode 100644 index 000000000..d6952f0f2 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundMessageContext.html @@ -0,0 +1,195 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.OutboundMessageContext (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.OutboundMessageContext

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ParameterizedHeader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ParameterizedHeader.html new file mode 100644 index 000000000..4a26908dd --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ParameterizedHeader.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.ParameterizedHeader (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.ParameterizedHeader

+
+
No usage of org.glassfish.jersey.message.internal.ParameterizedHeader
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Qualified.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Qualified.html new file mode 100644 index 000000000..238e4f563 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Qualified.html @@ -0,0 +1,203 @@ + + + + + + +Uses of Interface org.glassfish.jersey.message.internal.Qualified (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.message.internal.Qualified

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Quality.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Quality.html new file mode 100644 index 000000000..3df861962 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Quality.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.Quality (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.Quality

+
+
No usage of org.glassfish.jersey.message.internal.Quality
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/QualitySourceMediaType.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/QualitySourceMediaType.html new file mode 100644 index 000000000..d8a7851da --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/QualitySourceMediaType.html @@ -0,0 +1,244 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.QualitySourceMediaType (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.QualitySourceMediaType

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ReaderInterceptorExecutor.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ReaderInterceptorExecutor.html new file mode 100644 index 000000000..5db0d572f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ReaderInterceptorExecutor.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.ReaderInterceptorExecutor

+
+
No usage of org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ReaderProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ReaderProvider.html new file mode 100644 index 000000000..e40b3181b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ReaderProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.ReaderProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.ReaderProvider

+
+
No usage of org.glassfish.jersey.message.internal.ReaderProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ReaderWriter.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ReaderWriter.html new file mode 100644 index 000000000..d2b432e0b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ReaderWriter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.ReaderWriter (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.ReaderWriter

+
+
No usage of org.glassfish.jersey.message.internal.ReaderWriter
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/RenderedImageProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/RenderedImageProvider.html new file mode 100644 index 000000000..892f07c8b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/RenderedImageProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.RenderedImageProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.RenderedImageProvider

+
+
No usage of org.glassfish.jersey.message.internal.RenderedImageProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.DomSourceReader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.DomSourceReader.html new file mode 100644 index 000000000..c486db972 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.DomSourceReader.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader

+
+
No usage of org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.SaxSourceReader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.SaxSourceReader.html new file mode 100644 index 000000000..532b49825 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.SaxSourceReader.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader

+
+
No usage of org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.SourceWriter.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.SourceWriter.html new file mode 100644 index 000000000..0ae907dec --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.SourceWriter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.SourceProvider.SourceWriter

+
+
No usage of org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.StreamSourceReader.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.StreamSourceReader.html new file mode 100644 index 000000000..0be78f0c9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.StreamSourceReader.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader

+
+
No usage of org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.html new file mode 100644 index 000000000..e973c8da6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.SourceProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.SourceProvider

+
+
No usage of org.glassfish.jersey.message.internal.SourceProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Statuses.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Statuses.html new file mode 100644 index 000000000..6cc16f688 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Statuses.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.Statuses (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.Statuses

+
+
No usage of org.glassfish.jersey.message.internal.Statuses
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/StreamingOutputProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/StreamingOutputProvider.html new file mode 100644 index 000000000..725a7f02d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/StreamingOutputProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.StreamingOutputProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.StreamingOutputProvider

+
+
No usage of org.glassfish.jersey.message.internal.StreamingOutputProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/StringBuilderUtils.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/StringBuilderUtils.html new file mode 100644 index 000000000..b5937de9c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/StringBuilderUtils.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.StringBuilderUtils (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.StringBuilderUtils

+
+
No usage of org.glassfish.jersey.message.internal.StringBuilderUtils
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/StringHeaderProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/StringHeaderProvider.html new file mode 100644 index 000000000..49bc8594a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/StringHeaderProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.StringHeaderProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.StringHeaderProvider

+
+
No usage of org.glassfish.jersey.message.internal.StringHeaderProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Token.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Token.html new file mode 100644 index 000000000..4f414c195 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Token.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.Token (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.Token

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingAwarePropertiesDelegate.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingAwarePropertiesDelegate.html new file mode 100644 index 000000000..19d1573f8 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingAwarePropertiesDelegate.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate

+
+
No usage of org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingLogger.Event.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingLogger.Event.html new file mode 100644 index 000000000..fcfca7838 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingLogger.Event.html @@ -0,0 +1,207 @@ + + + + + + +Uses of Interface org.glassfish.jersey.message.internal.TracingLogger.Event (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.message.internal.TracingLogger.Event

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingLogger.Level.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingLogger.Level.html new file mode 100644 index 000000000..c867f0b6b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingLogger.Level.html @@ -0,0 +1,218 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.TracingLogger.Level (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.TracingLogger.Level

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingLogger.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingLogger.html new file mode 100644 index 000000000..5023d5343 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingLogger.html @@ -0,0 +1,184 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.TracingLogger (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.TracingLogger

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/UriProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/UriProvider.html new file mode 100644 index 000000000..cc12ab8a0 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/UriProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.UriProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.UriProvider

+
+
No usage of org.glassfish.jersey.message.internal.UriProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Utils.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Utils.html new file mode 100644 index 000000000..0dd5dbb06 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Utils.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.Utils (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.Utils

+
+
No usage of org.glassfish.jersey.message.internal.Utils
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/VariantListBuilder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/VariantListBuilder.html new file mode 100644 index 000000000..c8fb232dc --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/VariantListBuilder.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.VariantListBuilder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.VariantListBuilder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/VariantSelector.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/VariantSelector.html new file mode 100644 index 000000000..c1661de48 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/VariantSelector.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.VariantSelector (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.VariantSelector

+
+
No usage of org.glassfish.jersey.message.internal.VariantSelector
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/WriterInterceptorExecutor.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/WriterInterceptorExecutor.html new file mode 100644 index 000000000..459159c1a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/WriterInterceptorExecutor.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.message.internal.WriterInterceptorExecutor (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.message.internal.WriterInterceptorExecutor

+
+
No usage of org.glassfish.jersey.message.internal.WriterInterceptorExecutor
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-frame.html new file mode 100644 index 000000000..3e1d43751 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-frame.html @@ -0,0 +1,105 @@ + + + + + + +org.glassfish.jersey.message.internal (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.message.internal

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +

Exceptions

+ +
+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-summary.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-summary.html new file mode 100644 index 000000000..c798e2920 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-summary.html @@ -0,0 +1,657 @@ + + + + + + +org.glassfish.jersey.message.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.message.internal

+
+
Common Jersey internal messaging classes.
+
+

See: Description

+
+
+ + + + +

Package org.glassfish.jersey.message.internal Description

+
Common Jersey internal messaging classes.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-tree.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-tree.html new file mode 100644 index 000000000..a9598d77a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-tree.html @@ -0,0 +1,292 @@ + + + + + + +org.glassfish.jersey.message.internal Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.message.internal

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-use.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-use.html new file mode 100644 index 000000000..8521a0d3a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-use.html @@ -0,0 +1,288 @@ + + + + + + +Uses of Package org.glassfish.jersey.message.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.message.internal

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-frame.html new file mode 100644 index 000000000..819f8550b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-frame.html @@ -0,0 +1,35 @@ + + + + + + +org.glassfish.jersey.message (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.message

+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-summary.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-summary.html new file mode 100644 index 000000000..023265e46 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-summary.html @@ -0,0 +1,227 @@ + + + + + + +org.glassfish.jersey.message (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.message

+
+
Common Jersey messaging classes.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    MessageBodyWorkers +
    An injectable interface providing lookup of MessageBodyReader and + MessageBodyWriter instances.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    AbstractEntityProviderModel<T> +
    Abstract entity provider model.
    +
    DeflateEncoder +
    Deflate encoding support.
    +
    GZipEncoder +
    GZIP encoding support.
    +
    MessageProperties +
    Jersey configuration properties for message & entity processing.
    +
    MessageUtils +
    Utility class with message related methods.
    +
    ReaderModel +
    MessageBodyReader model.
    +
    WriterModel +
    MessageBodyWriter model.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Annotation Types Summary 
    Annotation TypeDescription
    XmlHeader +
    Allows to specify XML header for XML output produced by a resource method + it is attached to.
    +
    +
  • +
+ + + +

Package org.glassfish.jersey.message Description

+
Common Jersey messaging classes.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-tree.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-tree.html new file mode 100644 index 000000000..ea2ea28fd --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-tree.html @@ -0,0 +1,160 @@ + + + + + + +org.glassfish.jersey.message Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.message

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-use.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-use.html new file mode 100644 index 000000000..79eb9dd38 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-use.html @@ -0,0 +1,231 @@ + + + + + + +Uses of Package org.glassfish.jersey.message (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.message

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/AnnotatedMethod.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/AnnotatedMethod.html new file mode 100644 index 000000000..5d75c74b5 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/AnnotatedMethod.html @@ -0,0 +1,522 @@ + + + + + + +AnnotatedMethod (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model
+

Class AnnotatedMethod

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    AnnotatedElement
    +
    +
    +
    +
    public class AnnotatedMethod
    +extends Object
    +implements AnnotatedElement
    +
    Annotated method representation.
    +
    +
    Author:
    +
    Paul Sandoz
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AnnotatedMethod

        +
        public AnnotatedMethod(Method method)
        +
        Create annotated method instance from the Java method.
        +
        +
        Parameters:
        +
        method - Java method.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMethod

        +
        public Method getMethod()
        +
        Get the underlying Java method.
        +
        +
        Returns:
        +
        the underlying Java method.
        +
        +
      • +
      + + + +
        +
      • +

        getDeclaredMethod

        +
        public Method getDeclaredMethod()
        +
        Get the underlying declared Java method. This method overrides or is the same as the one retrieved by getMethod.
        +
        +
        Returns:
        +
        the underlying declared Java method.
        +
        +
      • +
      + + + +
        +
      • +

        getParameterAnnotations

        +
        public Annotation[][] getParameterAnnotations()
        +
        Get method parameter annotations.
        +
        +
        Returns:
        +
        method parameter annotations.
        +
        +
      • +
      + + + +
        +
      • +

        getParameterTypes

        +
        public Class<?>[] getParameterTypes()
        +
        Get method parameter types. + + See also Method.getParameterTypes().
        +
        +
        Returns:
        +
        method parameter types.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getGenericParameterTypes

        +
        public Type[] getGenericParameterTypes()
        +
        Get generic method parameter types. + + See also Method.getGenericParameterTypes().
        +
        +
        Returns:
        +
        generic method parameter types.
        +
        +
      • +
      + + + +
        +
      • +

        getMetaMethodAnnotations

        +
        public <T extends AnnotationList<T> getMetaMethodAnnotations(Class<T> annotation)
        +
        Get all instances of the specified meta-annotation type found on the method + annotations.
        +
        +
        Type Parameters:
        +
        T - meta-annotation type.
        +
        Parameters:
        +
        annotation - meta-annotation class to be searched for.
        +
        Returns:
        +
        meta-annotation instances of a given type annotating the method + annotations.
        +
        +
      • +
      + + + + + + + + + + + + + + + + + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/ContractProvider.Builder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/ContractProvider.Builder.html new file mode 100644 index 000000000..b8cbc88d5 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/ContractProvider.Builder.html @@ -0,0 +1,489 @@ + + + + + + +ContractProvider.Builder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model
+

Class ContractProvider.Builder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.model.ContractProvider.Builder
    • +
    +
  • +
+
+
    +
  • +
    +
    Enclosing class:
    +
    ContractProvider
    +
    +
    +
    +
    public static final class ContractProvider.Builder
    +extends Object
    +
    Contract provider model builder.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        scope

        +
        public ContractProvider.Builder scope(Class<? extends Annotation> scope)
        +
        Change contract provider scope. (Default scope is Singleton.)
        +
        +
        Parameters:
        +
        scope - contract provider scope.
        +
        Returns:
        +
        updated builder.
        +
        +
      • +
      + + + +
        +
      • +

        addContract

        +
        public ContractProvider.Builder addContract(Class<?> contract)
        +
        Add a new provided contract.
        +
        +
        Parameters:
        +
        contract - additional provided contract.
        +
        Returns:
        +
        updated builder.
        +
        +
      • +
      + + + +
        +
      • +

        addContract

        +
        public ContractProvider.Builder addContract(Class<?> contract,
        +                                            int priority)
        +
        Add a new provided contract with priority.
        +
        +
        Parameters:
        +
        contract - additional provided contract.
        +
        priority - priority for the contract.
        +
        Returns:
        +
        updated builder.
        +
        +
      • +
      + + + +
        +
      • +

        addContracts

        +
        public ContractProvider.Builder addContracts(Map<Class<?>,Integer> contracts)
        +
        Add a new provided contracts.
        +
        +
        Parameters:
        +
        contracts - additional provided contracts.
        +
        Returns:
        +
        updated builder.
        +
        +
      • +
      + + + +
        +
      • +

        addContracts

        +
        public ContractProvider.Builder addContracts(Collection<Class<?>> contracts)
        +
        Add a new provided contracts.
        +
        +
        Parameters:
        +
        contracts - additional provided contracts.
        +
        Returns:
        +
        updated builder.
        +
        +
      • +
      + + + +
        +
      • +

        defaultPriority

        +
        public ContractProvider.Builder defaultPriority(int defaultPriority)
        +
        Set the contract default provider priority. (Default value is ContractProvider.NO_PRIORITY)
        +
        +
        Parameters:
        +
        defaultPriority - default contract provider priority.
        +
        Returns:
        +
        updated builder.
        +
        +
      • +
      + + + +
        +
      • +

        addNameBinding

        +
        public ContractProvider.Builder addNameBinding(Class<? extends Annotation> binding)
        +
        Add a new contract provider name binding.
        +
        +
        Parameters:
        +
        binding - name binding.
        +
        Returns:
        +
        updated builder.
        +
        +
      • +
      + + + +
        +
      • +

        getScope

        +
        public Class<? extends Annotation> getScope()
        +
        Get the scope of the built contract provider model.
        +
        +
        Returns:
        +
        scope associated with the model or null if no scope + has been set explicitly.
        +
        +
      • +
      + + + +
        +
      • +

        getContracts

        +
        public Map<Class<?>,Integer> getContracts()
        +
        Get the map of contracts for the built contract provider model.
        +
        +
        Returns:
        +
        contracts associated with the model.
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultPriority

        +
        public int getDefaultPriority()
        +
        Get the default priority of the built contract provider model.
        +
        +
        Returns:
        +
        default priority associated with the model.
        +
        +
      • +
      + + + +
        +
      • +

        getNameBindings

        +
        public Set<Class<? extends Annotation>> getNameBindings()
        +
        Get name bindings of the built contract provider model.
        +
        +
        Returns:
        +
        name bindings associated with the model.
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public ContractProvider build()
        +
        Build a new contract provider model.
        +
        +
        Returns:
        +
        new contract provider model.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/ContractProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/ContractProvider.html new file mode 100644 index 000000000..1fb3fb9f9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/ContractProvider.html @@ -0,0 +1,499 @@ + + + + + + +ContractProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model
+

Class ContractProvider

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    NameBound, Scoped
    +
    +
    +
    +
    public final class ContractProvider
    +extends Object
    +implements Scoped, NameBound
    +
    Jersey contract provider model.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        NO_PRIORITY

        +
        public static final int NO_PRIORITY
        +
        "No priority" constant.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        builder

        +
        public static ContractProvider.Builder builder(Class<?> implementationClass)
        +
        Create new contract provider model builder.
        +
        +
        Parameters:
        +
        implementationClass - class which the contracts belong to.
        +
        Returns:
        +
        new contract provider builder.
        +
        +
      • +
      + + + +
        +
      • +

        builder

        +
        public static ContractProvider.Builder builder(ContractProvider original)
        +
        Create new contract provider model builder from an existing one.
        +
        +
        Parameters:
        +
        original - existing contract provider model.
        +
        Returns:
        +
        new contract provider builder.
        +
        +
      • +
      + + + +
        +
      • +

        getScope

        +
        public Class<? extends Annotation> getScope()
        +
        Description copied from interface: Scoped
        +
        Get model component scope.
        +
        +
        Specified by:
        +
        getScope in interface Scoped
        +
        Returns:
        +
        model component scope.
        +
        +
      • +
      + + + +
        +
      • +

        getImplementationClass

        +
        public Class<?> getImplementationClass()
        +
        Get the implementation class which the contracts belong to.
        +
        +
        Returns:
        +
        implementation class.
        +
        +
      • +
      + + + +
        +
      • +

        getContracts

        +
        public Set<Class<?>> getContracts()
        +
        Get provided contracts recognized by Jersey.
        +
        +
        Returns:
        +
        provided contracts.
        +
        See Also:
        +
        Contract
        +
        +
      • +
      + + + +
        +
      • +

        getContractMap

        +
        public Map<Class<?>,Integer> getContractMap()
        +
        Get the map of contracts and their priorities.
        +
        +
        Returns:
        +
        contracts and their priorities.
        +
        +
      • +
      + + + +
        +
      • +

        isNameBound

        +
        public boolean isNameBound()
        +
        Description copied from interface: NameBound
        +
        Check if the component is bound or not.
        +
        +
        Specified by:
        +
        isNameBound in interface NameBound
        +
        Returns:
        +
        true if the component is bound, false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        getPriority

        +
        public int getPriority(Class<?> contract)
        +
        Get the provider contract priority, if set, default component provider, if not set.
        +
        +
        Parameters:
        +
        contract - provider contract.
        +
        Returns:
        +
        provider priority.
        +
        See Also:
        +
        Priority
        +
        +
      • +
      + + + +
        +
      • +

        getNameBindings

        +
        public Set<Class<? extends Annotation>> getNameBindings()
        +
        Description copied from interface: NameBound
        +
        Get the collection of name bindings attached to this component.
        +
        +
        Specified by:
        +
        getNameBindings in interface NameBound
        +
        Returns:
        +
        collection of name binding annotation types.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/NameBound.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/NameBound.html new file mode 100644 index 000000000..dc1e1a61d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/NameBound.html @@ -0,0 +1,264 @@ + + + + + + +NameBound (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model
+

Interface NameBound

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    ContractProvider
    +
    +
    +
    +
    public interface NameBound
    +
    Model component that can be name bound. + + A component implementing this interface provides additional information about + the name bindings attached to it.
    +
    +
    Author:
    +
    Martin Matula
    +
    See Also:
    +
    NameBinding
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isNameBound

        +
        boolean isNameBound()
        +
        Check if the component is bound or not.
        +
        +
        Returns:
        +
        true if the component is bound, false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        getNameBindings

        +
        Collection<Class<? extends Annotation>> getNameBindings()
        +
        Get the collection of name bindings attached to this component.
        +
        +
        Returns:
        +
        collection of name binding annotation types.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.ParamAnnotationHelper.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.ParamAnnotationHelper.html new file mode 100644 index 000000000..2877d0bcd --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.ParamAnnotationHelper.html @@ -0,0 +1,242 @@ + + + + + + +Parameter.ParamAnnotationHelper (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model
+

Interface Parameter.ParamAnnotationHelper<T extends Annotation>

+
+
+
+
    +
  • +
    +
    Enclosing class:
    +
    Parameter
    +
    +
    +
    +
    public static interface Parameter.ParamAnnotationHelper<T extends Annotation>
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.ParamCreationFactory.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.ParamCreationFactory.html new file mode 100644 index 000000000..ba4141aec --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.ParamCreationFactory.html @@ -0,0 +1,311 @@ + + + + + + +Parameter.ParamCreationFactory (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model
+

Interface Parameter.ParamCreationFactory<PARAMETER extends Parameter>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    PARAMETER - the Parameter to be instatiated
    +
    +
    +
    Enclosing class:
    +
    Parameter
    +
    +
    +
    +
    public static interface Parameter.ParamCreationFactory<PARAMETER extends Parameter>
    +
    A factory service to found in a runtime to be used to instantiate the given Parameter class.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isFor

        +
        boolean isFor(Class<?> clazz)
        +
        Determine whether the Factory is for the given class to be instantiated.
        +
        +
        Parameters:
        +
        clazz - The class of determining the source of origin (core, server). Each source of origin + has its own ParamCreationFactory
        +
        Returns:
        +
        true if the source of origin corresponds to the ParamCreationFactory, + false otherwise.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        createBeanParameter

        +
        PARAMETER createBeanParameter(Annotation[] markers,
        +                              Annotation marker,
        +                              Parameter.Source source,
        +                              String sourceName,
        +                              Class<?> rawType,
        +                              Type type,
        +                              boolean encoded,
        +                              String defaultValue)
        +
        Factory method to instantiate BeanParameter of given properties
        +
        +
        Returns:
        +
        instantiated BeanParameter
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.ParameterService.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.ParameterService.html new file mode 100644 index 000000000..82e518be4 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.ParameterService.html @@ -0,0 +1,316 @@ + + + + + + +Parameter.ParameterService (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model
+

Class Parameter.ParameterService

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.model.Parameter.ParameterService
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
    +
    +
    +
    Enclosing class:
    +
    Parameter
    +
    +
    +
    +
    public static class Parameter.ParameterService
    +extends Object
    +implements org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ParameterService

        +
        public ParameterService()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getParameterAnnotationHelperMap

        +
        public Map<Class,Parameter.ParamAnnotationHelper> getParameterAnnotationHelperMap()
        +
        Description copied from interface: org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
        +
        A map of supported Parameter Annotations. The maps from each found ParameterServiceProvider + are combined to provide a list of Parameter Annotations for the given Parameter.
        +
        +
        Specified by:
        +
        getParameterAnnotationHelperMap in interface org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
        +
        Returns:
        +
        A map of subset of Parameter Annotations known to the ParameterServiceProvider
        +
        +
      • +
      + + + +
        +
      • +

        getParameterCreationFactory

        +
        public Parameter.ParamCreationFactory<Parameter> getParameterCreationFactory()
        +
        Description copied from interface: org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
        +
        Get a factory to be used to instantiate the Parameter
        +
        +
        Specified by:
        +
        getParameterCreationFactory in interface org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
        +
        Returns:
        +
        Parameter instantiating factory
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.Source.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.Source.html new file mode 100644 index 000000000..85bc1f881 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.Source.html @@ -0,0 +1,504 @@ + + + + + + +Parameter.Source (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model
+

Enum Parameter.Source

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        CONTEXT

        +
        public static final Parameter.Source CONTEXT
        +
        Context parameter injection source.
        +
      • +
      + + + +
        +
      • +

        COOKIE

        +
        public static final Parameter.Source COOKIE
        +
        Cookie parameter injection source.
        +
      • +
      + + + +
        +
      • +

        ENTITY

        +
        public static final Parameter.Source ENTITY
        +
        Entity parameter injection source.
        +
      • +
      + + + +
        +
      • +

        FORM

        +
        public static final Parameter.Source FORM
        +
        Form parameter injection source.
        +
      • +
      + + + +
        +
      • +

        HEADER

        +
        public static final Parameter.Source HEADER
        +
        Header parameter injection source.
        +
      • +
      + + + +
        +
      • +

        URI

        +
        public static final Parameter.Source URI
        +
        Uri parameter injection source.
        +
      • +
      + + + +
        +
      • +

        MATRIX

        +
        public static final Parameter.Source MATRIX
        +
        Matrix parameter injection source.
        +
      • +
      + + + +
        +
      • +

        PATH

        +
        public static final Parameter.Source PATH
        +
        Path parameter injection source.
        +
      • +
      + + + +
        +
      • +

        QUERY

        +
        public static final Parameter.Source QUERY
        +
        Query parameter injection source.
        +
      • +
      + + + +
        +
      • +

        SUSPENDED

        +
        public static final Parameter.Source SUSPENDED
        +
        Suspended async response injection source.
        +
      • +
      + + + +
        +
      • +

        BEAN_PARAM

        +
        public static final Parameter.Source BEAN_PARAM
        +
        Bean param parameter injection source.
        +
      • +
      + + + +
        +
      • +

        UNKNOWN

        +
        public static final Parameter.Source UNKNOWN
        +
        Unknown parameter injection source.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Parameter.Source[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (Parameter.Source c : Parameter.Source.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Parameter.Source valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.html new file mode 100644 index 000000000..3166eeffd --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.html @@ -0,0 +1,815 @@ + + + + + + +Parameter (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model
+

Class Parameter

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        create

        +
        public static <PARAMETER extends Parameter> PARAMETER create(Class concreteClass,
        +                                                             Class declaringClass,
        +                                                             boolean encodeByDefault,
        +                                                             Class<?> rawType,
        +                                                             Type type,
        +                                                             Annotation[] annotations)
        +
        Create a parameter model.
        +
        +
        Parameters:
        +
        concreteClass - concrete resource method handler implementation class.
        +
        declaringClass - declaring class of the method the parameter belongs to or field that this parameter represents.
        +
        encodeByDefault - flag indicating whether the parameter should be encoded by default or not. Note that a presence + of Encoded annotation in the list of the parameter annotations will override any + value set in the flag to true.
        +
        rawType - raw Java parameter type.
        +
        type - generic Java parameter type.
        +
        annotations - parameter annotations.
        +
        Returns:
        +
        new parameter model.
        +
        +
      • +
      + + + +
        +
      • +

        create

        +
        protected static <PARAMETER extends Parameter> PARAMETER create(Class concreteClass,
        +                                                                Class declaringClass,
        +                                                                boolean encodeByDefault,
        +                                                                Class<?> rawType,
        +                                                                Type type,
        +                                                                Annotation[] annotations,
        +                                                                Class<?> parameterClass)
        +
        Create a parameter model.
        +
        +
        Parameters:
        +
        concreteClass - concrete resource method handler implementation class.
        +
        declaringClass - declaring class of the method the parameter belongs to or field that this parameter represents.
        +
        encodeByDefault - flag indicating whether the parameter should be encoded by default or not. Note that a presence + of Encoded annotation in the list of the parameter annotations will override any + value set in the flag to true.
        +
        rawType - raw Java parameter type.
        +
        type - generic Java parameter type.
        +
        annotations - parameter annotations.
        +
        parameterClass - class of the parameter to be used by Parameter.ParamCreationFactory
        +
        Returns:
        +
        new parameter model.
        +
        +
      • +
      + + + +
        +
      • +

        create

        +
        public static <PARAMETER extends ParameterList<PARAMETER> create(Class concreteClass,
        +                                                                   Class declaringClass,
        +                                                                   Method javaMethod,
        +                                                                   boolean keepEncoded)
        +
        Create a list of parameter models for a given Java method handling a resource + method, sub-resource method or a sub-resource locator.
        +
        +
        Parameters:
        +
        concreteClass - concrete resource method handler implementation class.
        +
        declaringClass - the class declaring the handling Java method.
        +
        javaMethod - Java method handling a resource method, sub-resource + method or a sub-resource locator.
        +
        keepEncoded - set to true to disable automatic decoding + of all the method parameters. (See Encoded.
        +
        Returns:
        +
        a list of handling method parameter models.
        +
        +
      • +
      + + + +
        +
      • +

        createList

        +
        protected static <PARAMETER extends ParameterList<PARAMETER> createList(Class concreteClass,
        +                                                                          Class declaringClass,
        +                                                                          Method javaMethod,
        +                                                                          boolean keepEncoded,
        +                                                                          Class parameterClass)
        +
        Create a list of parameter models for a given Java method handling a resource + method, sub-resource method or a sub-resource locator.
        +
        +
        Parameters:
        +
        concreteClass - concrete resource method handler implementation class.
        +
        declaringClass - the class declaring the handling Java method.
        +
        javaMethod - Java method handling a resource method, sub-resource + method or a sub-resource locator.
        +
        keepEncoded - set to true to disable automatic decoding + of all the method parameters. (See Encoded.
        +
        parameterClass - Class of a Parameter in returned list
        +
        Returns:
        +
        a list of handling method parameter models.
        +
        +
      • +
      + + + +
        +
      • +

        createList

        +
        protected static <PARAMETER extends ParameterList<PARAMETER> createList(Class concreteClass,
        +                                                                          Class declaringClass,
        +                                                                          Constructor<?> ctor,
        +                                                                          boolean keepEncoded,
        +                                                                          Class<?> parameterClass)
        +
        Create a list of parameter models for a given resource method handler + injectable constructor.
        +
        +
        Parameters:
        +
        concreteClass - concrete resource method handler implementation class.
        +
        declaringClass - class where the method has been declared.
        +
        ctor - injectable constructor of the resource method handler.
        +
        keepEncoded - set to true to disable automatic decoding + of all the constructor parameters. (See Encoded.
        +
        Returns:
        +
        a list of constructor parameter models.
        +
        +
      • +
      + + + +
        +
      • +

        getSourceAnnotation

        +
        public Annotation getSourceAnnotation()
        +
        Get the parameter source annotation.
        +
        +
        Returns:
        +
        parameter source annotation.
        +
        +
      • +
      + + + +
        +
      • +

        getSource

        +
        public Parameter.Source getSource()
        +
        Get the parameter value source type.
        +
        +
        Returns:
        +
        parameter value source type.
        +
        +
      • +
      + + + +
        +
      • +

        getSourceName

        +
        public String getSourceName()
        +
        Get the parameter source name, i.e. value of the parameter source annotation.
        +
        +
        Returns:
        +
        parameter source name.
        +
        +
      • +
      + + + +
        +
      • +

        isEncoded

        +
        public boolean isEncoded()
        +
        If true, the injected parameter value should remain encoded.
        +
        +
        Returns:
        +
        true if the parameter value should remain encoded, + false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        hasDefaultValue

        +
        public boolean hasDefaultValue()
        +
        Check if the parameter has a default value set.
        +
        +
        Returns:
        +
        true if the default parameter value has been set, + false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultValue

        +
        public String getDefaultValue()
        +
        Get the default parameter value.
        +
        +
        Returns:
        +
        default parameter value or null if no default value has + been set for the parameter.
        +
        +
      • +
      + + + +
        +
      • +

        getRawType

        +
        public Class<?> getRawType()
        +
        Get raw type information for the parameter.
        +
        +
        Returns:
        +
        raw parameter type information.
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public Type getType()
        +
        Get generic type information for the parameter.
        +
        +
        Returns:
        +
        generic parameter type information.
        +
        +
      • +
      + + + +
        +
      • +

        isQualified

        +
        public boolean isQualified()
        +
        Check if the parameter is qualified.
        +
        +
        Returns:
        +
        false.
        +
        +
      • +
      + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Scoped.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Scoped.html new file mode 100644 index 000000000..8cc0556b6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Scoped.html @@ -0,0 +1,239 @@ + + + + + + +Scoped (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model
+

Interface Scoped

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    ContractProvider
    +
    +
    +
    +
    public interface Scoped
    +
    Scoped Jersey application model component.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getScope

        +
        Class<? extends Annotation> getScope()
        +
        Get model component scope.
        +
        +
        Returns:
        +
        model component scope.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/AnnotatedMethod.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/AnnotatedMethod.html new file mode 100644 index 000000000..31d9fcf60 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/AnnotatedMethod.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.AnnotatedMethod (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.AnnotatedMethod

+
+
No usage of org.glassfish.jersey.model.AnnotatedMethod
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/ContractProvider.Builder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/ContractProvider.Builder.html new file mode 100644 index 000000000..6dd6ee3ea --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/ContractProvider.Builder.html @@ -0,0 +1,318 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.ContractProvider.Builder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.ContractProvider.Builder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/ContractProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/ContractProvider.html new file mode 100644 index 000000000..287a7efa0 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/ContractProvider.html @@ -0,0 +1,423 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.ContractProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.ContractProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/NameBound.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/NameBound.html new file mode 100644 index 000000000..ff8b9c97c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/NameBound.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Interface org.glassfish.jersey.model.NameBound (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.model.NameBound

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.ParamAnnotationHelper.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.ParamAnnotationHelper.html new file mode 100644 index 000000000..53e869dcf --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.ParamAnnotationHelper.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Interface org.glassfish.jersey.model.Parameter.ParamAnnotationHelper (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.model.Parameter.ParamAnnotationHelper

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.ParamCreationFactory.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.ParamCreationFactory.html new file mode 100644 index 000000000..baebb96cb --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.ParamCreationFactory.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Interface org.glassfish.jersey.model.Parameter.ParamCreationFactory (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.model.Parameter.ParamCreationFactory

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.ParameterService.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.ParameterService.html new file mode 100644 index 000000000..1e97fd21e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.ParameterService.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.Parameter.ParameterService (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.Parameter.ParameterService

+
+
No usage of org.glassfish.jersey.model.Parameter.ParameterService
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.Source.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.Source.html new file mode 100644 index 000000000..656e4d4df --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.Source.html @@ -0,0 +1,240 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.Parameter.Source (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.Parameter.Source

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.html new file mode 100644 index 000000000..c66875c82 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.html @@ -0,0 +1,247 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.Parameter (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.Parameter

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Scoped.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Scoped.html new file mode 100644 index 000000000..6e86b4366 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Scoped.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Interface org.glassfish.jersey.model.Scoped (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.model.Scoped

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/CommonConfig.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/CommonConfig.html new file mode 100644 index 000000000..b844e84f1 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/CommonConfig.html @@ -0,0 +1,923 @@ + + + + + + +CommonConfig (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model.internal
+

Class CommonConfig

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>, jakarta.ws.rs.core.Configuration, jakarta.ws.rs.core.FeatureContext, ExtendedConfig
    +
    +
    +
    Direct Known Subclasses:
    +
    ImmutableCommonConfig
    +
    +
    +
    +
    public class CommonConfig
    +extends Object
    +implements jakarta.ws.rs.core.FeatureContext, ExtendedConfig
    +
    Common immutable Configuration implementation for + server and client.
    +
    +
    Author:
    +
    Michal Gajdos, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CommonConfig

        +
        public CommonConfig(jakarta.ws.rs.RuntimeType type,
        +                    Predicate<ContractProvider> registrationStrategy)
        +
        Create a new RuntimeConfig instance. +

        + The constructor provides a way for defining a contract + provider model registration strategy. Once a registration model is built + for a newly registered contract, the provided registration strategy filter is + consulted whether the model should be registered or not. +

        +

        + Clients can use the method to cancel any contract provider model registration + that does not meet the criteria of a given configuration context, such as a model + that does not have any recognized contracts associated with it. +

        +
        +
        Parameters:
        +
        type - configuration runtime type.
        +
        registrationStrategy - function driving the decision (based on the introspected + contract provider model) whether + or not should the component class registration continue + towards a successful completion.
        +
        +
      • +
      + + + +
        +
      • +

        CommonConfig

        +
        public CommonConfig(CommonConfig config)
        +
        Copy constructor.
        +
        +
        Parameters:
        +
        config - configurable to copy class properties from.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getConfiguration

        +
        public ExtendedConfig getConfiguration()
        +
        +
        Specified by:
        +
        getConfiguration in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        getRuntimeType

        +
        public jakarta.ws.rs.RuntimeType getRuntimeType()
        +
        +
        Specified by:
        +
        getRuntimeType in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        getProperties

        +
        public Map<String,Object> getProperties()
        +
        +
        Specified by:
        +
        getProperties in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        getProperty

        +
        public Object getProperty(String name)
        +
        +
        Specified by:
        +
        getProperty in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        isProperty

        +
        public boolean isProperty(String name)
        +
        Description copied from interface: ExtendedConfig
        +
        Get the value of the property with a given name converted to boolean. + Returns false if the value is not convertible.
        +
        +
        Specified by:
        +
        isProperty in interface ExtendedConfig
        +
        Parameters:
        +
        name - property name.
        +
        Returns:
        +
        boolean property value or false if the property is not + convertible.
        +
        +
      • +
      + + + +
        +
      • +

        getPropertyNames

        +
        public Collection<String> getPropertyNames()
        +
        +
        Specified by:
        +
        getPropertyNames in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        isEnabled

        +
        public boolean isEnabled(Class<? extends jakarta.ws.rs.core.Feature> featureClass)
        +
        +
        Specified by:
        +
        isEnabled in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        isEnabled

        +
        public boolean isEnabled(jakarta.ws.rs.core.Feature feature)
        +
        +
        Specified by:
        +
        isEnabled in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        isRegistered

        +
        public boolean isRegistered(Object component)
        +
        +
        Specified by:
        +
        isRegistered in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        isRegistered

        +
        public boolean isRegistered(Class<?> componentClass)
        +
        +
        Specified by:
        +
        isRegistered in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        getContracts

        +
        public Map<Class<?>,Integer> getContracts(Class<?> componentClass)
        +
        +
        Specified by:
        +
        getContracts in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        getClasses

        +
        public Set<Class<?>> getClasses()
        +
        +
        Specified by:
        +
        getClasses in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        getInstances

        +
        public Set<Object> getInstances()
        +
        +
        Specified by:
        +
        getInstances in interface jakarta.ws.rs.core.Configuration
        +
        +
      • +
      + + + +
        +
      • +

        getComponentBag

        +
        public final ComponentBag getComponentBag()
        +
        Returns a ComponentBag instance associated with the configuration.
        +
        +
        Returns:
        +
        a non-null component bag instance.
        +
        +
      • +
      + + + +
        +
      • +

        getModelEnhancer

        +
        protected Inflector<ContractProvider.Builder,ContractProvider> getModelEnhancer(Class<?> componentClass)
        +
        An extension point that provides a way how to define a custom enhancement/update + operation of a contract provider model registration being produced for a given + component class. + Default implementation return an enhancer just builds the model. +

        + Derived implementations may use this method to e.g. filter out all contracts not + applicable in the given configuration context or change the model scope. The returned + set of filtered contracts is then used for the actual provider registration. +

        +
        +
        Parameters:
        +
        componentClass - class of the component being registered.
        +
        Returns:
        +
        filter for the contracts that being registered for a given component class.
        +
        +
      • +
      + + + +
        +
      • +

        setProperties

        +
        public CommonConfig setProperties(Map<String,?> properties)
        +
        Set the configured properties to the provided map of properties.
        +
        +
        Parameters:
        +
        properties - new map of properties to be set.
        +
        Returns:
        +
        updated configuration instance.
        +
        +
      • +
      + + + +
        +
      • +

        addProperties

        +
        public CommonConfig addProperties(Map<String,?> properties)
        +
        Add properties to ResourceConfig. + + If any of the added properties exists already, he values of the existing + properties will be replaced with new values.
        +
        +
        Parameters:
        +
        properties - properties to add.
        +
        Returns:
        +
        updated configuration instance.
        +
        +
      • +
      + + + +
        +
      • +

        property

        +
        public CommonConfig property(String name,
        +                             Object value)
        +
        +
        Specified by:
        +
        property in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public CommonConfig register(Class<?> componentClass)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public CommonConfig register(Class<?> componentClass,
        +                             int bindingPriority)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public CommonConfig register(Class<?> componentClass,
        +                             Class<?>... contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public CommonConfig register(Class<?> componentClass,
        +                             Map<Class<?>,Integer> contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public CommonConfig register(Object component)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public CommonConfig register(Object component,
        +                             int bindingPriority)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public CommonConfig register(Object component,
        +                             Class<?>... contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public CommonConfig register(Object component,
        +                             Map<Class<?>,Integer> contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        loadFrom

        +
        public CommonConfig loadFrom(jakarta.ws.rs.core.Configuration config)
        +
        Load the internal configuration state from an externally provided configuration state. +

        + Calling this method effectively replaces existing configuration state of the instance with the state represented by the + externally provided configuration. If the features, auto-discoverables of given config has been already configured then + this method will make sure to not configure them for the second time.

        +
        +
        Parameters:
        +
        config - external configuration state to replace the configuration of this configurable instance.
        +
        Returns:
        +
        the updated common configuration instance.
        +
        +
      • +
      + + + +
        +
      • +

        configureAutoDiscoverableProviders

        +
        public void configureAutoDiscoverableProviders(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                                               Collection<org.glassfish.jersey.internal.spi.AutoDiscoverable> autoDiscoverables,
        +                                               boolean forcedOnly)
        +
        Configure auto-discoverables in the injection manager.
        +
        +
        Parameters:
        +
        injectionManager - injection manager in which the auto-discoverables should be configured.
        +
        autoDiscoverables - list of registered auto discoverable components.
        +
        forcedOnly - defines whether all or only forced auto-discoverables should be configured.
        +
        +
      • +
      + + + +
        +
      • +

        configureMetaProviders

        +
        public void configureMetaProviders(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                                   ManagedObjectsFinalizer finalizer)
        +
        Configure binders in the injection manager and enable JAX-RS features.
        +
        +
        Parameters:
        +
        injectionManager - injection manager in which the binders and features should be configured.
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/ComponentBag.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/ComponentBag.html new file mode 100644 index 000000000..0c28432f5 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/ComponentBag.html @@ -0,0 +1,926 @@ + + + + + + +ComponentBag (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model.internal
+

Class ComponentBag

+
+
+ +
+
    +
  • +
    +
    +
    public class ComponentBag
    +extends Object
    +
    An internal Jersey container for custom component classes and instances. +

    + The component bag can automatically compute a contract provider model + for the registered component type and stores it with the component registration. +

    + The rules for managing components inside a component bag are derived from the + rules of JAX-RS Configurable API. In short: +

      +
    • The iteration order of registered components mirrors the registration order + of these components.
    • +
    • There can be only one registration for any given component type.
    • +
    • Existing registrations cannot be overridden (any attempt to override + an existing registration will be rejected).
    • +
    +

    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        EXTERNAL_ONLY

        +
        public static final BiPredicate<ContractProvider,org.glassfish.jersey.internal.inject.InjectionManager> EXTERNAL_ONLY
        +
        A filtering strategy that includes only models that contain contract registrable by + InjectionManager. +

        + This filter predicate returns true for all contract provider models + that represent an object which can be registered using specific InjectionManager + contract. +

        +
      • +
      + + + +
        +
      • +

        BINDERS_ONLY

        +
        public static final Predicate<ContractProvider> BINDERS_ONLY
        +
        A filtering strategy that includes only models that contain Binder provider contract. +

        + This filter predicate returns true for all contract provider models + that represent a provider registered to provide Binder contract. +

        +
      • +
      + + + + + + + + + + + +
        +
      • +

        EXCLUDE_EMPTY

        +
        public static final Predicate<ContractProvider> EXCLUDE_EMPTY
        +
        A filtering strategy that excludes models with no recognized contracts. +

        + This filter predicate returns false for all contract provider models + that are empty, i.e. do not contain any recognized contracts. +

        +
      • +
      + + + +
        +
      • +

        INCLUDE_ALL

        +
        public static final Predicate<ContractProvider> INCLUDE_ALL
        +
        A filtering strategy that accepts any contract provider model. +

        + This filter predicate returns true for any contract provider model. +

        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        excludeMetaProviders

        +
        public static Predicate<ContractProvider> excludeMetaProviders(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
        +
        A method creates the Predicate which is able to filter all Jersey meta-providers along with the components which + is able to register the current used InjectionManager.
        +
        +
        Parameters:
        +
        injectionManager - current injection manager.
        +
        Returns:
        +
        Predicate excluding Jersey meta-providers and the specific ones for a current InjectionManager.
        +
        +
      • +
      + + + +
        +
      • +

        newInstance

        +
        public static ComponentBag newInstance(Predicate<ContractProvider> registrationStrategy)
        +
        Create new empty component bag.
        +
        +
        Parameters:
        +
        registrationStrategy - function driving the decision (based on the introspected + contract provider model) whether + or not should the component class registration continue + towards a successful completion.
        +
        Returns:
        +
        a new empty component bag.
        +
        +
      • +
      + + + +
        +
      • +

        getFromBinders

        +
        public static <T> List<T> getFromBinders(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                                         ComponentBag componentBag,
        +                                         Function<Object,T> cast,
        +                                         Predicate<org.glassfish.jersey.internal.inject.Binding> filter)
        +
        If T object is registered in ComponentBag using the Binder, T is not visible using the + methods for getting classes and instances getClasses(Predicate) and + getInstances(Predicate). +

        + Method selects all bindings and picks up the instances or creates + the instances from ClassBinding (injection does not work at this moment).

        +
        +
        Parameters:
        +
        injectionManager - injection manager to create an object from T class.
        +
        componentBag - component bag which provides registered binders.
        +
        Returns:
        +
        all instances/classes registered using binders.
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public boolean register(Class<?> componentClass,
        +                        Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
        +
        Register a component class using a given registration strategy.
        +
        +
        Parameters:
        +
        componentClass - class to be introspected as a contract provider and registered, based + on the registration strategy decision.
        +
        modelEnhancer - custom contract provider model enhancer.
        +
        Returns:
        +
        true if the component registration was successful.
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public boolean register(Class<?> componentClass,
        +                        int priority,
        +                        Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
        +
        Register a component class as a contract provider with an explicitly specified binding priority.
        +
        +
        Parameters:
        +
        componentClass - class to be introspected as a contract provider and registered.
        +
        priority - explicitly specified binding priority for the provider contracts implemented + by the component.
        +
        modelEnhancer - custom contract provider model enhancer.
        +
        Returns:
        +
        true if the component registration was successful.
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public boolean register(Class<?> componentClass,
        +                        Set<Class<?>> contracts,
        +                        Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
        +
        Register a component class as a contract provider for the specified contracts.
        +
        +
        Parameters:
        +
        componentClass - class to be introspected as a contract provider and registered.
        +
        contracts - contracts to bind the component class to.
        +
        modelEnhancer - custom contract provider model enhancer.
        +
        Returns:
        +
        true if the component registration was successful.
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public boolean register(Class<?> componentClass,
        +                        Map<Class<?>,Integer> contracts,
        +                        Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
        +
        Register a component class as a contract provider for the specified contracts.
        +
        +
        Parameters:
        +
        componentClass - class to be introspected as a contract provider and registered.
        +
        contracts - contracts with their priorities to bind the component class to.
        +
        modelEnhancer - custom contract provider model enhancer.
        +
        Returns:
        +
        true if the component registration was successful.
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public boolean register(Object component,
        +                        Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
        +
        Register a component using a given registration strategy.
        +
        +
        Parameters:
        +
        component - instance to be introspected as a contract provider and registered, based + on the registration strategy decision.
        +
        modelEnhancer - custom contract provider model enhancer.
        +
        Returns:
        +
        true if the component registration was successful.
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public boolean register(Object component,
        +                        int priority,
        +                        Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
        +
        Register a component as a contract provider with an explicitly specified binding priority.
        +
        +
        Parameters:
        +
        component - instance to be introspected as a contract provider and registered, based + on the registration strategy decision.
        +
        priority - explicitly specified binding priority for the provider contracts implemented + by the component.
        +
        modelEnhancer - custom contract provider model enhancer.
        +
        Returns:
        +
        true if the component registration was successful.
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public boolean register(Object component,
        +                        Set<Class<?>> contracts,
        +                        Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
        +
        Register a component as a contract provider for the specified contracts.
        +
        +
        Parameters:
        +
        component - instance to be introspected as a contract provider and registered, based + on the registration strategy decision.
        +
        contracts - contracts to bind the component to.
        +
        modelEnhancer - custom contract provider model enhancer.
        +
        Returns:
        +
        true if the component registration was successful.
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public boolean register(Object component,
        +                        Map<Class<?>,Integer> contracts,
        +                        Inflector<ContractProvider.Builder,ContractProvider> modelEnhancer)
        +
        Register a component as a contract provider for the specified contracts.
        +
        +
        Parameters:
        +
        component - instance to be introspected as a contract provider and registered, based + on the registration strategy decision.
        +
        contracts - contracts with their priorities to bind the component to.
        +
        modelEnhancer - custom contract provider model enhancer.
        +
        Returns:
        +
        true if the component registration was successful.
        +
        +
      • +
      + + + +
        +
      • +

        modelFor

        +
        public static ContractProvider modelFor(Class<?> componentClass)
        +
        Create a contract provider model by introspecting a component class.
        +
        +
        Parameters:
        +
        componentClass - component class to create contract provider model for.
        +
        Returns:
        +
        contract provider model for the class.
        +
        +
      • +
      + + + +
        +
      • +

        getClasses

        +
        public Set<Class<?>> getClasses()
        +
        Get all registered component classes, including features + and binders meta-providers.
        +
        +
        Returns:
        +
        all registered component classes.
        +
        +
      • +
      + + + +
        +
      • +

        getInstances

        +
        public Set<Object> getInstances()
        +
        Get all registered component instances, including features + and binders meta-providers.
        +
        +
        Returns:
        +
        all registered component instances.
        +
        +
      • +
      + + + +
        +
      • +

        getClasses

        +
        public Set<Class<?>> getClasses(Predicate<ContractProvider> filter)
        +
        Get a subset of all registered component classes using the filter predicate + to determine for each component class based on it's contract provider class model whether + it should be kept or filtered out.
        +
        +
        Parameters:
        +
        filter - function that decides whether a particular class should be returned + or not.
        +
        Returns:
        +
        filtered subset of registered component classes.
        +
        +
      • +
      + + + +
        +
      • +

        getInstances

        +
        public Set<Object> getInstances(Predicate<ContractProvider> filter)
        +
        Get a subset of all registered component instances using the filter predicate + to determine for each component instance based on it's contract provider class model whether + it should be kept or filtered out.
        +
        +
        Parameters:
        +
        filter - function that decides whether a particular class should be returned + or not.
        +
        Returns:
        +
        filtered subset of registered component instances.
        +
        +
      • +
      + + + +
        +
      • +

        getRegistrations

        +
        public Set<Class<?>> getRegistrations()
        +
        Get an unmodifiable view of all component classes, for which a registration exists + (either class or instance based) in the component bag.
        +
        +
        Returns:
        +
        set of classes of all component classes and instances registered in this + component bag.
        +
        +
      • +
      + + + +
        +
      • +

        getModel

        +
        public ContractProvider getModel(Class<?> componentClass)
        +
        Get a model for a given component class, or null if no such component is registered + in the component bag.
        +
        +
        Parameters:
        +
        componentClass - class of the registered component to retrieve the + contract provider model for.
        +
        Returns:
        +
        model for a given component class, or null if no such component is registered.
        +
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public ComponentBag copy()
        +
        Get a copy of this component bag.
        +
        +
        Returns:
        +
        component bag copy.
        +
        +
      • +
      + + + +
        +
      • +

        immutableCopy

        +
        public ComponentBag immutableCopy()
        +
        Get immutable copy of a component bag.
        +
        +
        Returns:
        +
        immutable view of a component bag.
        +
        +
      • +
      + + + +
        +
      • +

        clear

        +
        public void clear()
        +
        Removes all the component registrations and resets the component bag instance to + a state as if it was create anew.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/FeatureContextWrapper.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/FeatureContextWrapper.html new file mode 100644 index 000000000..8d9acd3bb --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/FeatureContextWrapper.html @@ -0,0 +1,488 @@ + + + + + + +FeatureContextWrapper (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model.internal
+

Class FeatureContextWrapper

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.model.internal.FeatureContextWrapper
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>, jakarta.ws.rs.core.FeatureContext, org.glassfish.jersey.internal.inject.InjectionManagerSupplier
    +
    +
    +
    +
    public class FeatureContextWrapper
    +extends Object
    +implements jakarta.ws.rs.core.FeatureContext, org.glassfish.jersey.internal.inject.InjectionManagerSupplier
    +
    Wrapper of FeatureContext that can supply instance of + injection manager.
    +
    +
    Author:
    +
    Miroslav Fuksa
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FeatureContextWrapper

        +
        public FeatureContextWrapper(jakarta.ws.rs.core.FeatureContext context,
        +                             org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
        +
        Create a new instance of wrapper.
        +
        +
        Parameters:
        +
        context - Feature context instance that should be wrapped.
        +
        injectionManager - injection manager.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getConfiguration

        +
        public jakarta.ws.rs.core.Configuration getConfiguration()
        +
        +
        Specified by:
        +
        getConfiguration in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        property

        +
        public jakarta.ws.rs.core.FeatureContext property(String name,
        +                                                  Object value)
        +
        +
        Specified by:
        +
        property in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public jakarta.ws.rs.core.FeatureContext register(Class<?> componentClass)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public jakarta.ws.rs.core.FeatureContext register(Class<?> componentClass,
        +                                                  int priority)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public jakarta.ws.rs.core.FeatureContext register(Class<?> componentClass,
        +                                                  Class<?>... contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public jakarta.ws.rs.core.FeatureContext register(Class<?> componentClass,
        +                                                  Map<Class<?>,Integer> contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public jakarta.ws.rs.core.FeatureContext register(Object component)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public jakarta.ws.rs.core.FeatureContext register(Object component,
        +                                                  int priority)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public jakarta.ws.rs.core.FeatureContext register(Object component,
        +                                                  Class<?>... contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public jakarta.ws.rs.core.FeatureContext register(Object component,
        +                                                  Map<Class<?>,Integer> contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        +
      • +
      + + + +
        +
      • +

        getInjectionManager

        +
        public org.glassfish.jersey.internal.inject.InjectionManager getInjectionManager()
        +
        Description copied from interface: org.glassfish.jersey.internal.inject.InjectionManagerSupplier
        +
        Get injection manager.
        +
        +
        Specified by:
        +
        getInjectionManager in interface org.glassfish.jersey.internal.inject.InjectionManagerSupplier
        +
        Returns:
        +
        injection manager.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/ImmutableCommonConfig.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/ImmutableCommonConfig.html new file mode 100644 index 000000000..1eeb47848 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/ImmutableCommonConfig.html @@ -0,0 +1,551 @@ + + + + + + +ImmutableCommonConfig (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model.internal
+

Class ImmutableCommonConfig

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>, jakarta.ws.rs.core.Configuration, jakarta.ws.rs.core.FeatureContext, ExtendedConfig
    +
    +
    +
    +
    public class ImmutableCommonConfig
    +extends CommonConfig
    +
    Immutable runtime configuration.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ImmutableCommonConfig

        +
        public ImmutableCommonConfig(CommonConfig config,
        +                             String modificationErrorMessage)
        +
        Create new immutable copy of the original runtime configuration + with a custom modification error message.
        +
        +
        Parameters:
        +
        config - original runtime configuration.
        +
        modificationErrorMessage - custom modification error message.
        +
        +
      • +
      + + + +
        +
      • +

        ImmutableCommonConfig

        +
        public ImmutableCommonConfig(CommonConfig config)
        +
        Create new immutable copy of the original runtime configuration.
        +
        +
        Parameters:
        +
        config - original runtime configuration.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        setProperties

        +
        public ImmutableCommonConfig setProperties(Map<String,?> properties)
        +
        Description copied from class: CommonConfig
        +
        Set the configured properties to the provided map of properties.
        +
        +
        Overrides:
        +
        setProperties in class CommonConfig
        +
        Parameters:
        +
        properties - new map of properties to be set.
        +
        Returns:
        +
        updated configuration instance.
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public ImmutableCommonConfig register(Class<?> componentClass)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        Overrides:
        +
        register in class CommonConfig
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public ImmutableCommonConfig register(Class<?> componentClass,
        +                                      int bindingPriority)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        Overrides:
        +
        register in class CommonConfig
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public ImmutableCommonConfig register(Class<?> componentClass,
        +                                      Class<?>... contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        Overrides:
        +
        register in class CommonConfig
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public CommonConfig register(Class<?> componentClass,
        +                             Map<Class<?>,Integer> contracts)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        Overrides:
        +
        register in class CommonConfig
        +
        +
      • +
      + + + + + + + +
        +
      • +

        register

        +
        public ImmutableCommonConfig register(Object component,
        +                                      int bindingPriority)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.core.Configurable<jakarta.ws.rs.core.FeatureContext>
        +
        Overrides:
        +
        register in class CommonConfig
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        loadFrom

        +
        public CommonConfig loadFrom(jakarta.ws.rs.core.Configuration config)
        +
        Description copied from class: CommonConfig
        +
        Load the internal configuration state from an externally provided configuration state. +

        + Calling this method effectively replaces existing configuration state of the instance with the state represented by the + externally provided configuration. If the features, auto-discoverables of given config has been already configured then + this method will make sure to not configure them for the second time.

        +
        +
        Overrides:
        +
        loadFrom in class CommonConfig
        +
        Parameters:
        +
        config - external configuration state to replace the configuration of this configurable instance.
        +
        Returns:
        +
        the updated common configuration instance.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/ManagedObjectsFinalizer.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/ManagedObjectsFinalizer.html new file mode 100644 index 000000000..dd530e45f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/ManagedObjectsFinalizer.html @@ -0,0 +1,316 @@ + + + + + + +ManagedObjectsFinalizer (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model.internal
+

Class ManagedObjectsFinalizer

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    @Singleton
    +public class ManagedObjectsFinalizer
    +extends Object
    +
    Invokes PreDestroy methods on all registered objects, when the injection manager is shut down. +

    + Some objects managed by Jersey are created using InjectionManager.createAndInitialize(java.lang.Class<T>). This means + that such objects are created, dependencies injected and methods annotated with PostConstruct + invoked. Therefore methods annotated with PreDestroy should be invoked on such objects too, when they are destroyed. +

    + This service invokes PreDestroy on all registered objects when InjectionManager.shutdown() is invoked + on the injection manager where this service is registered. Therefore only classes with their lifecycle linked + to the injection manager that created them should be registered here.

    +
    +
    Author:
    +
    Petr Janouch
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ManagedObjectsFinalizer

        +
        public ManagedObjectsFinalizer(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
        +
        Creates a new instance of ManagedObjectsFinalizer.
        +
        +
        Parameters:
        +
        injectionManager - injection manager call preDestroy on managed objects.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        registerForPreDestroyCall

        +
        public void registerForPreDestroyCall(Object object)
        +
        Register an object for invocation of its PreDestroy method. + It will be invoked when the injection manager is shut down.
        +
        +
        Parameters:
        +
        object - an object to be registered.
        +
        +
      • +
      + + + +
        +
      • +

        preDestroy

        +
        @PreDestroy
        +public void preDestroy()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/RankedComparator.Order.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/RankedComparator.Order.html new file mode 100644 index 000000000..0d15397c3 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/RankedComparator.Order.html @@ -0,0 +1,354 @@ + + + + + + +RankedComparator.Order (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model.internal
+

Enum RankedComparator.Order

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        ASCENDING

        +
        public static final RankedComparator.Order ASCENDING
        +
        Ascending order. The lowest priority first, the highest priority last.
        +
      • +
      + + + +
        +
      • +

        DESCENDING

        +
        public static final RankedComparator.Order DESCENDING
        +
        Ascending order. The highest priority first, the lowest priority last.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static RankedComparator.Order[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (RankedComparator.Order c : RankedComparator.Order.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static RankedComparator.Order valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/RankedComparator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/RankedComparator.html new file mode 100644 index 000000000..601bfd5bf --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/RankedComparator.html @@ -0,0 +1,347 @@ + + + + + + +RankedComparator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model.internal
+

Class RankedComparator<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.model.internal.RankedComparator<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    Type Parameters:
    +
    T - Type of the elements to be sorted.
    +
    +
    +
    All Implemented Interfaces:
    +
    Comparator<RankedProvider<T>>
    +
    +
    +
    +
    public class RankedComparator<T>
    +extends Object
    +implements Comparator<RankedProvider<T>>
    +
    Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase + (Configuration) in ranked provider.
    +
    +
    Author:
    +
    Miroslav Fuksa, Michal Gajdos
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/RankedProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/RankedProvider.html new file mode 100644 index 000000000..417b9da59 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/RankedProvider.html @@ -0,0 +1,394 @@ + + + + + + +RankedProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.model.internal
+

Class RankedProvider<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.model.internal.RankedProvider<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    Type Parameters:
    +
    T - service provider contract Java type.
    +
    +
    +
    +
    public class RankedProvider<T>
    +extends Object
    +
    Jersey ranked provider model.
    +
    +
    Author:
    +
    Michal Gajdos
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + +
        +
      • +

        RankedProvider

        +
        public RankedProvider(T provider)
        +
        Creates a new RankedProvider instance. The rank of the provider is obtained from the Priority + annotation or is set to 5000 if the annotation is not present.
        +
        +
        Parameters:
        +
        provider - service provider to create a RankedProvider instance from.
        +
        +
      • +
      + + + + + +
        +
      • +

        RankedProvider

        +
        public RankedProvider(T provider,
        +                      int rank)
        +
        Creates a new RankedProvider instance for given provider with specific rank (> 0).
        +
        +
        Parameters:
        +
        provider - service provider to create a RankedProvider instance from.
        +
        rank - rank of this provider.
        +
        +
      • +
      + + + + + +
        +
      • +

        RankedProvider

        +
        public RankedProvider(T provider,
        +                      int rank,
        +                      Set<Type> contracts)
        +
        Creates a new RankedProvider instance for given provider with specific rank (> 0).
        +
        +
        Parameters:
        +
        provider - service provider to create a RankedProvider instance from.
        +
        rank - rank of this provider.
        +
        contracts - contracts implemented by the service provider
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getProvider

        +
        public T getProvider()
        +
      • +
      + + + +
        +
      • +

        getRank

        +
        public int getRank()
        +
      • +
      + + + +
        +
      • +

        getContractTypes

        +
        public Set<Type> getContractTypes()
        +
        Get me set of implemented contracts. + Returns null if no contracts are implemented.
        +
        +
        Returns:
        +
        set of contracts or null if no contracts have been implemented.
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/CommonConfig.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/CommonConfig.html new file mode 100644 index 000000000..b46609e37 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/CommonConfig.html @@ -0,0 +1,279 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.internal.CommonConfig (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.internal.CommonConfig

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/ComponentBag.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/ComponentBag.html new file mode 100644 index 000000000..4e31df736 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/ComponentBag.html @@ -0,0 +1,239 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.internal.ComponentBag (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.internal.ComponentBag

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/FeatureContextWrapper.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/FeatureContextWrapper.html new file mode 100644 index 000000000..f74847845 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/FeatureContextWrapper.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.internal.FeatureContextWrapper (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.internal.FeatureContextWrapper

+
+
No usage of org.glassfish.jersey.model.internal.FeatureContextWrapper
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/ImmutableCommonConfig.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/ImmutableCommonConfig.html new file mode 100644 index 000000000..739f6ab73 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/ImmutableCommonConfig.html @@ -0,0 +1,201 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.internal.ImmutableCommonConfig (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.internal.ImmutableCommonConfig

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/ManagedObjectsFinalizer.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/ManagedObjectsFinalizer.html new file mode 100644 index 000000000..a0703f8fa --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/ManagedObjectsFinalizer.html @@ -0,0 +1,243 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.internal.ManagedObjectsFinalizer

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/RankedComparator.Order.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/RankedComparator.Order.html new file mode 100644 index 000000000..9d06ca3a9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/RankedComparator.Order.html @@ -0,0 +1,188 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.internal.RankedComparator.Order (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.internal.RankedComparator.Order

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/RankedComparator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/RankedComparator.html new file mode 100644 index 000000000..a02b41520 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/RankedComparator.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.internal.RankedComparator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.internal.RankedComparator

+
+
No usage of org.glassfish.jersey.model.internal.RankedComparator
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/RankedProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/RankedProvider.html new file mode 100644 index 000000000..f28c66dce --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/RankedProvider.html @@ -0,0 +1,178 @@ + + + + + + +Uses of Class org.glassfish.jersey.model.internal.RankedProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.model.internal.RankedProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-frame.html new file mode 100644 index 000000000..8dc6fa7bf --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-frame.html @@ -0,0 +1,31 @@ + + + + + + +org.glassfish.jersey.model.internal (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.model.internal

+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-summary.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-summary.html new file mode 100644 index 000000000..b88fc8697 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-summary.html @@ -0,0 +1,212 @@ + + + + + + +org.glassfish.jersey.model.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.model.internal

+
+
Common Jersey internal model related classes and interfaces.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    CommonConfig +
    Common immutable Configuration implementation for + server and client.
    +
    ComponentBag +
    An internal Jersey container for custom component classes and instances.
    +
    FeatureContextWrapper +
    Wrapper of FeatureContext that can supply instance of + injection manager.
    +
    ImmutableCommonConfig +
    Immutable runtime configuration.
    +
    ManagedObjectsFinalizer +
    Invokes PreDestroy methods on all registered objects, when the injection manager is shut down.
    +
    RankedComparator<T> +
    Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase + (Configuration) in ranked provider.
    +
    RankedProvider<T> +
    Jersey ranked provider model.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Enum Summary 
    EnumDescription
    RankedComparator.Order +
    Defines which ordering should be used for sorting.
    +
    +
  • +
+ + + +

Package org.glassfish.jersey.model.internal Description

+
Common Jersey internal model related classes and interfaces. In this package can be found classes related to + injection scopes, common configuration, injections and providers.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-tree.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-tree.html new file mode 100644 index 000000000..ebe2db68b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-tree.html @@ -0,0 +1,160 @@ + + + + + + +org.glassfish.jersey.model.internal Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.model.internal

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-use.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-use.html new file mode 100644 index 000000000..de736d86d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-use.html @@ -0,0 +1,240 @@ + + + + + + +Uses of Package org.glassfish.jersey.model.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.model.internal

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-frame.html new file mode 100644 index 000000000..ab59437b0 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-frame.html @@ -0,0 +1,36 @@ + + + + + + +org.glassfish.jersey.model (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.model

+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-summary.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-summary.html new file mode 100644 index 000000000..20a3e477c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-summary.html @@ -0,0 +1,226 @@ + + + + + + +org.glassfish.jersey.model (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.model

+
+
Common Jersey model related classes and interfaces.
+
+

See: Description

+
+
+ + + + +

Package org.glassfish.jersey.model Description

+
Common Jersey model related classes and interfaces. In this package can be found classes related to + injection scopes, common configuration, injections and providers.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-tree.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-tree.html new file mode 100644 index 000000000..65e69b81a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-tree.html @@ -0,0 +1,162 @@ + + + + + + +org.glassfish.jersey.model Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.model

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-use.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-use.html new file mode 100644 index 000000000..8f089a41f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-use.html @@ -0,0 +1,245 @@ + + + + + + +Uses of Package org.glassfish.jersey.model (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.model

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-frame.html new file mode 100644 index 000000000..7e200f354 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-frame.html @@ -0,0 +1,38 @@ + + + + + + +org.glassfish.jersey (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey

+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-summary.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-summary.html new file mode 100644 index 000000000..aeb90b7c2 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-summary.html @@ -0,0 +1,234 @@ + + + + + + +org.glassfish.jersey (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey

+
+
Common Jersey core classes.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    ExtendedConfig +
    Extended common runtime configuration.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    AbstractFeatureConfigurator<T> 
    CommonProperties +
    Common (server/client) Jersey configuration properties.
    +
    ExternalProperties 
    InjectionManagerProvider +
    Utility class with static methods that extract injection manager + from various JAX-RS components.
    +
    JerseyPriorities +
    Built-in Jersey-specific priority constants to be used along with Priorities where finer-grained + categorization is required.
    +
    SslConfigurator +
    Utility class, which helps to configure SSLContext instances.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Enum Summary 
    EnumDescription
    Severity +
    Common severity.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Annotation Types Summary 
    Annotation TypeDescription
    Beta +
    Marker of a public Jersey API that is still in "beta" non-final version.
    +
    +
  • +
+ + + +

Package org.glassfish.jersey Description

+
Common Jersey core classes.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-tree.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-tree.html new file mode 100644 index 000000000..1d7e24176 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-tree.html @@ -0,0 +1,172 @@ + + + + + + +org.glassfish.jersey Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+
    +
  • jakarta.ws.rs.core.Configuration + +
  • +
+

Annotation Type Hierarchy

+
    +
  • org.glassfish.jersey.Beta (implements java.lang.annotation.Annotation)
  • +
+

Enum Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-use.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-use.html new file mode 100644 index 000000000..28e226df4 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-use.html @@ -0,0 +1,240 @@ + + + + + + +Uses of Package org.glassfish.jersey (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/Inflector.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/Inflector.html new file mode 100644 index 000000000..a0220759f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/Inflector.html @@ -0,0 +1,244 @@ + + + + + + +Inflector (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process
+

Interface Inflector<DATA,RESULT>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    DATA - transformable data type.
    +
    RESULT - type of result produced by a successful inflector data transformation.
    +
    +
    +
    +
    public interface Inflector<DATA,RESULT>
    +
    A generic interface for transforming data into a result.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        apply

        +
        RESULT apply(DATA data)
        +
        Transform data of a given type into a result of the different type.
        +
        +
        Parameters:
        +
        data - data to be transformed into a result.
        +
        Returns:
        +
        data transformation result. Return value must not be null.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/JerseyProcessingUncaughtExceptionHandler.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/JerseyProcessingUncaughtExceptionHandler.html new file mode 100644 index 000000000..882f3a346 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/JerseyProcessingUncaughtExceptionHandler.html @@ -0,0 +1,319 @@ + + + + + + +JerseyProcessingUncaughtExceptionHandler (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process
+

Class JerseyProcessingUncaughtExceptionHandler

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Thread.UncaughtExceptionHandler
    +
    +
    +
    +
    public class JerseyProcessingUncaughtExceptionHandler
    +extends Object
    +implements Thread.UncaughtExceptionHandler
    +
    Uncaught exception handler that can be used by various Jersey request processing thread pools uncaught exceptions.
    +
    +
    Since:
    +
    2.17
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JerseyProcessingUncaughtExceptionHandler

        +
        public JerseyProcessingUncaughtExceptionHandler()
        +
        Create new Jersey processing uncaught exception handler. +

        + All uncaught exceptions will be logged using the WARNING logging level. +

        +
      • +
      + + + +
        +
      • +

        JerseyProcessingUncaughtExceptionHandler

        +
        public JerseyProcessingUncaughtExceptionHandler(Level logLevel)
        +
        Create new Jersey processing uncaught exception handler. +

        + All uncaught exceptions will be logged using the supplied logging level. +

        +
        +
        Parameters:
        +
        logLevel - custom logging level that should be used to log uncaught exceptions.
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/class-use/Inflector.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/class-use/Inflector.html new file mode 100644 index 000000000..a1489d140 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/class-use/Inflector.html @@ -0,0 +1,310 @@ + + + + + + +Uses of Interface org.glassfish.jersey.process.Inflector (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.process.Inflector

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/class-use/JerseyProcessingUncaughtExceptionHandler.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/class-use/JerseyProcessingUncaughtExceptionHandler.html new file mode 100644 index 000000000..4b9ebd8f8 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/class-use/JerseyProcessingUncaughtExceptionHandler.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler

+
+
No usage of org.glassfish.jersey.process.JerseyProcessingUncaughtExceptionHandler
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/AbstractChainableStage.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/AbstractChainableStage.html new file mode 100644 index 000000000..5715ba29b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/AbstractChainableStage.html @@ -0,0 +1,370 @@ + + + + + + +AbstractChainableStage (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Class AbstractChainableStage<DATA>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.process.internal.AbstractChainableStage<DATA>
    • +
    +
  • +
+
+
    +
  • +
    +
    Type Parameters:
    +
    DATA - processed data type.
    +
    +
    +
    All Implemented Interfaces:
    +
    ChainableStage<DATA>, Stage<DATA>
    +
    +
    +
    +
    public abstract class AbstractChainableStage<DATA>
    +extends Object
    +implements ChainableStage<DATA>
    +
    Abstract chainable linear acceptor. + + Implements support for managing the default next stage value.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractChainableStage

        +
        protected AbstractChainableStage()
        +
        Create a new chainable acceptor with no next stage set.
        +
      • +
      + + + +
        +
      • +

        AbstractChainableStage

        +
        protected AbstractChainableStage(Stage<DATA> nextStage)
        +
        Create a new chainable acceptor with an initialized default + next stage value.
        +
        +
        Parameters:
        +
        nextStage - default next stage.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setDefaultNext

        +
        public final void setDefaultNext(Stage<DATA> next)
        +
        Description copied from interface: ChainableStage
        +
        Set the default next stage that should be returned from this + stage after it has been invoked by default.
        +
        +
        Specified by:
        +
        setDefaultNext in interface ChainableStage<DATA>
        +
        Parameters:
        +
        next - the next default stage in the chain.
        +
        +
      • +
      + + + +
        +
      • +

        getDefaultNext

        +
        public final Stage<DATA> getDefaultNext()
        +
        Get the default next stage currently configured on the acceptor.
        +
        +
        Returns:
        +
        default next stage currently configured on the acceptor.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/AbstractExecutorProvidersConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/AbstractExecutorProvidersConfigurator.html new file mode 100644 index 000000000..1cca89f41 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/AbstractExecutorProvidersConfigurator.html @@ -0,0 +1,312 @@ + + + + + + +AbstractExecutorProvidersConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Class AbstractExecutorProvidersConfigurator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractExecutorProvidersConfigurator

        +
        public AbstractExecutorProvidersConfigurator()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/ChainableStage.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/ChainableStage.html new file mode 100644 index 000000000..f56b4b279 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/ChainableStage.html @@ -0,0 +1,285 @@ + + + + + + +ChainableStage (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Interface ChainableStage<DATA>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    DATA - processed data type.
    +
    +
    +
    All Superinterfaces:
    +
    Stage<DATA>
    +
    +
    +
    All Known Implementing Classes:
    +
    AbstractChainableStage
    +
    +
    +
    +
    public interface ChainableStage<DATA>
    +extends Stage<DATA>
    +
    Linear acceptor that can be composed into a chain. + + The acceptor exposes a method for setting a value of the + next acceptor in the chain that + should be returned from the chain by default. +

    + The typical use case for implementing the acceptor is a logic that usually + needs to perform some logic, but unlike an Stage.Builder.to(Function) + acceptor created from a function} it also needs to be able to decide to override + the default next acceptor and return a different acceptor, effectively branching + away from the original linear acceptor chain. This technique can be e.g. used + to break the accepting chain by returning a custom inflecting + acceptor, etc. +

    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setDefaultNext

        +
        void setDefaultNext(Stage<DATA> next)
        +
        Set the default next stage that should be returned from this + stage after it has been invoked by default.
        +
        +
        Parameters:
        +
        next - the next default stage in the chain.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/ExecutorProviders.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/ExecutorProviders.html new file mode 100644 index 000000000..a11ef7c00 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/ExecutorProviders.html @@ -0,0 +1,290 @@ + + + + + + +ExecutorProviders (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Class ExecutorProviders

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.process.internal.ExecutorProviders
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class ExecutorProviders
    +extends Object
    +
    A utility class with a methods for handling executor injection registration and proper disposal.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        registerExecutorBindings

        +
        public static void registerExecutorBindings(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
        +
        Create qualified ExecutorService and ScheduledExecutorService injection bindings based on the registered + providers implementing the ExecutorServiceProvider and/or ScheduledExecutorServiceProvider SPI. +

        + This method supports creation of qualified injection bindings based on custom qualifier annotations + attached to the registered provider implementation classes as well as named injection bindings based on the Named + qualifier annotation attached to the registered provider implementation classes. ExecutorServiceProvider and + ScheduledExecutorServiceProvider will be retrieved from InjectionManager.

        +
        +
        Parameters:
        +
        injectionManager - application's injection manager.
        +
        +
      • +
      + + + +
        +
      • +

        registerExecutorBindings

        +
        public static void registerExecutorBindings(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                                            List<ExecutorServiceProvider> executorProviders,
        +                                            List<ScheduledExecutorServiceProvider> scheduledProviders)
        +
        Create qualified ExecutorService and ScheduledExecutorService injection bindings based on the registered + providers implementing the ExecutorServiceProvider and/or ScheduledExecutorServiceProvider SPI. +

        + This method supports creation of qualified injection bindings based on custom qualifier annotations + attached to the registered provider implementation classes as well as named injection bindings based on the Named + qualifier annotation attached to the registered provider implementation classes.

        +
        +
        Parameters:
        +
        injectionManager - injection manager to register newly created executor bindings.
        +
        executorProviders - all executor providers registered internally in Jersey and in configuration.
        +
        scheduledProviders - all scheduled executor providers registered internally in Jersey and in configuration.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Inflecting.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Inflecting.html new file mode 100644 index 000000000..fa48b3d11 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Inflecting.html @@ -0,0 +1,244 @@ + + + + + + +Inflecting (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Interface Inflecting<DATA,RESULT>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    DATA - data type transformable by the provided inflector.
    +
    RESULT - type of a result produced by the provided inflector on success.
    +
    +
    +
    +
    public interface Inflecting<DATA,RESULT>
    +
    Interface that is used to indicate that the instance provides an Inflector. +

    + A typical use case is a terminal (leaf) request processing stage + node that transforms a request into a response. +

    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        inflector

        +
        Inflector<DATA,RESULT> inflector()
        +
        Get the inflector capable of transforming supplied data into a result.
        +
        +
        Returns:
        +
        data to result transformation.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestContext.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestContext.html new file mode 100644 index 000000000..e7a03dfed --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestContext.html @@ -0,0 +1,253 @@ + + + + + + +RequestContext (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Interface RequestContext

+
+
+
+
    +
  • +
    +
    +
    public interface RequestContext
    +
    Wrapper for externally provided request context data.
    +
    +
    Author:
    +
    Petr Bouda
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getReference

        +
        RequestContext getReference()
        +
        Get a "new" reference of the scope instance. RequestContext implementation is able to track referenced instances + and then provide any additional logic during the releasing.
        +
        +
        Returns:
        +
        referenced scope instance.
        +
        +
      • +
      + + + +
        +
      • +

        release

        +
        void release()
        +
        Release a single reference to the current request scope instance. Once all instance references are released, the instance + will be recycled.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestScope.RequestScopeConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestScope.RequestScopeConfigurator.html new file mode 100644 index 000000000..4b12f28cc --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestScope.RequestScopeConfigurator.html @@ -0,0 +1,329 @@ + + + + + + +RequestScope.RequestScopeConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Class RequestScope.RequestScopeConfigurator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RequestScopeConfigurator

        +
        public RequestScopeConfigurator()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManagerFactory,
        +                 BootstrapBag bootstrapBag)
        +
        Description copied from interface: BootstrapConfigurator
        +
        Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
        +
        +
        Specified by:
        +
        init in interface BootstrapConfigurator
        +
        Parameters:
        +
        injectionManagerFactory - not completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      + + + +
        +
      • +

        postInit

        +
        public void postInit(org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                     BootstrapBag bootstrapBag)
        +
        Description copied from interface: BootstrapConfigurator
        +
        Post-initialization method can get services from InjectionManager and is not able to register the new one because + injection manager is already completed.
        +
        +
        Specified by:
        +
        postInit in interface BootstrapConfigurator
        +
        Parameters:
        +
        injectionManager - already completed injection manager.
        +
        bootstrapBag - bootstrap bag with services used in following processing.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestScope.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestScope.html new file mode 100644 index 000000000..e05fd9fa3 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestScope.html @@ -0,0 +1,769 @@ + + + + + + +RequestScope (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Class RequestScope

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.process.internal.RequestScope
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public abstract class RequestScope
    +extends Object
    +
    Scopes a single request/response processing execution on a single thread. +

    + To execute a code inside of the request scope use one of the runInScope(...) + methods and supply the task encapsulating the code that should be executed in the scope. +

    +

    + Example: +

    +
    + @Inject
    + RequestScope requestScope;
    +
    + ...
    +
    + requestScope.runInScope(new Runnable() {
    +     @Override
    +     public void run() {
    +          System.out.println("This is executed in the request scope...");
    +     }
    + });
    + 
    +

    + An instance of the request scope can be suspended and retrieved via a call to + suspendCurrent() method. This instance can be later + used to resume the same request scope and run another task in the same scope: +

    +
    +  RequestContext requestScopeContext =
    +      requestScope.runInScope(new Callable<Instance>() {
    +          @Override
    +          public RequestContext call() {
    +              // This is executed in the new request scope.
    +
    +              // The following call will cause that the
    +              // RequestContext will not be released
    +              // automatically and we will have to release
    +              // it explicitly at the end.
    +              return requestScope.suspendCurrent();
    +          }
    +      });
    +
    +  requestScope.runInScope(requestScopeContext, new Runnable() {
    +
    +      @Override
    +      public void run() {
    +          // This is executed in the same request scope as code above.
    +      }
    +  });
    +
    +  // The scope context must be explicitly released.
    +  requestScopeContext.release();
    + 
    +

    + In the previous example the request scope context + was suspended and retrieved which also informs requestScope that it + should not automatically release the instance once the running task is finished. + The requestScopeContext is then used to initialize the next + request-scoped execution. The second task will run in the same request scope as the + first task. At the end the suspended requestScopeContext must be + manually released. Not releasing the instance + could cause memory leaks. Please note that calling suspendCurrent() + does not retrieve an immutable snapshot of the current request scope but + a live reference to the internal request scope context + which may change it's state during each request-scoped task execution for + which this scope context is used. +

    +
    +
    Author:
    +
    Marek Potociar, Miroslav Fuksa
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RequestScope

        +
        public RequestScope()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isActive

        +
        public boolean isActive()
        +
      • +
      + + + +
        +
      • +

        shutdown

        +
        public void shutdown()
        +
      • +
      + + + +
        +
      • +

        referenceCurrent

        +
        public RequestContext referenceCurrent()
        +                                throws IllegalStateException
        +
        Get a new reference for to currently running request scope context. This call + prevents automatic release of the scope + context once the task that runs in the scope has finished. +

        + The returned scope context may be used to run additional task(s) in the + same request scope using one of the #runInScope(RequestContext, ...) methods. +

        +

        + Note that the returned context must be released manually once not needed anymore to prevent memory leaks. +

        +
        +
        Returns:
        +
        currently active request scope context.
        +
        Throws:
        +
        IllegalStateException - in case there is no active request scope associated + with the current thread or if the request scope has + been already shut down.
        +
        See Also:
        +
        suspendCurrent()
        +
        +
      • +
      + + + +
        +
      • +

        current

        +
        public RequestContext current()
        +
        Returns the current RequestContext which has to be active on the given thread.
        +
        +
        Returns:
        +
        current active request context.
        +
        +
      • +
      + + + +
        +
      • +

        suspendCurrent

        +
        public RequestContext suspendCurrent()
        +
        Get the current request scope context + and mark it as suspended. This call prevents automatic + release of the scope context + once the task that runs in the scope has finished. +

        + The returned scope context may be used to run additional task(s) in the + same request scope using one of the #runInScope(RequestContext, ...) + methods. +

        +

        + Note that the returned context must be released manually once not needed anymore to prevent memory leaks. +

        +
        +
        Returns:
        +
        currently active request scope context + that was suspended or null if the thread is not currently running + in an active request scope.
        +
        See Also:
        +
        referenceCurrent()
        +
        +
      • +
      + + + +
        +
      • +

        suspend

        +
        protected void suspend(RequestContext context)
        +
        Executes the action when the request scope comes into suspended state. For example, implementation can call deactivation + of the underlying request scope storage.
        +
        +
        Parameters:
        +
        context - current request context to be suspended.
        +
        +
      • +
      + + + +
        +
      • +

        createContext

        +
        public abstract RequestContext createContext()
        +
        Creates a new instance of the request scope context. + This instance can be then used to run task in the request scope. Returned context + is suspended by default and must therefore be closed explicitly as it is shown in + the following example: +
        + RequestContext context = requestScope.createContext();
        + requestScope.runInScope(context, someRunnableTask);
        + context.release();
        + 
        +
        +
        Returns:
        +
        New suspended request scope context.
        +
        +
      • +
      + + + +
        +
      • +

        activate

        +
        protected void activate(RequestContext context,
        +                        RequestContext oldContext)
        +
        Stores the provided RequestContext to thread-local variable belonging to current request scope.
        +
        +
        Parameters:
        +
        context - storage with request scoped objects.
        +
        +
      • +
      + + + +
        +
      • +

        resume

        +
        protected void resume(RequestContext context)
        +
        Resumes the provided RequestContext to thread-local variable belonging to current request scope.
        +
        +
        Parameters:
        +
        context - storage with request scoped objects.
        +
        +
      • +
      + + + +
        +
      • +

        release

        +
        protected void release(RequestContext context)
        +
        Releases the provided RequestContext to thread-local variable belonging to current request scope.
        +
        +
        Parameters:
        +
        context - storage with request scoped objects.
        +
        +
      • +
      + + + +
        +
      • +

        runInScope

        +
        public void runInScope(RequestContext context,
        +                       Runnable task)
        +
        Runs the task in the request scope initialized from the + scope context. The scope context is NOT released by the method (this must be done explicitly). The + current thread might be already in any request scope and in that case the scope + will be changed to the scope defined by the scope + instance. At the end of the method the request scope is returned to its original + state.
        +
        +
        Parameters:
        +
        context - The request scope context from which the request scope will be initialized.
        +
        task - Task to be executed.
        +
        +
      • +
      + + + +
        +
      • +

        runInScope

        +
        public void runInScope(Runnable task)
        +
        Runs the task in the new request scope. The current thread might + be already in any request scope and in that case the scope will be changed to the + scope defined by the scope context. At the end of + the method the request scope is returned to its original state. The newly created + scope context will be implicitly released at the end + of the method call except the task will call + suspendCurrent().
        +
        +
        Parameters:
        +
        task - Task to be executed.
        +
        +
      • +
      + + + +
        +
      • +

        runInScope

        +
        public <T> T runInScope(RequestContext context,
        +                        Callable<T> task)
        +                 throws Exception
        +
        Runs the task in the request scope initialized from the + scope context. The scope context is NOT released by the method (this must be done explicitly). The + current thread might be already in any request scope and in that case the scope + will be changed to the scope defined by the scope + instance. At the end of the method the request scope is returned to its original + state.
        +
        +
        Type Parameters:
        +
        T - task result type.
        +
        Parameters:
        +
        context - The request scope context from which the request scope will be initialized.
        +
        task - Task to be executed.
        +
        Returns:
        +
        result returned by the task.
        +
        Throws:
        +
        Exception - Exception thrown by the task.
        +
        +
      • +
      + + + +
        +
      • +

        runInScope

        +
        public <T> T runInScope(Callable<T> task)
        +                 throws Exception
        +
        Runs the task in the new request scope. The current thread might + be already in any request scope and in that case the scope will be changed to the + scope defined by the scope context. At the end of + the method the request scope is returned to its original state. The newly created + scope context will be implicitly released at the end + of the method call except the task will call + suspendCurrent().
        +
        +
        Type Parameters:
        +
        T - task result type.
        +
        Parameters:
        +
        task - Task to be executed.
        +
        Returns:
        +
        result returned by the task.
        +
        Throws:
        +
        Exception - Exception thrown by the task.
        +
        +
      • +
      + + + +
        +
      • +

        runInScope

        +
        public <T> T runInScope(RequestContext context,
        +                        org.glassfish.jersey.internal.util.Producer<T> task)
        +
        Runs the task in the request scope initialized + from the scope context. + The scope context is NOT released by the method (this + must be done explicitly). The current thread might be already in any request scope + and in that case the scope will be changed to the scope defined by the + scope context. At the end of the method the request + scope is returned to its original state.
        +
        +
        Type Parameters:
        +
        T - task result type.
        +
        Parameters:
        +
        context - The request scope context from which the request scope will be initialized.
        +
        task - Task to be executed.
        +
        Returns:
        +
        result returned by the task
        +
        +
      • +
      + + + +
        +
      • +

        runInScope

        +
        public <T> T runInScope(org.glassfish.jersey.internal.util.Producer<T> task)
        +
        Runs the task in the new request scope. The + current thread might be already in any request scope and in that case the scope + will be changed to the scope defined by the scope + instance. At the end of the method the request scope is returned to its original + state. The newly created scope context will be + implicitly released at the end of the method call except the task will call + suspendCurrent().
        +
        +
        Type Parameters:
        +
        T - task result type.
        +
        Parameters:
        +
        task - Task to be executed.
        +
        Returns:
        +
        result returned by the task.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestScoped.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestScoped.html new file mode 100644 index 000000000..10751bbdb --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestScoped.html @@ -0,0 +1,173 @@ + + + + + + +RequestScoped (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Annotation Type RequestScoped

+
+
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stage.Builder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stage.Builder.html new file mode 100644 index 000000000..70ba512e6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stage.Builder.html @@ -0,0 +1,320 @@ + + + + + + +Stage.Builder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Interface Stage.Builder<DATA>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    DATA - processed data type.
    +
    +
    +
    Enclosing interface:
    +
    Stage<DATA>
    +
    +
    +
    +
    public static interface Stage.Builder<DATA>
    +
    Linear stage chain builder.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        to

        +
        Stage.Builder<DATA> to(Function<DATA,DATA> transformation)
        +
        Add a transformation function as a next stage to the stage chain. +

        + The order of the to(...) method invocations matches the order + of the stage execution at runtime. +

        +
        +
        Parameters:
        +
        transformation - a transformation function to be added as a next + stage to the stage chain.
        +
        Returns:
        +
        updated builder instance.
        +
        +
      • +
      + + + +
        +
      • +

        to

        +
        Stage.Builder<DATA> to(ChainableStage<DATA> stage)
        +
        Add a new chainable stage as a next stage to the + stage chain. +

        + The order of the to(...) method invocations matches the order + of the stage execution at runtime. + A subsequent call to a to(...) method will automatically invoke the + ChainableStage.setDefaultNext(Stage) method on the chainable + stage. +

        +
        +
        Parameters:
        +
        stage - a chainable stage to be added as a next + stage to the stage chain.
        +
        Returns:
        +
        updated builder instance.
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        Stage<DATA> build()
        +
        Build a stage chain.
        +
        +
        Returns:
        +
        built acceptor chain.
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        Stage<DATA> build(Stage<DATA> terminal)
        +
        Add a terminal stage to the stage chain and build the chain.
        +
        +
        Parameters:
        +
        terminal - last stage to be added to the stage chain.
        +
        Returns:
        +
        built stage chain.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stage.Continuation.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stage.Continuation.html new file mode 100644 index 000000000..873919136 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stage.Continuation.html @@ -0,0 +1,368 @@ + + + + + + +Stage.Continuation (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Class Stage.Continuation<DATA>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.process.internal.Stage.Continuation<DATA>
    • +
    +
  • +
+
+
    +
  • +
    +
    Type Parameters:
    +
    DATA - processed data type.
    +
    +
    +
    Enclosing interface:
    +
    Stage<DATA>
    +
    +
    +
    +
    public static final class Stage.Continuation<DATA>
    +extends Object
    +
    Data processing stage continuation. +

    + A continuation of a processing stage is a processing result represented by an + (optional) stage that should be invoked next + and the processed data result. +

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        of

        +
        public static <DATA> Stage.Continuation<DATA> of(DATA result,
        +                                                 Stage<DATA> next)
        +
        Create a continuation from the processed data result and the stage + to be invoked next.
        +
        +
        Type Parameters:
        +
        DATA - processed data type.
        +
        Parameters:
        +
        result - data processing result.
        +
        next - stage to be invoked next.
        +
        Returns:
        +
        a continuation with the supplied stage to be invoked + next in the processing chain + and the supplied processing result.
        +
        +
      • +
      + + + + + +
        +
      • +

        of

        +
        public static <DATA> Stage.Continuation<DATA> of(DATA result)
        +
        Create a terminal continuation from the processed data result.
        +
        +
        Type Parameters:
        +
        DATA - processed data type.
        +
        Parameters:
        +
        result - data processing result.
        +
        Returns:
        +
        terminal continuation with no next + stage in the processing chain and the supplied processing result.
        +
        +
      • +
      + + + +
        +
      • +

        result

        +
        public DATA result()
        +
        Get the data processing result.
        +
        +
        Returns:
        +
        data processing result.
        +
        +
      • +
      + + + +
        +
      • +

        next

        +
        public Stage<DATA> next()
        +
        Get the stage to be invoked next or null if no next stage is + present.
        +
        +
        Returns:
        +
        the stage to be invoked next or null if not present.
        +
        +
      • +
      + + + +
        +
      • +

        hasNext

        +
        public boolean hasNext()
        +
        Check if there is a next stage present in the continuation. +

        + The absence of a next stage in the continuation indicates that the data processing + reached a terminal stage and the result of the continuation represents + the final result of the whole processing chain. +

        +
        +
        Returns:
        +
        true if there is a next stage present in the continuation, + false otherwise.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stage.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stage.html new file mode 100644 index 000000000..cec644463 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stage.html @@ -0,0 +1,284 @@ + + + + + + +Stage (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Interface Stage<DATA>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    DATA - processed data type.
    +
    +
    +
    All Known Subinterfaces:
    +
    ChainableStage<DATA>
    +
    +
    +
    All Known Implementing Classes:
    +
    AbstractChainableStage, Stages.LinkedStage
    +
    +
    +
    +
    public interface Stage<DATA>
    +
    Data processing stage that can be used to create dynamic data processing chains. +

    + An stage is a stateless data processing unit that returns a + processing continuation. +

    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stages.LinkedStage.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stages.LinkedStage.html new file mode 100644 index 000000000..8a91eaf05 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stages.LinkedStage.html @@ -0,0 +1,349 @@ + + + + + + +Stages.LinkedStage (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Class Stages.LinkedStage<DATA>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.process.internal.Stages.LinkedStage<DATA>
    • +
    +
  • +
+
+
    +
  • +
    +
    Type Parameters:
    +
    DATA - processed data type.
    +
    +
    +
    All Implemented Interfaces:
    +
    Stage<DATA>
    +
    +
    +
    Enclosing class:
    +
    Stages
    +
    +
    +
    +
    public static class Stages.LinkedStage<DATA>
    +extends Object
    +implements Stage<DATA>
    +
    Linked linear stage implementation.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LinkedStage

        +
        public LinkedStage(Function<DATA,DATA> transformation,
        +                   Stage<DATA> nextStage)
        +
        Create a new stage that will return the supplied stage in the + continuation.
        +
        +
        Parameters:
        +
        transformation - Request transformation function to be applied in the stage.
        +
        nextStage - next stage returned in the continuation.
        +
        +
      • +
      + + + +
        +
      • +

        LinkedStage

        +
        public LinkedStage(Function<DATA,DATA> transformation)
        +
        Create a new terminal stage .
        +
        +
        Parameters:
        +
        transformation - Request transformation function to be applied in the stage.
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stages.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stages.html new file mode 100644 index 000000000..efb402b29 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stages.html @@ -0,0 +1,443 @@ + + + + + + +Stages (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.process.internal
+

Class Stages

+
+
+ +
+
    +
  • +
    +
    +
    public final class Stages
    +extends Object
    +
    A stage-related collection of utility methods.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        identity

        +
        public static <DATA> ChainableStage<DATA> identity()
        +
        Get a chainable "identity" stage. + + This stage, when applied returns the unmodified input data object + as part of it's continuation.
        +
        +
        Type Parameters:
        +
        DATA - data type transformable by the stage.
        +
        Returns:
        +
        identity stage.
        +
        +
      • +
      + + + +
        +
      • +

        asStage

        +
        public static <DATA,RESULT> Stage<DATA> asStage(Inflector<DATA,RESULT> inflector)
        +
        Creates a terminal Stage that implements Inflecting + interface and returns the provided Inflector instance + when the Inflecting.inflector() method is called.
        +
        +
        Type Parameters:
        +
        DATA - data type transformable by the stage and returned inflector.
        +
        RESULT - type of result produced by a successful inflector data transformation.
        +
        Parameters:
        +
        inflector - a request to response transformation to be wrapped in + a stage.
        +
        Returns:
        +
        a stage that wraps the supplied Inflector.
        +
        +
      • +
      + + + +
        +
      • +

        extractInflector

        +
        public static <DATA,RESULT,T extends Inflector<DATA,RESULT>> T extractInflector(Object stage)
        +
        (Optionally) extracts an inflector from a processing stage, + provided the stage implements Inflecting interface. Otherwise method + returns null.
        +
        +
        Type Parameters:
        +
        DATA - data type transformable by the stage and returned inflector.
        +
        RESULT - type of result produced by a successful inflector data transformation.
        +
        Parameters:
        +
        stage - a stage to extract the inflector from.
        +
        Returns:
        +
        extracted inflector if present, null otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        chain

        +
        public static <DATA> Stage.Builder<DATA> chain(Function<DATA,DATA> transformation)
        +
        Start building a stage chain.
        +
        +
        Parameters:
        +
        transformation - root transformation function.
        +
        Returns:
        +
        linear accepting chain builder.
        +
        +
      • +
      + + + + + + + + + +
        +
      • +

        process

        +
        public static <DATA> DATA process(DATA data,
        +                                  Stage<DATA> rootStage)
        +
        Run the data through a chain of stages identified by the root stage.
        +
        +
        Type Parameters:
        +
        DATA - processed data type.
        +
        Parameters:
        +
        data - data to be processed.
        +
        rootStage - root stage of the stage chain.
        +
        Returns:
        +
        processing result.
        +
        +
      • +
      + + + + + +
        +
      • +

        process

        +
        public static <DATA,RESULT,T extends Inflector<DATA,RESULT>> DATA process(DATA data,
        +                                                                          Stage<DATA> rootStage,
        +                                                                          org.glassfish.jersey.internal.util.collection.Ref<T> inflectorRef)
        +
        Run the data through a chain of stages identified by the root stage. + + If an inflector is found in the leaf stage, it's reference is set into the inflectorRef + parameter.
        +
        +
        Type Parameters:
        +
        DATA - processed data type.
        +
        Parameters:
        +
        data - data to be processed.
        +
        rootStage - root stage of the stage chain.
        +
        inflectorRef - a mutable reference to an inflector.
        +
        Returns:
        +
        processing result.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/AbstractChainableStage.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/AbstractChainableStage.html new file mode 100644 index 000000000..7079c3b6f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/AbstractChainableStage.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.process.internal.AbstractChainableStage (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.process.internal.AbstractChainableStage

+
+
No usage of org.glassfish.jersey.process.internal.AbstractChainableStage
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/AbstractExecutorProvidersConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/AbstractExecutorProvidersConfigurator.html new file mode 100644 index 000000000..eba775002 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/AbstractExecutorProvidersConfigurator.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator

+
+
No usage of org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/ChainableStage.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/ChainableStage.html new file mode 100644 index 000000000..0446fe14d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/ChainableStage.html @@ -0,0 +1,207 @@ + + + + + + +Uses of Interface org.glassfish.jersey.process.internal.ChainableStage (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.process.internal.ChainableStage

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/ExecutorProviders.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/ExecutorProviders.html new file mode 100644 index 000000000..2c5b83ed1 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/ExecutorProviders.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.process.internal.ExecutorProviders (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.process.internal.ExecutorProviders

+
+
No usage of org.glassfish.jersey.process.internal.ExecutorProviders
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Inflecting.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Inflecting.html new file mode 100644 index 000000000..3c79d54c7 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Inflecting.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.glassfish.jersey.process.internal.Inflecting (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.process.internal.Inflecting

+
+
No usage of org.glassfish.jersey.process.internal.Inflecting
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestContext.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestContext.html new file mode 100644 index 000000000..a6b57cc85 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestContext.html @@ -0,0 +1,253 @@ + + + + + + +Uses of Interface org.glassfish.jersey.process.internal.RequestContext (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.process.internal.RequestContext

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestScope.RequestScopeConfigurator.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestScope.RequestScopeConfigurator.html new file mode 100644 index 000000000..1bb355fde --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestScope.RequestScopeConfigurator.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator

+
+
No usage of org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestScope.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestScope.html new file mode 100644 index 000000000..00b319d70 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestScope.html @@ -0,0 +1,185 @@ + + + + + + +Uses of Class org.glassfish.jersey.process.internal.RequestScope (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.process.internal.RequestScope

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestScoped.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestScoped.html new file mode 100644 index 000000000..c385672f0 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestScoped.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.process.internal.RequestScoped (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.process.internal.RequestScoped

+
+
No usage of org.glassfish.jersey.process.internal.RequestScoped
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stage.Builder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stage.Builder.html new file mode 100644 index 000000000..719bf6192 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stage.Builder.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Interface org.glassfish.jersey.process.internal.Stage.Builder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.process.internal.Stage.Builder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stage.Continuation.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stage.Continuation.html new file mode 100644 index 000000000..b7651ecd6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stage.Continuation.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Class org.glassfish.jersey.process.internal.Stage.Continuation (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.process.internal.Stage.Continuation

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stage.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stage.html new file mode 100644 index 000000000..3b2354cd9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stage.html @@ -0,0 +1,303 @@ + + + + + + +Uses of Interface org.glassfish.jersey.process.internal.Stage (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.process.internal.Stage

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stages.LinkedStage.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stages.LinkedStage.html new file mode 100644 index 000000000..ec4a74506 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stages.LinkedStage.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.process.internal.Stages.LinkedStage (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.process.internal.Stages.LinkedStage

+
+
No usage of org.glassfish.jersey.process.internal.Stages.LinkedStage
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stages.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stages.html new file mode 100644 index 000000000..4d8ab6b65 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stages.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.process.internal.Stages (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.process.internal.Stages

+
+
No usage of org.glassfish.jersey.process.internal.Stages
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-frame.html new file mode 100644 index 000000000..1c3a3101e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-frame.html @@ -0,0 +1,40 @@ + + + + + + +org.glassfish.jersey.process.internal (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.process.internal

+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-summary.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-summary.html new file mode 100644 index 000000000..d599c5784 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-summary.html @@ -0,0 +1,257 @@ + + + + + + +org.glassfish.jersey.process.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.process.internal

+
+
Common Jersey internal processing classes.
+
+

See: Description

+
+
+ + + + +

Package org.glassfish.jersey.process.internal Description

+
Common Jersey internal processing classes.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-tree.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-tree.html new file mode 100644 index 000000000..5608e139e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-tree.html @@ -0,0 +1,161 @@ + + + + + + +org.glassfish.jersey.process.internal Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.process.internal

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+
    +
  • org.glassfish.jersey.process.internal.Inflecting<DATA,RESULT>
  • +
  • org.glassfish.jersey.process.internal.RequestContext
  • +
  • org.glassfish.jersey.process.internal.Stage<DATA> + +
  • +
  • org.glassfish.jersey.process.internal.Stage.Builder<DATA>
  • +
+

Annotation Type Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-use.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-use.html new file mode 100644 index 000000000..f9ef17931 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-use.html @@ -0,0 +1,206 @@ + + + + + + +Uses of Package org.glassfish.jersey.process.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.process.internal

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-frame.html new file mode 100644 index 000000000..a15c54915 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-frame.html @@ -0,0 +1,25 @@ + + + + + + +org.glassfish.jersey.process (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.process

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-summary.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-summary.html new file mode 100644 index 000000000..279a15645 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-summary.html @@ -0,0 +1,172 @@ + + + + + + +org.glassfish.jersey.process (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.process

+
+
Common Jersey processing classes.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    Inflector<DATA,RESULT> +
    A generic interface for transforming data into a result.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    JerseyProcessingUncaughtExceptionHandler +
    Uncaught exception handler that can be used by various Jersey request processing thread pools uncaught exceptions.
    +
    +
  • +
+ + + +

Package org.glassfish.jersey.process Description

+
Common Jersey processing classes.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-tree.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-tree.html new file mode 100644 index 000000000..fa4246be2 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-tree.html @@ -0,0 +1,143 @@ + + + + + + +org.glassfish.jersey.process Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.process

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+
    +
  • org.glassfish.jersey.process.Inflector<DATA,RESULT>
  • +
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-use.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-use.html new file mode 100644 index 000000000..c92c56a77 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-use.html @@ -0,0 +1,186 @@ + + + + + + +Uses of Package org.glassfish.jersey.process (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.process

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/AbstractThreadPoolProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/AbstractThreadPoolProvider.html new file mode 100644 index 000000000..24d1ca340 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/AbstractThreadPoolProvider.html @@ -0,0 +1,640 @@ + + + + + + +AbstractThreadPoolProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Class AbstractThreadPoolProvider<E extends ThreadPoolExecutor>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.spi.AbstractThreadPoolProvider<E>
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    AutoCloseable
    +
    +
    +
    Direct Known Subclasses:
    +
    ScheduledThreadPoolExecutorProvider, ThreadPoolExecutorProvider
    +
    +
    +
    +
    public abstract class AbstractThreadPoolProvider<E extends ThreadPoolExecutor>
    +extends Object
    +implements AutoCloseable
    +
    Abstract thread pool executor provider. +

    + This class provides a skeleton implementation for provisioning and basic lifecycle management of thread pool executors. + Every instance of the concrete implementation of this provider class creates at most one shared and lazily initialized + thread pool executor instance, which can be retrieved by invoking the getExecutor() method. This provider also makes + sure that the provisioned thread pool executor instance is properly shut down when the managing provider instance is + closed (in case it has not been already shut down). +

    +

    + At minimum, concrete subclasses of this provider are expected to implement the createExecutor(int, java.util.concurrent.ThreadFactory, java.util.concurrent.RejectedExecutionHandler) method that is used + as a thread pool instance factory. The method is invoked lazily, with the first call to the getExecutor() method. + The result returned from the createExecutor() method is cached internally and is used as a return value for subsequent + calls to the getExecutor() method. This means, that createExecutor() method is guaranteed to be invoked + at most once during the lifetime of any particular provider instance. +

    +
    +
    Since:
    +
    2.18
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ComponentProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ComponentProvider.html new file mode 100644 index 000000000..c09fd3bdf --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ComponentProvider.html @@ -0,0 +1,331 @@ + + + + + + +ComponentProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Interface ComponentProvider

+
+
+
+
    +
  • +
    +
    +
    public interface ComponentProvider
    +
    Component provider interface to allow custom management of 3rd party + components life-cycle and dependency injection. +

    + An implementation (a component-provider) identifies itself by placing a provider-configuration + file (if not already present), org.glassfish.jersey.spi.ComponentProvider + in the resource directory META-INF/services, and adding the fully + qualified service-provider-class of the implementation in the file. + + Jersey will not even try to inject component provider instances with Jersey artifacts. + The SPI providers should be designed so that no dependency injection is needed at the bind time phase.

    +
    +
    Author:
    +
    Jakub Podlesak
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and TypeMethod and Description
      default booleanbind(Class<?> component, + ContractProvider contractProvider) +
      Jersey will invoke this method before binding of each component class internally + during initialization of it's injection manager.
      +
      booleanbind(Class<?> component, + Set<Class<?>> providerContracts) +
      Jersey will invoke this method before binding of each component class internally + during initialization of it's injection manager.
      +
      voiddone() +
      Jersey will invoke this method after all component classes have been bound.
      +
      voidinitialize(org.glassfish.jersey.internal.inject.InjectionManager injectionManager) +
      Initializes the component provider with a reference to a injection manager + instance, which will get used in the application to manage individual components.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        initialize

        +
        void initialize(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
        +
        Initializes the component provider with a reference to a injection manager + instance, which will get used in the application to manage individual components. + Providers should keep a reference to the injection manager for later use. + This method will be invoked prior to any bind method calls. + The injection manager parameter will not be fully initialized at the time of invocation + and should be used as a reference only.
        +
        +
        Parameters:
        +
        injectionManager - an injection manager.
        +
        +
      • +
      + + + +
        +
      • +

        bind

        +
        boolean bind(Class<?> component,
        +             Set<Class<?>> providerContracts)
        +
        Jersey will invoke this method before binding of each component class internally + during initialization of it's injection manager. + + If the component provider wants to bind the component class + itself, it must do so and return true. In that case, Jersey will not + bind the component and rely on the component provider in this regard.
        +
        +
        Parameters:
        +
        component - a component (resource/provider) class.
        +
        providerContracts - provider contracts implemented by given component.
        +
        Returns:
        +
        true if the component class has been bound by the provider, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        bind

        +
        default boolean bind(Class<?> component,
        +                     ContractProvider contractProvider)
        +
        Jersey will invoke this method before binding of each component class internally + during initialization of it's injection manager. + + If the component provider wants to bind the component class + itself, it must do so and return true. In that case, Jersey will not + bind the component and rely on the component provider in this regard.
        +
        +
        Parameters:
        +
        component - a component (resource/provider) class.
        +
        contractProvider - optional registered ContractProvider of the component.
        +
        Returns:
        +
        true if the component class has been bound by the provider, false otherwise
        +
        +
      • +
      + + + +
        +
      • +

        done

        +
        void done()
        +
        Jersey will invoke this method after all component classes have been bound. + + If the component provider wants to do some actions after it has seen all component classes + registered with the application, this is the right place for the corresponding code.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ContentEncoder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ContentEncoder.html new file mode 100644 index 000000000..da44c43e9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ContentEncoder.html @@ -0,0 +1,414 @@ + + + + + + +ContentEncoder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Class ContentEncoder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.ext.ReaderInterceptor, jakarta.ws.rs.ext.WriterInterceptor
    +
    +
    +
    Direct Known Subclasses:
    +
    DeflateEncoder, GZipEncoder
    +
    +
    +
    +
    @Priority(value=4000)
    + @Contract
    +public abstract class ContentEncoder
    +extends Object
    +implements jakarta.ws.rs.ext.ReaderInterceptor, jakarta.ws.rs.ext.WriterInterceptor
    +
    Standard contract for plugging in content encoding support. Provides a standard way of implementing encoding + WriterInterceptor and decoding ReaderInterceptor. Implementing this class ensures the encoding + supported by the implementation will be considered during the content negotiation phase when deciding which encoding + should be used based on the accepted encodings (and the associated quality parameters) in the request headers.
    +
    +
    Author:
    +
    Martin Matula
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ContentEncoder

        +
        protected ContentEncoder(String... supportedEncodings)
        +
        Initializes this encoder implementation with the list of supported content encodings.
        +
        +
        Parameters:
        +
        supportedEncodings - Values of Content-Encoding header supported by this encoding provider.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSupportedEncodings

        +
        public final Set<String> getSupportedEncodings()
        +
        Returns values of Content-Encoding header supported by this encoder.
        +
        +
        Returns:
        +
        Set of supported Content-Encoding values.
        +
        +
      • +
      + + + +
        +
      • +

        decode

        +
        public abstract InputStream decode(String contentEncoding,
        +                                   InputStream encodedStream)
        +                            throws IOException
        +
        Implementations of this method should take the encoded stream, wrap it and return a stream that can be used + to read the decoded entity.
        +
        +
        Parameters:
        +
        contentEncoding - Encoding to be used to decode the stream - guaranteed to be one of the supported encoding + values.
        +
        encodedStream - Encoded input stream.
        +
        Returns:
        +
        Decoded entity stream.
        +
        Throws:
        +
        IOException - if an IO error arises.
        +
        +
      • +
      + + + +
        +
      • +

        encode

        +
        public abstract OutputStream encode(String contentEncoding,
        +                                    OutputStream entityStream)
        +                             throws IOException
        +
        Implementations of this method should take the entity stream, wrap it and return a stream that is encoded + using the specified encoding.
        +
        +
        Parameters:
        +
        contentEncoding - Encoding to be used to encode the entity - guaranteed to be one of the supported encoding + values.
        +
        entityStream - Entity stream to be encoded.
        +
        Returns:
        +
        Encoded stream.
        +
        Throws:
        +
        IOException - if an IO error arises.
        +
        +
      • +
      + + + +
        +
      • +

        aroundReadFrom

        +
        public final Object aroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext context)
        +                            throws IOException,
        +                                   jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        aroundReadFrom in interface jakarta.ws.rs.ext.ReaderInterceptor
        +
        Throws:
        +
        IOException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      + + + +
        +
      • +

        aroundWriteTo

        +
        public final void aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context)
        +                         throws IOException,
        +                                jakarta.ws.rs.WebApplicationException
        +
        +
        Specified by:
        +
        aroundWriteTo in interface jakarta.ws.rs.ext.WriterInterceptor
        +
        Throws:
        +
        IOException
        +
        jakarta.ws.rs.WebApplicationException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ContextResolvers.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ContextResolvers.html new file mode 100644 index 000000000..b1b44b4c7 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ContextResolvers.html @@ -0,0 +1,249 @@ + + + + + + +ContextResolvers (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Interface ContextResolvers

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    ContextResolverFactory
    +
    +
    +
    +
    public interface ContextResolvers
    +
    An injectable interface providing look-up for ContextResolver<T> + provider instances.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      <T> jakarta.ws.rs.ext.ContextResolver<T>resolve(Type type, + jakarta.ws.rs.core.MediaType mediaType) +
      Get ContextResolver<T> instance for a given type + and media type.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        resolve

        +
        <T> jakarta.ws.rs.ext.ContextResolver<T> resolve(Type type,
        +                                                 jakarta.ws.rs.core.MediaType mediaType)
        +
        Get ContextResolver<T> instance for a given type + and media type.
        +
        +
        Type Parameters:
        +
        T - Java type produced by the context resolver.
        +
        Parameters:
        +
        type - type supported by the context resolver.
        +
        mediaType - media type supported by the context resolver.
        +
        Returns:
        +
        proper context resolver instance if found, otherwise null.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/Contract.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/Contract.html new file mode 100644 index 000000000..f3e7a2fa5 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/Contract.html @@ -0,0 +1,180 @@ + + + + + + +Contract (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Annotation Type Contract

+
+
+
+
    +
  • +
    +
    +
    @Retention(value=RUNTIME)
    + @Target(value=TYPE)
    + @Documented
    +public @interface Contract
    +
    Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers). + + All proprietary Jersey extension APIs are annotated with the &#064;Contract annotation. +

    + Similarly, any custom (i.e. not JAX-RS or Jersey) extension provider contract must be annotated with this + annotation otherwise concrete service classes implementing the provider contract would not be recognized + and treated as extension service provider by Jersey runtime. +

    +
    +
    Author:
    +
    Miroslav Fuksa, Marek Potociar
    +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExceptionMappers.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExceptionMappers.html new file mode 100644 index 000000000..e206a85ac --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExceptionMappers.html @@ -0,0 +1,291 @@ + + + + + + +ExceptionMappers (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Interface ExceptionMappers

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    ExceptionMapperFactory
    +
    +
    +
    +
    public interface ExceptionMappers
    +
    Provides lookup of ExceptionMapper instances that can be used + to map exceptions to responses.
    +
    +
    Author:
    +
    Paul Sandoz
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      <T extends Throwable>
      jakarta.ws.rs.ext.ExceptionMapper<T>
      find(Class<T> type) +
      Get an exception mapping provider for a particular class of exception.
      +
      <T extends Throwable>
      jakarta.ws.rs.ext.ExceptionMapper<T>
      findMapping(T exceptionInstance) +
      Get an exception mapping provider for a particular exception instance.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        find

        +
        <T extends Throwable> jakarta.ws.rs.ext.ExceptionMapper<T> find(Class<T> type)
        +
        Get an exception mapping provider for a particular class of exception. + Returns the provider whose generic type is the nearest superclass of + type.
        +
        +
        Type Parameters:
        +
        T - type of the exception handled by the exception mapping provider.
        +
        Parameters:
        +
        type - the class of exception.
        +
        Returns:
        +
        an ExceptionMapper for the supplied type or null + if none is found.
        +
        +
      • +
      + + + + + +
        +
      • +

        findMapping

        +
        <T extends Throwable> jakarta.ws.rs.ext.ExceptionMapper<T> findMapping(T exceptionInstance)
        +
        Get an exception mapping provider for a particular exception instance. +

        + This method is similar to method find(Class). In addition it takes + into an account the result of the ExtendedExceptionMapper.isMappable(Throwable) + of any mapper that implements Jersey ExtendedExceptionMapper API. + If an extended exception mapper returns false from isMappable(Throwable), + the mapper is disregarded from the search. + Exception mapping providers are checked one by one until a first provider returns + true from the isMappable(Throwable) method or until a first provider + is found which best supports the exception type and does not implement ExtendedExceptionMapper + API (i.e. it is a standard JAX-RS ExceptionMapper). The order in which the providers are + checked is determined by the distance of the declared exception mapper type and the actual exception + type. +

        +

        + Note that if an exception mapping provider does not implement ExtendedExceptionMapper + it is always considered applicable for a given exception instance. +

        +
        +
        Type Parameters:
        +
        T - type of the exception handled by the exception mapping provider.
        +
        Parameters:
        +
        exceptionInstance - exception to be handled by the exception mapping provider.
        +
        Returns:
        +
        an ExceptionMapper for the supplied exception instance type or null if none + is found.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExecutorServiceProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExecutorServiceProvider.html new file mode 100644 index 000000000..02ba5dd9f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExecutorServiceProvider.html @@ -0,0 +1,322 @@ + + + + + + +ExecutorServiceProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Interface ExecutorServiceProvider

+
+
+
+
    +
  • +
    +
    All Known Subinterfaces:
    +
    ScheduledExecutorServiceProvider
    +
    +
    +
    All Known Implementing Classes:
    +
    ScheduledThreadPoolExecutorProvider, ThreadPoolExecutorProvider
    +
    +
    +
    +
    @Contract
    +public interface ExecutorServiceProvider
    +
    An extension contract for providing pluggable executor service providers to be used by + Jersey client or server runtime whenever a specific executor service is needed to execute a Jersey runtime processing task. +

    + This mechanism allows Jersey to run in environments that have specific thread management and provisioning requirements, + such as application servers, cloud environments etc. + Dedicated Jersey extension modules or applications running in such environment may provide a custom + implementation of the ExecutorServiceProvider interface to customize the default + Jersey runtime thread management & provisioning strategy in order to comply with the threading requirements, + models and policies specific to each particular environment. +

    +

    + When Jersey runtime no longer requires the use of a provided executor service instance, it invokes the provider's + dispose(java.util.concurrent.ExecutorService) method to signal the provider that the executor service instance can be disposed of. In this method, + provider is free to implement the proper shut-down logic for the disposed executor service instance and perform other + necessary cleanup. Yet, some providers may wish to implement a shared executor service strategy. In such case, + it may not be desirable to shut down the released executor service in the dispose(java.util.concurrent.ExecutorService) method. Instead, to perform the + eventual shut-down procedure, the provider may either rely on an explicit invocation of it's specific clean-up method. + Since all Jersey providers operate in a container environment, a good clean-up strategy for a shared executor + service provider implementation is to expose a @PreDestroy-annotated method + that will be invoked for all instances managed by the container, before the container shuts down. +

    +

    + IMPORTANT: Please note that any pre-destroy methods may not be invoked for instances created outside of the container + and later registered within the container. Pre-destroy methods are only guaranteed to be invoked for those instances + that are created and managed by the container. +

    +

    + Jersey runtime expects that a concrete executor service provider implementation class is annotated with a + qualifier annotation. This qualifier is then used to createAndInitialize a qualified injection point + for injecting the executor service instance provided by the annotated provider. Named providers + are also supported. For example: +

    +
    + @Named("my-executor")
    + public MyExecutorProvider implements ExecutorServiceProvider {
    +     ...
    + }
    +
    + ...
    +
    + // Injecting ExecutorService provided by the MyExecutorProvider
    + @Inject @Named("my-executor") ExecutorService myExecutor;
    + 
    +
    +
    Since:
    +
    2.18
    +
    Author:
    +
    Marek Potociar
    +
    See Also:
    +
    ScheduledExecutorServiceProvider, +ThreadPoolExecutorProvider
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getExecutorService

        +
        ExecutorService getExecutorService()
        +
        Get an executor service to be used by Jersey client or server runtime to execute specific tasks. +

        + This method is usually invoked just once at either Jersey client or server application runtime initialization, + it may however be invoked multiple times. Once the instance of the provided executor service is not + needed anymore by Jersey application runtime, it will be disposed. + This typically happens in one of the following situations: +

        +
          +
        • Jersey client instance is closed (client runtime is shut down).
        • +
        • Jersey container running a server-side Jersey application is shut down.
        • +
        • Jersey server-side application is un-deployed.
        • +
        +
        +
        Returns:
        +
        an executor service. Must not return null.
        +
        +
      • +
      + + + +
        +
      • +

        dispose

        +
        void dispose(ExecutorService executorService)
        +
        Invoked when Jersey runtime no longer requires use of the provided executor service.
        +
        +
        Parameters:
        +
        executorService - executor service to be disposed.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExtendedExceptionMapper.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExtendedExceptionMapper.html new file mode 100644 index 000000000..502dbc01d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExtendedExceptionMapper.html @@ -0,0 +1,265 @@ + + + + + + +ExtendedExceptionMapper (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Interface ExtendedExceptionMapper<T extends Throwable>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    T - A type of the exception processed by the exception mapper.
    +
    +
    +
    All Superinterfaces:
    +
    jakarta.ws.rs.ext.ExceptionMapper<T>
    +
    +
    +
    +
    public interface ExtendedExceptionMapper<T extends Throwable>
    +extends jakarta.ws.rs.ext.ExceptionMapper<T>
    +
    Extension of a exception mapper interface. The exception mapping + providers can extend from this interface to add jersey specific functionality to these + providers.
    +
    +
    Author:
    +
    Miroslav Fuksa
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      booleanisMappable(T exception) +
      Determine whether this provider is able to process a supplied exception instance.
      +
      +
        +
      • + + +

        Methods inherited from interface jakarta.ws.rs.ext.ExceptionMapper

        +toResponse
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        isMappable

        +
        boolean isMappable(T exception)
        +
        Determine whether this provider is able to process a supplied exception instance. +

        + This method is called only on those exception mapping providers that are able to + process the type of the exception as defined by the JAX-RS + ExceptionMapper contract. By returning false this method can reject + any given exception instance and change the default JAX-RS exception mapper + selection behaviour. +

        +
        +
        Parameters:
        +
        exception - exception instance which should be processed.
        +
        Returns:
        +
        true if the mapper is able to map the particular exception instance, + false otherwise.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExternalConfigurationModel.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExternalConfigurationModel.html new file mode 100644 index 000000000..42c52851d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExternalConfigurationModel.html @@ -0,0 +1,338 @@ + + + + + + +ExternalConfigurationModel (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Interface ExternalConfigurationModel<CONFIG>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    CONFIG - type of an external config
    +
    +
    +
    All Superinterfaces:
    +
    jakarta.ws.rs.core.Configuration, ExtendedConfig
    +
    +
    +
    +
    public interface ExternalConfigurationModel<CONFIG>
    +extends ExtendedConfig
    +
    Model of configuration for external properties. Requires certain utilities methods to be implemented
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      <T> Tas(String name, + Class<T> clazz) +
      Get value of a property as a definite type + + property shall exist in order for this method to be used.
      +
      CONFIGgetConfig() +
      Obtain config object
      +
      <T> Optional<T>getOptionalProperty(String name, + Class<T> clazz) +
      Get value of a property as a definite type + + property may not exist, an empty Optional object is returned in case of an empty property
      +
      ExternalConfigurationModelmergeProperties(Map<String,Object> inputProperties) +
      Merge properties from other (found) external configuration.
      +
      + +
        +
      • + + +

        Methods inherited from interface jakarta.ws.rs.core.Configuration

        +getClasses, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getRuntimeType, isEnabled, isEnabled, isRegistered, isRegistered
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        as

        +
        <T> T as(String name,
        +         Class<T> clazz)
        +
        Get value of a property as a definite type + + property shall exist in order for this method to be used. Otherwise exception is thrown
        +
        +
        Type Parameters:
        +
        T - type of an expected value
        +
        Parameters:
        +
        name - property name
        +
        clazz - class type of an expected value
        +
        Returns:
        +
        value of an expected type
        +
        +
      • +
      + + + +
        +
      • +

        getOptionalProperty

        +
        <T> Optional<T> getOptionalProperty(String name,
        +                                    Class<T> clazz)
        +
        Get value of a property as a definite type + + property may not exist, an empty Optional object is returned in case of an empty property
        +
        +
        Type Parameters:
        +
        T - type of an expected value
        +
        Parameters:
        +
        name - property name
        +
        clazz - class type of an expected value
        +
        Returns:
        +
        Optional object filled by a value of an expected type or by the NULL value (
        +
        +
      • +
      + + + +
        +
      • +

        mergeProperties

        +
        ExternalConfigurationModel mergeProperties(Map<String,Object> inputProperties)
        +
        Merge properties from other (found) external configuration.
        +
        +
        Parameters:
        +
        inputProperties - those properties will be merged into ours
        +
        Returns:
        +
        current instance of the model
        +
        +
      • +
      + + + +
        +
      • +

        getConfig

        +
        CONFIG getConfig()
        +
        Obtain config object
        +
        +
        Returns:
        +
        external config provider
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExternalConfigurationProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExternalConfigurationProvider.html new file mode 100644 index 000000000..38b775486 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExternalConfigurationProvider.html @@ -0,0 +1,277 @@ + + + + + + +ExternalConfigurationProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Interface ExternalConfigurationProvider

+
+
+
+
    +
  • +
    +
    +
    public interface ExternalConfigurationProvider
    +
    Provider interface for external (SPI) providers to provide + their configuration properties implementations + + Priority of providers can be adjusted by Priority annotation + or just alphabetically (if no Provider annotation is found)
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getProperties

        +
        Map<String,Object> getProperties()
        +
        Map of properties from the model (external config file)
        +
        +
        Returns:
        +
        Map of properties loaded by a model from config file
        +
        +
      • +
      + + + +
        +
      • +

        getConfiguration

        +
        ExternalConfigurationModel getConfiguration()
        +
        obrain model object which has direct access to external configuration
        +
        +
        Returns:
        +
        model of external properties
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/HeaderDelegateProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/HeaderDelegateProvider.html new file mode 100644 index 000000000..62671b87d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/HeaderDelegateProvider.html @@ -0,0 +1,265 @@ + + + + + + +HeaderDelegateProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Interface HeaderDelegateProvider<T>

+
+
+
+
    +
  • +
    +
    Type Parameters:
    +
    T - the type of the header.
    +
    +
    +
    All Superinterfaces:
    +
    jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T>
    +
    +
    +
    All Known Implementing Classes:
    +
    CacheControlProvider, CookieProvider, DateProvider, EntityTagProvider, LinkProvider, LocaleProvider, MediaTypeProvider, NewCookieProvider, StringHeaderProvider, UriProvider
    +
    +
    +
    +
    @Contract
    +public interface HeaderDelegateProvider<T>
    +extends jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T>
    +
    A provider that supports the conversion of an HTTP header, of type T, to and + from a String. +

    + An implementation (a service-provider) identifies itself by placing a + provider-configuration file (if not already present), + "org.glassfish.jersey.header.spi.HeaderDelegateProvider" in the + resource directory META-INF/services, and including the fully qualified + service-provider-class of the implementation in the file.

    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      booleansupports(Class<?> type) +
      Ascertain if the Provider supports a particular type.
      +
      +
        +
      • + + +

        Methods inherited from interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate

        +fromString, toString
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        supports

        +
        boolean supports(Class<?> type)
        +
        Ascertain if the Provider supports a particular type.
        +
        +
        Parameters:
        +
        type - the type that is to be supported.
        +
        Returns:
        +
        true if the type is supported, otherwise false.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ScheduledExecutorServiceProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ScheduledExecutorServiceProvider.html new file mode 100644 index 000000000..3562d203d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ScheduledExecutorServiceProvider.html @@ -0,0 +1,299 @@ + + + + + + +ScheduledExecutorServiceProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Interface ScheduledExecutorServiceProvider

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    ExecutorServiceProvider
    +
    +
    +
    All Known Implementing Classes:
    +
    ScheduledThreadPoolExecutorProvider
    +
    +
    +
    +
    @Contract
    +public interface ScheduledExecutorServiceProvider
    +extends ExecutorServiceProvider
    +
    An extension contract for providing pluggable scheduled executor service providers to be used by + Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a + Jersey runtime processing task. +

    + This mechanism allows Jersey to run in environments that have specific thread management and provisioning requirements, + such as application servers, cloud environments etc. + Dedicated Jersey extension modules or applications running in such environment may provide a custom + implementation of the ScheduledExecutorServiceProvider interface to customize the default + Jersey runtime thread management & provisioning strategy in order to comply with the threading requirements, + models and policies specific to each particular environment. +

    + Jersey runtime expects that a concrete scheduled executor service provider implementation class is annotated with a + qualifier annotation. This qualifier is then used to createAndInitialize a qualified injection point + for injecting the scheduled executor service instance provided by the annotated provider. Named + providers are also supported. For example: +

    +
    + @Named("my-scheduler")
    + public MySchedulerProvider implements ScheduledExecutorServiceProvider {
    +     ...
    + }
    +
    + ...
    +
    + // Injecting ScheduledExecutorService provided by the MySchedulerProvider
    + @Inject @Named("my-scheduler") ScheduledExecutorService myScheduler;
    + 
    +
    +
    Since:
    +
    2.18
    +
    Author:
    +
    Marek Potociar
    +
    See Also:
    +
    ExecutorServiceProvider, +ScheduledThreadPoolExecutorProvider
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getExecutorService

        +
        ScheduledExecutorService getExecutorService()
        +
        Get a scheduled executor service to be used by Jersey client or server runtime to schedule execution of + specific tasks. +

        +

        + This method is usually invoked just once at either Jersey client or server application runtime initialization, + it may however be invoked multiple times. Once the instance of the provided scheduled executor service is not + needed anymore by Jersey application runtime, it will be disposed. + This typically happens in one of the following situations: +

        +
          +
        • Jersey client instance is closed (client runtime is shut down).
        • +
        • Jersey container running a server-side Jersey application is shut down.
        • +
        • Jersey server-side application is un-deployed.
        • +
        +
        +
        Specified by:
        +
        getExecutorService in interface ExecutorServiceProvider
        +
        Returns:
        +
        a scheduled executor service. Must not return null.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ScheduledThreadPoolExecutorProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ScheduledThreadPoolExecutorProvider.html new file mode 100644 index 000000000..80e4b8012 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ScheduledThreadPoolExecutorProvider.html @@ -0,0 +1,457 @@ + + + + + + +ScheduledThreadPoolExecutorProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Class ScheduledThreadPoolExecutorProvider

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    AutoCloseable, ExecutorServiceProvider, ScheduledExecutorServiceProvider
    +
    +
    +
    +
    public class ScheduledThreadPoolExecutorProvider
    +extends AbstractThreadPoolProvider<ScheduledThreadPoolExecutor>
    +implements ScheduledExecutorServiceProvider
    +
    Default implementation of the Jersey scheduled executor service provider SPI. +

    + This provider creates and provisions a shared ScheduledThreadPoolExecutor instance + using the customizable core threads, backing thread factory + and rejected task handler values. Subclasses may override the respective methods + to customize the parameters of the provisioned scheduler. +

    +

    + When Jersey runtime no longer requires the use of a provided executor service instance, it invokes the provider's + dispose(java.util.concurrent.ExecutorService) method to signal the provider that the executor service instance can be disposed of. In this method, + provider is free to implement the proper shut-down logic for the disposed executor service instance and perform other + necessary cleanup. Yet, some providers may wish to implement a shared executor service strategy. In such case, + it may not be desirable to shut down the released executor service in the dispose(java.util.concurrent.ExecutorService) method. Instead, to perform the + eventual shut-down procedure, the provider may either rely on an explicit invocation of it's specific clean-up method. + Since all Jersey providers operate in a container environment, a good clean-up strategy for a shared executor + service provider implementation is to expose a @PreDestroy-annotated method + that will be invoked for all instances managed by the container, before the container shuts down. +

    +

    + IMPORTANT: Please note that any pre-destroy methods may not be invoked for instances created outside of the container + and later registered within the container. Pre-destroy methods are only guaranteed to be invoked for those instances + that are created and managed by the container. +

    +
    +
    Since:
    +
    2.18
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ThreadPoolExecutorProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ThreadPoolExecutorProvider.html new file mode 100644 index 000000000..5f1479b6c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ThreadPoolExecutorProvider.html @@ -0,0 +1,603 @@ + + + + + + +ThreadPoolExecutorProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.spi
+

Class ThreadPoolExecutorProvider

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/AbstractThreadPoolProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/AbstractThreadPoolProvider.html new file mode 100644 index 000000000..4ea5e767f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/AbstractThreadPoolProvider.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Class org.glassfish.jersey.spi.AbstractThreadPoolProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.spi.AbstractThreadPoolProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ComponentProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ComponentProvider.html new file mode 100644 index 000000000..b4d9cb304 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ComponentProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.glassfish.jersey.spi.ComponentProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.spi.ComponentProvider

+
+
No usage of org.glassfish.jersey.spi.ComponentProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ContentEncoder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ContentEncoder.html new file mode 100644 index 000000000..e5a73b5f8 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ContentEncoder.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Class org.glassfish.jersey.spi.ContentEncoder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.spi.ContentEncoder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ContextResolvers.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ContextResolvers.html new file mode 100644 index 000000000..e052853bf --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ContextResolvers.html @@ -0,0 +1,200 @@ + + + + + + +Uses of Interface org.glassfish.jersey.spi.ContextResolvers (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.spi.ContextResolvers

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/Contract.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/Contract.html new file mode 100644 index 000000000..408625cbf --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/Contract.html @@ -0,0 +1,192 @@ + + + + + + +Uses of Class org.glassfish.jersey.spi.Contract (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.spi.Contract

+
+
+
    +
  • + + + + + + + + + + + + +
    Packages that use Contract 
    PackageDescription
    org.glassfish.jersey.spi +
    Common Jersey service provider contract (SPI) classes.
    +
    +
  • +
  • +
      +
    • + + +

      Uses of Contract in org.glassfish.jersey.spi

      + + + + + + + + + + + + + + + + + + + + + + + + +
      Classes in org.glassfish.jersey.spi with annotations of type Contract 
      Modifier and TypeClass and Description
      class ContentEncoder +
      Standard contract for plugging in content encoding support.
      +
      interface ExecutorServiceProvider +
      An extension contract for providing pluggable executor service providers to be used by + Jersey client or server runtime whenever a specific executor service is needed to execute a Jersey runtime processing task.
      +
      interface HeaderDelegateProvider<T> +
      A provider that supports the conversion of an HTTP header, of type T, to and + from a String.
      +
      interface ScheduledExecutorServiceProvider +
      An extension contract for providing pluggable scheduled executor service providers to be used by + Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a + Jersey runtime processing task.
      +
      +
    • +
    +
  • +
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExceptionMappers.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExceptionMappers.html new file mode 100644 index 000000000..bf3619ed3 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExceptionMappers.html @@ -0,0 +1,202 @@ + + + + + + +Uses of Interface org.glassfish.jersey.spi.ExceptionMappers (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.spi.ExceptionMappers

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExecutorServiceProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExecutorServiceProvider.html new file mode 100644 index 000000000..6c6ae786e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExecutorServiceProvider.html @@ -0,0 +1,242 @@ + + + + + + +Uses of Interface org.glassfish.jersey.spi.ExecutorServiceProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.spi.ExecutorServiceProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExtendedExceptionMapper.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExtendedExceptionMapper.html new file mode 100644 index 000000000..df0a12df9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExtendedExceptionMapper.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.glassfish.jersey.spi.ExtendedExceptionMapper (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.spi.ExtendedExceptionMapper

+
+
No usage of org.glassfish.jersey.spi.ExtendedExceptionMapper
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExternalConfigurationModel.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExternalConfigurationModel.html new file mode 100644 index 000000000..2a5221941 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExternalConfigurationModel.html @@ -0,0 +1,197 @@ + + + + + + +Uses of Interface org.glassfish.jersey.spi.ExternalConfigurationModel (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.spi.ExternalConfigurationModel

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExternalConfigurationProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExternalConfigurationProvider.html new file mode 100644 index 000000000..0c7acf443 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExternalConfigurationProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.glassfish.jersey.spi.ExternalConfigurationProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.spi.ExternalConfigurationProvider

+
+
No usage of org.glassfish.jersey.spi.ExternalConfigurationProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/HeaderDelegateProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/HeaderDelegateProvider.html new file mode 100644 index 000000000..8f1d3eacd --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/HeaderDelegateProvider.html @@ -0,0 +1,263 @@ + + + + + + +Uses of Interface org.glassfish.jersey.spi.HeaderDelegateProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.spi.HeaderDelegateProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ScheduledExecutorServiceProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ScheduledExecutorServiceProvider.html new file mode 100644 index 000000000..a64936360 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ScheduledExecutorServiceProvider.html @@ -0,0 +1,219 @@ + + + + + + +Uses of Interface org.glassfish.jersey.spi.ScheduledExecutorServiceProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.spi.ScheduledExecutorServiceProvider

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ScheduledThreadPoolExecutorProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ScheduledThreadPoolExecutorProvider.html new file mode 100644 index 000000000..bda649fb9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ScheduledThreadPoolExecutorProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider

+
+
No usage of org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ThreadPoolExecutorProvider.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ThreadPoolExecutorProvider.html new file mode 100644 index 000000000..ef834e279 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ThreadPoolExecutorProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.spi.ThreadPoolExecutorProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.spi.ThreadPoolExecutorProvider

+
+
No usage of org.glassfish.jersey.spi.ThreadPoolExecutorProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-frame.html new file mode 100644 index 000000000..ba6d3afef --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-frame.html @@ -0,0 +1,40 @@ + + + + + + +org.glassfish.jersey.spi (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.spi

+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-summary.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-summary.html new file mode 100644 index 000000000..7b0d830ea --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-summary.html @@ -0,0 +1,266 @@ + + + + + + +org.glassfish.jersey.spi (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.spi

+
+
Common Jersey service provider contract (SPI) classes.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    ComponentProvider +
    Component provider interface to allow custom management of 3rd party + components life-cycle and dependency injection.
    +
    ContextResolvers +
    An injectable interface providing look-up for ContextResolver<T> + provider instances.
    +
    ExceptionMappers +
    Provides lookup of ExceptionMapper instances that can be used + to map exceptions to responses.
    +
    ExecutorServiceProvider +
    An extension contract for providing pluggable executor service providers to be used by + Jersey client or server runtime whenever a specific executor service is needed to execute a Jersey runtime processing task.
    +
    ExtendedExceptionMapper<T extends Throwable> +
    Extension of a exception mapper interface.
    +
    ExternalConfigurationModel<CONFIG> +
    Model of configuration for external properties.
    +
    ExternalConfigurationProvider +
    Provider interface for external (SPI) providers to provide + their configuration properties implementations + + Priority of providers can be adjusted by Priority annotation + or just alphabetically (if no Provider annotation is found)
    +
    HeaderDelegateProvider<T> +
    A provider that supports the conversion of an HTTP header, of type T, to and + from a String.
    +
    ScheduledExecutorServiceProvider +
    An extension contract for providing pluggable scheduled executor service providers to be used by + Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a + Jersey runtime processing task.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    AbstractThreadPoolProvider<E extends ThreadPoolExecutor> +
    Abstract thread pool executor provider.
    +
    ContentEncoder +
    Standard contract for plugging in content encoding support.
    +
    ScheduledThreadPoolExecutorProvider +
    Default implementation of the Jersey scheduled executor service provider SPI.
    +
    ThreadPoolExecutorProvider +
    Default implementation of the Jersey executor service provider SPI.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Annotation Types Summary 
    Annotation TypeDescription
    Contract +
    Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
    +
    +
  • +
+ + + +

Package org.glassfish.jersey.spi Description

+
Common Jersey service provider contract (SPI) classes.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-tree.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-tree.html new file mode 100644 index 000000000..da79f485d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-tree.html @@ -0,0 +1,180 @@ + + + + + + +org.glassfish.jersey.spi Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.spi

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-use.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-use.html new file mode 100644 index 000000000..3adcfc6ef --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-use.html @@ -0,0 +1,300 @@ + + + + + + +Uses of Package org.glassfish.jersey.spi (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.spi

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/JerseyQueryParamStyle.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/JerseyQueryParamStyle.html new file mode 100644 index 000000000..3b71822ec --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/JerseyQueryParamStyle.html @@ -0,0 +1,376 @@ + + + + + + +JerseyQueryParamStyle (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.uri
+

Enum JerseyQueryParamStyle

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        MULTI_PAIRS

        +
        public static final JerseyQueryParamStyle MULTI_PAIRS
        +
        Multiple parameter instances, e.g.: + foo=v1&foo=v2&foo=v3 + + This is the default query format.
        +
      • +
      + + + +
        +
      • +

        COMMA_SEPARATED

        +
        public static final JerseyQueryParamStyle COMMA_SEPARATED
        +
        A single parameter instance with multiple, comma-separated values, e.g.: + foo=v1,v2,v3
        +
      • +
      + + + +
        +
      • +

        ARRAY_PAIRS

        +
        public static final JerseyQueryParamStyle ARRAY_PAIRS
        +
        Multiple parameter instances with square brackets for each parameter, e.g.: + foo[]=v1&foo[]=v2&foo[]=v3
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static JerseyQueryParamStyle[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (JerseyQueryParamStyle c : JerseyQueryParamStyle.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static JerseyQueryParamStyle valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PathPattern.RightHandPath.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PathPattern.RightHandPath.html new file mode 100644 index 000000000..a9c4b6e7c --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PathPattern.RightHandPath.html @@ -0,0 +1,359 @@ + + + + + + +PathPattern.RightHandPath (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.uri
+

Enum PathPattern.RightHandPath

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        capturingZeroOrMoreSegments

        +
        public static final PathPattern.RightHandPath capturingZeroOrMoreSegments
        +
        A capturing group that matches zero or more path segments and + keeps the matching path template open.
        +
      • +
      + + + +
        +
      • +

        capturingZeroSegments

        +
        public static final PathPattern.RightHandPath capturingZeroSegments
        +
        A capturing group that matches zero segments and effectively + closes the matching path template.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static PathPattern.RightHandPath[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (PathPattern.RightHandPath c : PathPattern.RightHandPath.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static PathPattern.RightHandPath valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PathPattern.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PathPattern.html new file mode 100644 index 000000000..b827143c6 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PathPattern.html @@ -0,0 +1,519 @@ + + + + + + +PathPattern (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.uri
+

Class PathPattern

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PathTemplate.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PathTemplate.html new file mode 100644 index 000000000..4f961816e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PathTemplate.html @@ -0,0 +1,281 @@ + + + + + + +PathTemplate (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.uri
+

Class PathTemplate

+
+
+ +
+
    +
  • +
    +
    +
    public final class PathTemplate
    +extends UriTemplate
    +
    A URI template for a URI path.
    +
    +
    Author:
    +
    Paul Sandoz, Yegor Bugayenko (yegor256 at java.net)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PathTemplate

        +
        public PathTemplate(String path)
        +
        Create a URI path template and encode (percent escape) any characters of + the template that are not valid URI characters. Paths that don't start with + a slash ('/') will be automatically prefixed with one.
        +
        +
        Parameters:
        +
        path - the URI path template.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PatternWithGroups.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PatternWithGroups.html new file mode 100644 index 000000000..928a5682a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PatternWithGroups.html @@ -0,0 +1,601 @@ + + + + + + +PatternWithGroups (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.uri
+

Class PatternWithGroups

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    PathPattern
    +
    +
    +
    +
    public class PatternWithGroups
    +extends Object
    +
    A pattern for matching a string against a regular expression + and returning capturing group values for any capturing groups present in + the expression.
    +
    +
    Author:
    +
    Paul Sandoz, Gerard Davison (gerard.davison at oracle.com)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        EMPTY

        +
        public static final PatternWithGroups EMPTY
        +
        The empty pattern that matches the null or empty string.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PatternWithGroups

        +
        protected PatternWithGroups()
        +
        Construct an empty pattern.
        +
      • +
      + + + +
        +
      • +

        PatternWithGroups

        +
        public PatternWithGroups(String regex)
        +                  throws PatternSyntaxException
        +
        Construct a new pattern.
        +
        +
        Parameters:
        +
        regex - the regular expression. If the expression is null or an empty string then the pattern will only match + a null or empty string.
        +
        Throws:
        +
        PatternSyntaxException - if the regular expression could not be compiled.
        +
        +
      • +
      + + + +
        +
      • +

        PatternWithGroups

        +
        public PatternWithGroups(String regex,
        +                         int[] groupIndexes)
        +                  throws PatternSyntaxException
        +
        Construct a new pattern.
        +
        +
        Parameters:
        +
        regex - the regular expression. If the expression is null or an empty string then the pattern will + only + match + a null or empty string.
        +
        groupIndexes - the array of group indexes to capturing groups.
        +
        Throws:
        +
        PatternSyntaxException - if the regular expression could not be compiled.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        PatternWithGroups

        +
        public PatternWithGroups(Pattern regexPattern,
        +                         int[] groupIndexes)
        +                  throws IllegalArgumentException
        +
        Construct a new pattern.
        +
        +
        Parameters:
        +
        regexPattern - the regular expression pattern.
        +
        groupIndexes - the array of group indexes to capturing groups.
        +
        Throws:
        +
        IllegalArgumentException - if the regexPattern is null.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getRegex

        +
        public final String getRegex()
        +
        Get the regular expression.
        +
        +
        Returns:
        +
        the regular expression.
        +
        +
      • +
      + + + +
        +
      • +

        getGroupIndexes

        +
        public final int[] getGroupIndexes()
        +
        Get the group indexes to capturing groups. +

        + Any nested capturing groups will be ignored and the + the group index will refer to the top-level capturing + groups associated with the templates variables.

        +
        +
        Returns:
        +
        the group indexes to capturing groups.
        +
        +
      • +
      + + + +
        +
      • +

        match

        +
        public final MatchResult match(CharSequence cs)
        +
        Match against the pattern.
        +
        +
        Parameters:
        +
        cs - the char sequence to match against the template.
        +
        Returns:
        +
        the match result, otherwise null if no match occurs.
        +
        +
      • +
      + + + +
        +
      • +

        match

        +
        public final boolean match(CharSequence cs,
        +                           List<String> groupValues)
        +                    throws IllegalArgumentException
        +
        Match against the pattern. +

        + If a matched then the capturing group values (if any) will be added to a list passed in as parameter.

        +
        +
        Parameters:
        +
        cs - the char sequence to match against the template.
        +
        groupValues - the list to add the values of a pattern's capturing groups if matching is successful. The values are + added in the same order as the pattern's capturing groups. The list is cleared before values are added.
        +
        Returns:
        +
        true if the char sequence matches the pattern, otherwise false.
        +
        Throws:
        +
        IllegalArgumentException - if the group values is null.
        +
        +
      • +
      + + + +
        +
      • +

        match

        +
        public final boolean match(CharSequence cs,
        +                           List<String> groupNames,
        +                           Map<String,String> groupValues)
        +                    throws IllegalArgumentException
        +
        Match against the pattern. +

        + If a matched then the capturing group values (if any) will be added to a list passed in as parameter.

        +
        +
        Parameters:
        +
        cs - the char sequence to match against the template.
        +
        groupNames - the list names associated with a pattern's capturing groups. The names MUST be in the same order as the + pattern's capturing groups and the size MUST be equal to or less than the number of capturing groups.
        +
        groupValues - the map to add the values of a pattern's capturing groups if matching is successful. A values is put + into the map using the group name associated with the capturing group. The map is cleared before values + are added.
        +
        Returns:
        +
        true if the matches the pattern, otherwise false.
        +
        Throws:
        +
        IllegalArgumentException - if group values is null.
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public final int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public final boolean equals(Object obj)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/UriComponent.Type.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/UriComponent.Type.html new file mode 100644 index 000000000..c5332d8ef --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/UriComponent.Type.html @@ -0,0 +1,527 @@ + + + + + + +UriComponent.Type (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.uri
+

Enum UriComponent.Type

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      AUTHORITY +
      The URI authority component type.
      +
      FRAGMENT +
      The URI fragment component type.
      +
      HOST +
      The URI host component type.
      +
      MATRIX_PARAM +
      The URI path component type that is a matrix parameter.
      +
      PATH +
      The URI path component type.
      +
      PATH_SEGMENT +
      The URI path component type that is a path segment.
      +
      PORT +
      The URI port component type.
      +
      QUERY +
      The URI query component type, encoded using application/x-www-form-urlencoded rules.
      +
      QUERY_PARAM +
      The URI query component type that is a query parameter, encoded using + application/x-www-form-urlencoded rules (space character is encoded + as +).
      +
      QUERY_PARAM_SPACE_ENCODED +
      The URI query component type that is a query parameter, encoded using + application/x-www-form-urlencoded (space character is encoded as + %20).
      +
      SCHEME +
      The URI scheme component type.
      +
      UNRESERVED +
      ALPHA / DIGIT / "-" / "." / "_" / "~" characters.
      +
      USER_INFO +
      The URI user info component type.
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        UNRESERVED

        +
        public static final UriComponent.Type UNRESERVED
        +
        ALPHA / DIGIT / "-" / "." / "_" / "~" characters.
        +
      • +
      + + + +
        +
      • +

        SCHEME

        +
        public static final UriComponent.Type SCHEME
        +
        The URI scheme component type.
        +
      • +
      + + + +
        +
      • +

        AUTHORITY

        +
        public static final UriComponent.Type AUTHORITY
        +
        The URI authority component type.
        +
      • +
      + + + +
        +
      • +

        USER_INFO

        +
        public static final UriComponent.Type USER_INFO
        +
        The URI user info component type.
        +
      • +
      + + + +
        +
      • +

        HOST

        +
        public static final UriComponent.Type HOST
        +
        The URI host component type.
        +
      • +
      + + + +
        +
      • +

        PORT

        +
        public static final UriComponent.Type PORT
        +
        The URI port component type.
        +
      • +
      + + + +
        +
      • +

        PATH

        +
        public static final UriComponent.Type PATH
        +
        The URI path component type.
        +
      • +
      + + + +
        +
      • +

        PATH_SEGMENT

        +
        public static final UriComponent.Type PATH_SEGMENT
        +
        The URI path component type that is a path segment.
        +
      • +
      + + + +
        +
      • +

        MATRIX_PARAM

        +
        public static final UriComponent.Type MATRIX_PARAM
        +
        The URI path component type that is a matrix parameter.
        +
      • +
      + + + +
        +
      • +

        QUERY

        +
        public static final UriComponent.Type QUERY
        +
        The URI query component type, encoded using application/x-www-form-urlencoded rules.
        +
      • +
      + + + +
        +
      • +

        QUERY_PARAM

        +
        public static final UriComponent.Type QUERY_PARAM
        +
        The URI query component type that is a query parameter, encoded using + application/x-www-form-urlencoded rules (space character is encoded + as +).
        +
      • +
      + + + +
        +
      • +

        QUERY_PARAM_SPACE_ENCODED

        +
        public static final UriComponent.Type QUERY_PARAM_SPACE_ENCODED
        +
        The URI query component type that is a query parameter, encoded using + application/x-www-form-urlencoded (space character is encoded as + %20).
        +
      • +
      + + + +
        +
      • +

        FRAGMENT

        +
        public static final UriComponent.Type FRAGMENT
        +
        The URI fragment component type.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static UriComponent.Type[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (UriComponent.Type c : UriComponent.Type.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static UriComponent.Type valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/UriComponent.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/UriComponent.html new file mode 100644 index 000000000..37ecfc472 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/UriComponent.html @@ -0,0 +1,815 @@ + + + + + + +UriComponent (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.uri
+

Class UriComponent

+
+
+ +
+
    +
  • +
    +
    +
    public class UriComponent
    +extends Object
    +
    Utility class for validating, encoding and decoding components + of a URI.
    +
    +
    Author:
    +
    Paul Sandoz, Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class UriComponent.Type +
      The URI component type.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static StringcontextualEncode(String s, + UriComponent.Type t) +
      Contextually encodes the characters of string that are either non-ASCII + characters or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
      +
      static StringcontextualEncode(String s, + UriComponent.Type t, + boolean template) +
      Contextually encodes the characters of string that are either non-ASCII + characters or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
      +
      static Stringdecode(String s, + UriComponent.Type t) +
      Decodes characters of a string that are percent-encoded octets using + UTF-8 decoding (if needed).
      +
      static jakarta.ws.rs.core.MultivaluedMap<String,String>decodeMatrix(String pathSegment, + boolean decode) +
      Decode the matrix component of a URI path segment.
      +
      static List<jakarta.ws.rs.core.PathSegment>decodePath(String path, + boolean decode) +
      Decode the path component of a URI as path segments.
      +
      static List<jakarta.ws.rs.core.PathSegment>decodePath(URI u, + boolean decode) +
      Decode the path component of a URI as path segments.
      +
      static voiddecodePathSegment(List<jakarta.ws.rs.core.PathSegment> segments, + String segment, + boolean decode) +
      Decode the path segment and add it to the list of path segments.
      +
      static jakarta.ws.rs.core.MultivaluedMap<String,String>decodeQuery(String q, + boolean decode) +
      Decode the query component of a URI.
      +
      static jakarta.ws.rs.core.MultivaluedMap<String,String>decodeQuery(String q, + boolean decodeNames, + boolean decodeValues) +
      Decode the query component of a URI.
      +
      static jakarta.ws.rs.core.MultivaluedMap<String,String>decodeQuery(URI u, + boolean decode) +
      Decode the query component of a URI.
      +
      static Stringencode(String s, + UriComponent.Type t) +
      Encodes the characters of string that are either non-ASCII characters + or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
      +
      static Stringencode(String s, + UriComponent.Type t, + boolean template) +
      Encodes the characters of string that are either non-ASCII characters + or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
      +
      static StringencodeTemplateNames(String s) +
      Encodes a string with template parameters names present, specifically the + characters '{' and '}' will be percent-encoded.
      +
      static StringfullRelativeUri(URI uri) +
      Return the Request-Uri representation as defined by HTTP spec.
      +
      static booleanisHexCharacter(char c) +
      Checks whether the character c is hexadecimal character.
      +
      static booleanvalid(String s, + UriComponent.Type t) +
      Validates the legal characters of a percent-encoded string that + represents a URI component type.
      +
      static booleanvalid(String s, + UriComponent.Type t, + boolean template) +
      Validates the legal characters of a percent-encoded string that + represents a URI component type.
      +
      static voidvalidate(String s, + UriComponent.Type t) +
      Validates the legal characters of a percent-encoded string that + represents a URI component type.
      +
      static voidvalidate(String s, + UriComponent.Type t, + boolean template) +
      Validates the legal characters of a percent-encoded string that + represents a URI component type.
      +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        validate

        +
        public static void validate(String s,
        +                            UriComponent.Type t)
        +
        Validates the legal characters of a percent-encoded string that + represents a URI component type.
        +
        +
        Parameters:
        +
        s - the encoded string.
        +
        t - the URI component type identifying the legal characters.
        +
        Throws:
        +
        IllegalArgumentException - if the encoded string contains illegal + characters.
        +
        +
      • +
      + + + +
        +
      • +

        validate

        +
        public static void validate(String s,
        +                            UriComponent.Type t,
        +                            boolean template)
        +
        Validates the legal characters of a percent-encoded string that + represents a URI component type.
        +
        +
        Parameters:
        +
        s - the encoded string.
        +
        t - the URI component type identifying the legal characters.
        +
        template - true if the encoded string contains URI template variables
        +
        Throws:
        +
        IllegalArgumentException - if the encoded string contains illegal + characters.
        +
        +
      • +
      + + + +
        +
      • +

        valid

        +
        public static boolean valid(String s,
        +                            UriComponent.Type t)
        +
        Validates the legal characters of a percent-encoded string that + represents a URI component type.
        +
        +
        Parameters:
        +
        s - the encoded string.
        +
        t - the URI component type identifying the legal characters.
        +
        Returns:
        +
        true if the encoded string is valid, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        valid

        +
        public static boolean valid(String s,
        +                            UriComponent.Type t,
        +                            boolean template)
        +
        Validates the legal characters of a percent-encoded string that + represents a URI component type.
        +
        +
        Parameters:
        +
        s - the encoded string.
        +
        t - the URI component type identifying the legal characters.
        +
        template - true if the encoded string contains URI template variables
        +
        Returns:
        +
        true if the encoded string is valid, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        contextualEncode

        +
        public static String contextualEncode(String s,
        +                                      UriComponent.Type t)
        +
        Contextually encodes the characters of string that are either non-ASCII + characters or are ASCII characters that must be percent-encoded using the + UTF-8 encoding. Percent-encoded characters will be recognized and not + double encoded.
        +
        +
        Parameters:
        +
        s - the string to be encoded.
        +
        t - the URI component type identifying the ASCII characters that + must be percent-encoded.
        +
        Returns:
        +
        the encoded string.
        +
        +
      • +
      + + + +
        +
      • +

        contextualEncode

        +
        public static String contextualEncode(String s,
        +                                      UriComponent.Type t,
        +                                      boolean template)
        +
        Contextually encodes the characters of string that are either non-ASCII + characters or are ASCII characters that must be percent-encoded using the + UTF-8 encoding. Percent-encoded characters will be recognized and not + double encoded.
        +
        +
        Parameters:
        +
        s - the string to be encoded.
        +
        t - the URI component type identifying the ASCII characters that + must be percent-encoded.
        +
        template - true if the encoded string contains URI template variables
        +
        Returns:
        +
        the encoded string.
        +
        +
      • +
      + + + +
        +
      • +

        encode

        +
        public static String encode(String s,
        +                            UriComponent.Type t)
        +
        Encodes the characters of string that are either non-ASCII characters + or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
        +
        +
        Parameters:
        +
        s - the string to be encoded.
        +
        t - the URI component type identifying the ASCII characters that + must be percent-encoded.
        +
        Returns:
        +
        the encoded string.
        +
        +
      • +
      + + + +
        +
      • +

        encode

        +
        public static String encode(String s,
        +                            UriComponent.Type t,
        +                            boolean template)
        +
        Encodes the characters of string that are either non-ASCII characters + or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
        +
        +
        Parameters:
        +
        s - the string to be encoded.
        +
        t - the URI component type identifying the ASCII characters that + must be percent-encoded.
        +
        template - true if the encoded string contains URI template variables
        +
        Returns:
        +
        the encoded string.
        +
        +
      • +
      + + + +
        +
      • +

        encodeTemplateNames

        +
        public static String encodeTemplateNames(String s)
        +
        Encodes a string with template parameters names present, specifically the + characters '{' and '}' will be percent-encoded.
        +
        +
        Parameters:
        +
        s - the string with zero or more template parameters names
        +
        Returns:
        +
        the string with encoded template parameters names.
        +
        +
      • +
      + + + +
        +
      • +

        decode

        +
        public static String decode(String s,
        +                            UriComponent.Type t)
        +
        Decodes characters of a string that are percent-encoded octets using + UTF-8 decoding (if needed). +

        + It is assumed that the string is valid according to an (unspecified) URI + component type. If a sequence of contiguous percent-encoded octets is + not a valid UTF-8 character then the octets are replaced with '�'. +

        + If the URI component is of type HOST then any "%" found between "[]" is + left alone. It is an IPv6 literal with a scope_id. +

        + If the URI component is of type QUERY_PARAM then any "+" is decoded as + as ' '. +

        +
        +
        Parameters:
        +
        s - the string to be decoded.
        +
        t - the URI component type, may be null.
        +
        Returns:
        +
        the decoded string.
        +
        Throws:
        +
        IllegalArgumentException - if a malformed percent-encoded octet is + detected
        +
        +
      • +
      + + + +
        +
      • +

        decodeQuery

        +
        public static jakarta.ws.rs.core.MultivaluedMap<String,String> decodeQuery(URI u,
        +                                                                           boolean decode)
        +
        Decode the query component of a URI. +

        + Query parameter names in the returned map are always decoded. Decoding of query parameter + values can be controlled using the decode parameter flag. +

        +
        +
        Parameters:
        +
        u - the URI.
        +
        decode - true if the returned query parameter values of the query component + should be in decoded form.
        +
        Returns:
        +
        the multivalued map of query parameters.
        +
        +
      • +
      + + + +
        +
      • +

        decodeQuery

        +
        public static jakarta.ws.rs.core.MultivaluedMap<String,String> decodeQuery(String q,
        +                                                                           boolean decode)
        +
        Decode the query component of a URI. +

        + Query parameter names in the returned map are always decoded. Decoding of query parameter + values can be controlled using the decode parameter flag. +

        +
        +
        Parameters:
        +
        q - the query component in encoded form.
        +
        decode - true if the returned query parameter values of the query component + should be in decoded form.
        +
        Returns:
        +
        the multivalued map of query parameters.
        +
        +
      • +
      + + + +
        +
      • +

        decodeQuery

        +
        public static jakarta.ws.rs.core.MultivaluedMap<String,String> decodeQuery(String q,
        +                                                                           boolean decodeNames,
        +                                                                           boolean decodeValues)
        +
        Decode the query component of a URI. +

        + Decoding of query parameter names and values can be controlled using the decodeNames + and decodeValues parameter flags. +

        +
        +
        Parameters:
        +
        q - the query component in encoded form.
        +
        decodeNames - true if the returned query parameter names of the query component + should be in decoded form.
        +
        decodeValues - true if the returned query parameter values of the query component + should be in decoded form.
        +
        Returns:
        +
        the multivalued map of query parameters.
        +
        +
      • +
      + + + +
        +
      • +

        decodePath

        +
        public static List<jakarta.ws.rs.core.PathSegment> decodePath(URI u,
        +                                                              boolean decode)
        +
        Decode the path component of a URI as path segments.
        +
        +
        Parameters:
        +
        u - the URI. If the path component is an absolute path component + then the leading '/' is ignored and is not considered a delimiator + of a path segment.
        +
        decode - true if the path segments of the path component + should be in decoded form.
        +
        Returns:
        +
        the list of path segments.
        +
        +
      • +
      + + + +
        +
      • +

        decodePath

        +
        public static List<jakarta.ws.rs.core.PathSegment> decodePath(String path,
        +                                                              boolean decode)
        +
        Decode the path component of a URI as path segments. +

        + Any '/' character in the path is considered to be a deliminator + between two path segments. Thus if the path is '/' then the path segment + list will contain two empty path segments. If the path is "//" then + the path segment list will contain three empty path segments. If the path + is "/a/" the path segment list will consist of the following path + segments in order: "", "a" and "". +

        +
        +
        Parameters:
        +
        path - the path component in encoded form.
        +
        decode - true if the path segments of the path component + should be in decoded form.
        +
        Returns:
        +
        the list of path segments.
        +
        +
      • +
      + + + +
        +
      • +

        decodePathSegment

        +
        public static void decodePathSegment(List<jakarta.ws.rs.core.PathSegment> segments,
        +                                     String segment,
        +                                     boolean decode)
        +
        Decode the path segment and add it to the list of path segments.
        +
        +
        Parameters:
        +
        segments - mutable list of path segments.
        +
        segment - path segment to be decoded.
        +
        decode - true if the path segment should be in a decoded form.
        +
        +
      • +
      + + + +
        +
      • +

        decodeMatrix

        +
        public static jakarta.ws.rs.core.MultivaluedMap<String,String> decodeMatrix(String pathSegment,
        +                                                                            boolean decode)
        +
        Decode the matrix component of a URI path segment.
        +
        +
        Parameters:
        +
        pathSegment - the path segment component in encoded form.
        +
        decode - true if the matrix parameters of the path segment component + should be in decoded form.
        +
        Returns:
        +
        the multivalued map of matrix parameters.
        +
        +
      • +
      + + + +
        +
      • +

        isHexCharacter

        +
        public static boolean isHexCharacter(char c)
        +
        Checks whether the character c is hexadecimal character.
        +
        +
        Parameters:
        +
        c - Any character
        +
        Returns:
        +
        The is c is a hexadecimal character (e.g. 0, 5, a, A, f, ...)
        +
        +
      • +
      + + + +
        +
      • +

        fullRelativeUri

        +
        public static String fullRelativeUri(URI uri)
        +
        Return the Request-Uri representation as defined by HTTP spec. For example: +
        <Method> <Request-URI> HTTP/<Version> (e.g. GET /auth;foo=bar/hello?foo=bar HTTP/1.1)
        +
        +
        Parameters:
        +
        uri - uri to obtain Request-Uri from.
        +
        Returns:
        +
        Request-Uri representation or null if uri is not provided.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/UriTemplate.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/UriTemplate.html new file mode 100644 index 000000000..19abccd7e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/UriTemplate.html @@ -0,0 +1,1234 @@ + + + + + + +UriTemplate (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.uri
+

Class UriTemplate

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    PathTemplate
    +
    +
    +
    +
    public class UriTemplate
    +extends Object
    +
    A URI template.
    +
    +
    Author:
    +
    Paul Sandoz, Martin Matula, Gerard Davison (gerard.davison at oracle.com)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        COMPARATOR

        +
        public static final Comparator<UriTemplate> COMPARATOR
        +
        Order the templates according to JAX-RS specification. +

        + Sort the set of matching resource classes using the number of + characters in the regular expression not resulting from template + variables as the primary key, the number of matching groups + as a secondary key, and the number of explicit regular expression + declarations as the tertiary key. +

        +
      • +
      + + + +
        +
      • +

        EMPTY

        +
        public static final UriTemplate EMPTY
        +
        The empty URI template that matches the null or empty URI path.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UriTemplate

        +
        public UriTemplate(String template)
        +            throws PatternSyntaxException,
        +                   IllegalArgumentException
        +
        Construct a new URI template. +

        + The template will be parsed to extract template variables. +

        +

        + A specific regular expression will be generated from the template + to match URIs according to the template and map template variables to + template values. +

        +
        +
        Parameters:
        +
        template - the template.
        +
        Throws:
        +
        PatternSyntaxException - if the specified + regular expression could not be generated
        +
        IllegalArgumentException - if the template is null or + an empty string.
        +
        +
      • +
      + + + +
        +
      • +

        UriTemplate

        +
        protected UriTemplate(UriTemplateParser templateParser)
        +               throws PatternSyntaxException,
        +                      IllegalArgumentException
        +
        Construct a new URI template. +

        + The template will be parsed to extract template variables. +

        + A specific regular expression will be generated from the template + to match URIs according to the template and map template variables to + template values. +

        +
        +
        Parameters:
        +
        templateParser - the parser to parse the template.
        +
        Throws:
        +
        PatternSyntaxException - if the specified + regular expression could not be generated
        +
        IllegalArgumentException - if the template is null or + an empty string.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        resolve

        +
        public static URI resolve(URI baseUri,
        +                          String refUri)
        +
        Resolve a relative URI reference against a base URI as defined in + RFC 3986.
        +
        +
        Parameters:
        +
        baseUri - base URI to be used for resolution.
        +
        refUri - reference URI string to be resolved against the base URI.
        +
        Returns:
        +
        resolved URI.
        +
        Throws:
        +
        IllegalArgumentException - If the given string violates the URI specification RFC.
        +
        +
      • +
      + + + +
        +
      • +

        resolve

        +
        public static URI resolve(URI baseUri,
        +                          URI refUri)
        +
        Resolve a relative URI reference against a base URI as defined in + RFC 3986.
        +
        +
        Parameters:
        +
        baseUri - base URI to be used for resolution.
        +
        refUri - reference URI to be resolved against the base URI.
        +
        Returns:
        +
        resolved URI.
        +
        +
      • +
      + + + +
        +
      • +

        normalize

        +
        public static URI normalize(String uri)
        +
        Normalize the URI by resolve the dot & dot-dot path segments as described in + RFC 3986. + + This method provides a workaround for issues with URI.normalize() which + is not able to properly normalize absolute paths that start with a ".." segment, + e.g. "/../a/b" as required by RFC 3986 (according to RFC 3986 the path "/../a/b" + should resolve to "/a/b", while URI.normalize() keeps the ".." segment + in the URI path.
        +
        +
        Parameters:
        +
        uri - the original URI string.
        +
        Returns:
        +
        the URI with dot and dot-dot segments resolved.
        +
        Throws:
        +
        IllegalArgumentException - If the given string violates the URI specification RFC.
        +
        See Also:
        +
        URI.normalize()
        +
        +
      • +
      + + + +
        +
      • +

        normalize

        +
        public static URI normalize(URI uri)
        +
        Normalize the URI by resolve the dot & dot-dot path segments as described in + RFC 3986. + + This method provides a workaround for issues with URI.normalize() which + is not able to properly normalize absolute paths that start with a ".." segment, + e.g. "/../a/b" as required by RFC 3986 (according to RFC 3986 the path "/../a/b" + should resolve to "/a/b", while URI.normalize() keeps the ".." segment + in the URI path.
        +
        +
        Parameters:
        +
        uri - the original URI.
        +
        Returns:
        +
        the URI with dot and dot-dot segments resolved.
        +
        See Also:
        +
        URI.normalize()
        +
        +
      • +
      + + + +
        +
      • +

        relativize

        +
        public static URI relativize(URI baseUri,
        +                             URI refUri)
        +
        Relativize URI with respect to a base URI. + + After the relativization is done, dots in paths of both URIs are resolved.
        +
        +
        Parameters:
        +
        baseUri - base URI to be used for relativization.
        +
        refUri - URI to be relativized.
        +
        Returns:
        +
        relativized URI.
        +
        +
      • +
      + + + +
        +
      • +

        getTemplate

        +
        public final String getTemplate()
        +
        Get the URI template as a String.
        +
        +
        Returns:
        +
        the URI template.
        +
        +
      • +
      + + + +
        +
      • +

        getPattern

        +
        public final PatternWithGroups getPattern()
        +
        Get the URI pattern.
        +
        +
        Returns:
        +
        the URI pattern.
        +
        +
      • +
      + + + +
        +
      • +

        endsWithSlash

        +
        public final boolean endsWithSlash()
        +
        Check if the URI template ends in a slash ('/').
        +
        +
        Returns:
        +
        true if the template ends in a '/', otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        getTemplateVariables

        +
        public final List<String> getTemplateVariables()
        +
        Get the list of template variables for the template.
        +
        +
        Returns:
        +
        the list of template variables.
        +
        +
      • +
      + + + +
        +
      • +

        isTemplateVariablePresent

        +
        public final boolean isTemplateVariablePresent(String name)
        +
        Ascertain if a template variable is a member of this + template.
        +
        +
        Parameters:
        +
        name - name The template variable.
        +
        Returns:
        +
        true if the template variable is a member of the template, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        getNumberOfExplicitRegexes

        +
        public final int getNumberOfExplicitRegexes()
        +
        Get the number of explicit regular expressions declared in the template variables.
        +
        +
        Returns:
        +
        the number of explicit regular expressions in the template variables.
        +
        +
      • +
      + + + +
        +
      • +

        getNumberOfRegexGroups

        +
        public final int getNumberOfRegexGroups()
        +
        Get the number of regular expression groups
        +
        +
        Returns:
        +
        the number of regular expressions groups
        +
        +
      • +
      + + + +
        +
      • +

        getNumberOfExplicitCharacters

        +
        public final int getNumberOfExplicitCharacters()
        +
        Get the number of characters in the regular expression not resulting + from conversion of template variables.
        +
        +
        Returns:
        +
        the number of explicit characters
        +
        +
      • +
      + + + +
        +
      • +

        getNumberOfTemplateVariables

        +
        public final int getNumberOfTemplateVariables()
        +
        Get the number of template variables.
        +
        +
        Returns:
        +
        the number of template variables.
        +
        +
      • +
      + + + +
        +
      • +

        match

        +
        public final boolean match(CharSequence uri,
        +                           Map<String,String> templateVariableToValue)
        +                    throws IllegalArgumentException
        +
        Match a URI against the template. +

        + If the URI matches against the pattern then the template variable to value + map will be filled with template variables as keys and template values as + values. +

        +
        +
        Parameters:
        +
        uri - the uri to match against the template.
        +
        templateVariableToValue - the map where to put template variables (as keys) + and template values (as values). The map is cleared before any + entries are put.
        +
        Returns:
        +
        true if the URI matches the template, otherwise false.
        +
        Throws:
        +
        IllegalArgumentException - if the uri or + templateVariableToValue is null.
        +
        +
      • +
      + + + +
        +
      • +

        match

        +
        public final boolean match(CharSequence uri,
        +                           List<String> groupValues)
        +                    throws IllegalArgumentException
        +
        Match a URI against the template. +

        + If the URI matches against the pattern the capturing group values (if any) + will be added to a list passed in as parameter. +

        +
        +
        Parameters:
        +
        uri - the uri to match against the template.
        +
        groupValues - the list to store the values of a pattern's + capturing groups is matching is successful. The values are stored + in the same order as the pattern's capturing groups.
        +
        Returns:
        +
        true if the URI matches the template, otherwise false.
        +
        Throws:
        +
        IllegalArgumentException - if the uri or + templateVariableToValue is null.
        +
        +
      • +
      + + + +
        +
      • +

        createURI

        +
        public final String createURI(Map<String,String> values)
        +
        Create a URI by substituting any template variables + for corresponding template values. +

        + A URI template variable without a value will be substituted by the + empty string.

        +
        +
        Parameters:
        +
        values - the map of template variables to template values.
        +
        Returns:
        +
        the URI.
        +
        +
      • +
      + + + +
        +
      • +

        createURI

        +
        public final String createURI(String... values)
        +
        Create a URI by substituting any template variables + for corresponding template values. +

        + A URI template variable without a value will be substituted by the + empty string.

        +
        +
        Parameters:
        +
        values - the array of template values. The values will be + substituted in order of occurrence of unique template variables.
        +
        Returns:
        +
        the URI.
        +
        +
      • +
      + + + +
        +
      • +

        createURI

        +
        public final String createURI(String[] values,
        +                              int offset,
        +                              int length)
        +
        Create a URI by substituting any template variables + for corresponding template values. +

        + A URI template variable without a value will be substituted by the + empty string.

        +
        +
        Parameters:
        +
        values - the array of template values. The values will be + substituted in order of occurrence of unique template variables.
        +
        offset - the offset into the template value array.
        +
        length - the length of the template value array.
        +
        Returns:
        +
        the URI.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        hashCode

        +
        public final int hashCode()
        +
        Hash code is calculated from String of the regular expression + generated from the template.
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        Returns:
        +
        the hash code.
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public final boolean equals(Object o)
        +
        Equality is calculated from the String of the regular expression + generated from the templates.
        +
        +
        Overrides:
        +
        equals in class Object
        +
        Parameters:
        +
        o - the reference object with which to compare.
        +
        Returns:
        +
        true if equals, otherwise false.
        +
        +
      • +
      + + + +
        +
      • +

        createURI

        +
        public static String createURI(String scheme,
        +                               String authority,
        +                               String userInfo,
        +                               String host,
        +                               String port,
        +                               String path,
        +                               String query,
        +                               String fragment,
        +                               Map<String,?> values,
        +                               boolean encode,
        +                               boolean encodeSlashInPath)
        +
        Construct a URI from the component parts each of which may contain + template variables. +

        + A template values is an Object instance MUST support the toString() + method to convert the template value to a String instance. +

        +
        +
        Parameters:
        +
        scheme - the URI scheme component.
        +
        authority - the URI authority component.
        +
        userInfo - the URI user info component.
        +
        host - the URI host component.
        +
        port - the URI port component.
        +
        path - the URI path component.
        +
        query - the URI query component.
        +
        fragment - the URI fragment component.
        +
        values - the template variable to value map.
        +
        encode - if true encode a template value according to the correspond + component type of the associated template variable, otherwise + contextually encode the template value.
        +
        encodeSlashInPath - if true, the slash ('/') characters + in parameter values will be encoded if the template + is placed in the URI path component, otherwise the slash + characters will not be encoded in path templates.
        +
        Returns:
        +
        a URI.
        +
        +
      • +
      + + + +
        +
      • +

        createURIWithStringValues

        +
        public static String createURIWithStringValues(String scheme,
        +                                               String authority,
        +                                               String userInfo,
        +                                               String host,
        +                                               String port,
        +                                               String path,
        +                                               String query,
        +                                               String fragment,
        +                                               Map<String,?> values,
        +                                               boolean encode,
        +                                               boolean encodeSlashInPath)
        +
        Construct a URI from the component parts each of which may contain + template variables. +

        + A template value is an Object instance that MUST support the toString() + method to convert the template value to a String instance. +

        +
        +
        Parameters:
        +
        scheme - the URI scheme component.
        +
        authority - the URI authority info component.
        +
        userInfo - the URI user info component.
        +
        host - the URI host component.
        +
        port - the URI port component.
        +
        path - the URI path component.
        +
        query - the URI query component.
        +
        fragment - the URI fragment component.
        +
        values - the template variable to value map.
        +
        encode - if true encode a template value according to the correspond + component type of the associated template variable, otherwise + contextually encode the template value.
        +
        encodeSlashInPath - if true, the slash ('/') characters + in parameter values will be encoded if the template + is placed in the URI path component, otherwise the slash + characters will not be encoded in path templates.
        +
        Returns:
        +
        a URI.
        +
        +
      • +
      + + + +
        +
      • +

        createURI

        +
        public static String createURI(String scheme,
        +                               String authority,
        +                               String userInfo,
        +                               String host,
        +                               String port,
        +                               String path,
        +                               String query,
        +                               String fragment,
        +                               Object[] values,
        +                               boolean encode,
        +                               boolean encodeSlashInPath)
        +
        Construct a URI from the component parts each of which may contain + template variables. +

        + The template values are an array of Object and each Object instance + MUST support the toString() method to convert the template value to + a String instance. +

        +
        +
        Parameters:
        +
        scheme - the URI scheme component.
        +
        authority - the URI authority component.
        +
        userInfo - the URI user info component.
        +
        host - the URI host component.
        +
        port - the URI port component.
        +
        path - the URI path component.
        +
        query - the URI query component.
        +
        fragment - the URI fragment component.
        +
        values - the array of template values.
        +
        encode - if true encode a template value according to the correspond + component type of the associated template variable, otherwise + contextually encode the template value.
        +
        encodeSlashInPath - if true, the slash ('/') characters + in parameter values will be encoded if the template + is placed in the URI path component, otherwise the slash + characters will not be encoded in path templates.
        +
        Returns:
        +
        a URI.
        +
        +
      • +
      + + + +
        +
      • +

        createURIWithStringValues

        +
        public static String createURIWithStringValues(String scheme,
        +                                               String authority,
        +                                               String userInfo,
        +                                               String host,
        +                                               String port,
        +                                               String path,
        +                                               String query,
        +                                               String fragment,
        +                                               String[] values,
        +                                               boolean encode,
        +                                               boolean encodeSlashInPath)
        +
        Construct a URI from the component parts each of which may contain + template variables.
        +
        +
        Parameters:
        +
        scheme - the URI scheme component.
        +
        authority - the URI authority component.
        +
        userInfo - the URI user info component.
        +
        host - the URI host component.
        +
        port - the URI port component.
        +
        path - the URI path component.
        +
        query - the URI query component.
        +
        fragment - the URI fragment component.
        +
        values - the array of template values.
        +
        encode - if true encode a template value according to the correspond + component type of the associated template variable, otherwise + contextually encode the template value.
        +
        encodeSlashInPath - if true, the slash ('/') characters + in parameter values will be encoded if the template + is placed in the URI path component, otherwise the slash + characters will not be encoded in path templates.
        +
        Returns:
        +
        a URI.
        +
        +
      • +
      + + + +
        +
      • +

        resolveTemplateValues

        +
        public static String resolveTemplateValues(UriComponent.Type type,
        +                                           String template,
        +                                           boolean encode,
        +                                           Map<String,?> _mapValues)
        +
        Resolves template variables in the given template from _mapValues. Resolves only these variables which are + defined in the _mapValues leaving other variables unchanged.
        +
        +
        Parameters:
        +
        type - Type of the template (port, path, query, ...).
        +
        template - Input uri component to resolve.
        +
        encode - True if template values from _mapValues should be percent encoded.
        +
        _mapValues - Map with template variables as keys and template values as values. None of them should be null.
        +
        Returns:
        +
        String with resolved template variables.
        +
        Throws:
        +
        IllegalArgumentException - when _mapValues value is null.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/JerseyQueryParamStyle.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/JerseyQueryParamStyle.html new file mode 100644 index 000000000..0508633c5 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/JerseyQueryParamStyle.html @@ -0,0 +1,203 @@ + + + + + + +Uses of Class org.glassfish.jersey.uri.JerseyQueryParamStyle (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.uri.JerseyQueryParamStyle

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PathPattern.RightHandPath.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PathPattern.RightHandPath.html new file mode 100644 index 000000000..fe05ea9e5 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PathPattern.RightHandPath.html @@ -0,0 +1,198 @@ + + + + + + +Uses of Class org.glassfish.jersey.uri.PathPattern.RightHandPath (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.uri.PathPattern.RightHandPath

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PathPattern.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PathPattern.html new file mode 100644 index 000000000..5428efd66 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PathPattern.html @@ -0,0 +1,231 @@ + + + + + + +Uses of Class org.glassfish.jersey.uri.PathPattern (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.uri.PathPattern

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PathTemplate.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PathTemplate.html new file mode 100644 index 000000000..da51a6e5a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PathTemplate.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Class org.glassfish.jersey.uri.PathTemplate (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.uri.PathTemplate

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PatternWithGroups.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PatternWithGroups.html new file mode 100644 index 000000000..a1ee8535d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PatternWithGroups.html @@ -0,0 +1,202 @@ + + + + + + +Uses of Class org.glassfish.jersey.uri.PatternWithGroups (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.uri.PatternWithGroups

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/UriComponent.Type.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/UriComponent.Type.html new file mode 100644 index 000000000..53438650f --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/UriComponent.Type.html @@ -0,0 +1,276 @@ + + + + + + +Uses of Class org.glassfish.jersey.uri.UriComponent.Type (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.uri.UriComponent.Type

+
+
+
    +
  • + + + + + + + + + + + + +
    Packages that use UriComponent.Type 
    PackageDescription
    org.glassfish.jersey.uri +
    Common Jersey classes that provide support for JAX-RS URI templates and + encoding/decoding of URI components.
    +
    +
  • +
  • +
      +
    • + + +

      Uses of UriComponent.Type in org.glassfish.jersey.uri

      + + + + + + + + + + + + + + + + +
      Methods in org.glassfish.jersey.uri that return UriComponent.Type 
      Modifier and TypeMethod and Description
      static UriComponent.TypeUriComponent.Type.valueOf(String name) +
      Returns the enum constant of this type with the specified name.
      +
      static UriComponent.Type[]UriComponent.Type.values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods in org.glassfish.jersey.uri with parameters of type UriComponent.Type 
      Modifier and TypeMethod and Description
      static StringUriComponent.contextualEncode(String s, + UriComponent.Type t) +
      Contextually encodes the characters of string that are either non-ASCII + characters or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
      +
      static StringUriComponent.contextualEncode(String s, + UriComponent.Type t, + boolean template) +
      Contextually encodes the characters of string that are either non-ASCII + characters or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
      +
      static StringUriComponent.decode(String s, + UriComponent.Type t) +
      Decodes characters of a string that are percent-encoded octets using + UTF-8 decoding (if needed).
      +
      static StringUriComponent.encode(String s, + UriComponent.Type t) +
      Encodes the characters of string that are either non-ASCII characters + or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
      +
      static StringUriComponent.encode(String s, + UriComponent.Type t, + boolean template) +
      Encodes the characters of string that are either non-ASCII characters + or are ASCII characters that must be percent-encoded using the + UTF-8 encoding.
      +
      static StringUriTemplate.resolveTemplateValues(UriComponent.Type type, + String template, + boolean encode, + Map<String,?> _mapValues) +
      Resolves template variables in the given template from _mapValues.
      +
      static booleanUriComponent.valid(String s, + UriComponent.Type t) +
      Validates the legal characters of a percent-encoded string that + represents a URI component type.
      +
      static booleanUriComponent.valid(String s, + UriComponent.Type t, + boolean template) +
      Validates the legal characters of a percent-encoded string that + represents a URI component type.
      +
      static voidUriComponent.validate(String s, + UriComponent.Type t) +
      Validates the legal characters of a percent-encoded string that + represents a URI component type.
      +
      static voidUriComponent.validate(String s, + UriComponent.Type t, + boolean template) +
      Validates the legal characters of a percent-encoded string that + represents a URI component type.
      +
      +
    • +
    +
  • +
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/UriComponent.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/UriComponent.html new file mode 100644 index 000000000..01635ad77 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/UriComponent.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.uri.UriComponent (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.uri.UriComponent

+
+
No usage of org.glassfish.jersey.uri.UriComponent
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/UriTemplate.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/UriTemplate.html new file mode 100644 index 000000000..c89bff004 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/UriTemplate.html @@ -0,0 +1,214 @@ + + + + + + +Uses of Class org.glassfish.jersey.uri.UriTemplate (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.uri.UriTemplate

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/JerseyUriBuilder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/JerseyUriBuilder.html new file mode 100644 index 000000000..cea7d430e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/JerseyUriBuilder.html @@ -0,0 +1,956 @@ + + + + + + +JerseyUriBuilder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.uri.internal
+

Class JerseyUriBuilder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.core.UriBuilder
    • +
    • +
        +
      • org.glassfish.jersey.uri.internal.JerseyUriBuilder
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class JerseyUriBuilder
    +extends jakarta.ws.rs.core.UriBuilder
    +
    A Jersey implementation of UriBuilder.
    +
    +
    Author:
    +
    Paul Sandoz, Martin Matula, Miroslav Fuksa, Vetle Leinonen-Roeim (vetle at roeim.net)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JerseyUriBuilder

        +
        public JerseyUriBuilder()
        +
        Create new implementation of UriBuilder.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        clone

        +
        public JerseyUriBuilder clone()
        +
        +
        Overrides:
        +
        clone in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        uri

        +
        public JerseyUriBuilder uri(URI uri)
        +
        +
        Specified by:
        +
        uri in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        uri

        +
        public JerseyUriBuilder uri(String uriTemplate)
        +
        +
        Specified by:
        +
        uri in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        scheme

        +
        public JerseyUriBuilder scheme(String scheme)
        +
        +
        Specified by:
        +
        scheme in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        schemeSpecificPart

        +
        public JerseyUriBuilder schemeSpecificPart(String ssp)
        +
        +
        Specified by:
        +
        schemeSpecificPart in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        userInfo

        +
        public JerseyUriBuilder userInfo(String ui)
        +
        +
        Specified by:
        +
        userInfo in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        host

        +
        public JerseyUriBuilder host(String host)
        +
        +
        Specified by:
        +
        host in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        port

        +
        public JerseyUriBuilder port(int port)
        +
        +
        Specified by:
        +
        port in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        replacePath

        +
        public JerseyUriBuilder replacePath(String path)
        +
        +
        Specified by:
        +
        replacePath in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        path

        +
        public JerseyUriBuilder path(String path)
        +
        +
        Specified by:
        +
        path in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + + + + + +
        +
      • +

        path

        +
        public JerseyUriBuilder path(Class resource,
        +                             String methodName)
        +
        +
        Specified by:
        +
        path in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        path

        +
        public JerseyUriBuilder path(Method method)
        +
        +
        Specified by:
        +
        path in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + + + + + +
        +
      • +

        replaceMatrix

        +
        public JerseyUriBuilder replaceMatrix(String matrix)
        +
        +
        Specified by:
        +
        replaceMatrix in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        matrixParam

        +
        public JerseyUriBuilder matrixParam(String name,
        +                                    Object... values)
        +
        +
        Specified by:
        +
        matrixParam in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        replaceMatrixParam

        +
        public JerseyUriBuilder replaceMatrixParam(String name,
        +                                           Object... values)
        +
        +
        Specified by:
        +
        replaceMatrixParam in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        replaceQuery

        +
        public JerseyUriBuilder replaceQuery(String query)
        +
        +
        Specified by:
        +
        replaceQuery in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        queryParam

        +
        public JerseyUriBuilder queryParam(String name,
        +                                   Object... values)
        +
        +
        Specified by:
        +
        queryParam in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + + + + + +
        +
      • +

        replaceQueryParam

        +
        public JerseyUriBuilder replaceQueryParam(String name,
        +                                          Object... values)
        +
        +
        Specified by:
        +
        replaceQueryParam in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + + + + + +
        +
      • +

        resolveTemplate

        +
        public JerseyUriBuilder resolveTemplate(String name,
        +                                        Object value,
        +                                        boolean encodeSlashInPath)
        +
        +
        Specified by:
        +
        resolveTemplate in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        resolveTemplateFromEncoded

        +
        public JerseyUriBuilder resolveTemplateFromEncoded(String name,
        +                                                   Object value)
        +
        +
        Specified by:
        +
        resolveTemplateFromEncoded in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        resolveTemplatesFromEncoded

        +
        public JerseyUriBuilder resolveTemplatesFromEncoded(Map<String,Object> templateValues)
        +
        +
        Specified by:
        +
        resolveTemplatesFromEncoded in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        fragment

        +
        public JerseyUriBuilder fragment(String fragment)
        +
        +
        Specified by:
        +
        fragment in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        buildFromMap

        +
        public URI buildFromMap(Map<String,?> values)
        +
        +
        Specified by:
        +
        buildFromMap in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        buildFromMap

        +
        public URI buildFromMap(Map<String,?> values,
        +                        boolean encodeSlashInPath)
        +
        +
        Specified by:
        +
        buildFromMap in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        buildFromEncodedMap

        +
        public URI buildFromEncodedMap(Map<String,?> values)
        +                        throws IllegalArgumentException,
        +                               jakarta.ws.rs.core.UriBuilderException
        +
        +
        Specified by:
        +
        buildFromEncodedMap in class jakarta.ws.rs.core.UriBuilder
        +
        Throws:
        +
        IllegalArgumentException
        +
        jakarta.ws.rs.core.UriBuilderException
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public URI build(Object... values)
        +
        +
        Specified by:
        +
        build in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public URI build(Object[] values,
        +                 boolean encodeSlashInPath)
        +
        +
        Specified by:
        +
        build in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        buildFromEncoded

        +
        public URI buildFromEncoded(Object... values)
        +
        +
        Specified by:
        +
        buildFromEncoded in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + +
        +
      • +

        toTemplate

        +
        public String toTemplate()
        +
        +
        Specified by:
        +
        toTemplate in class jakarta.ws.rs.core.UriBuilder
        +
        +
      • +
      + + + + + + + +
        +
      • +

        isAbsolute

        +
        public boolean isAbsolute()
        +
        Check whether or not the URI represented by this UriBuilder is absolute. +

        + A URI is absolute if, and only if, it has a scheme component.

        +
        +
        Returns:
        +
        true if, and only if, the URI represented by this UriBuilder is absolute.
        +
        Since:
        +
        2.7
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/UriTemplateParser.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/UriTemplateParser.html new file mode 100644 index 000000000..66574c8c1 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/UriTemplateParser.html @@ -0,0 +1,546 @@ + + + + + + +UriTemplateParser (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.uri.internal
+

Class UriTemplateParser

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.uri.internal.UriTemplateParser
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class UriTemplateParser
    +extends Object
    +
    A URI template parser that parses JAX-RS specific URI templates.
    +
    +
    Author:
    +
    Paul Sandoz, Gerard Davison (gerard.davison at oracle.com)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        TEMPLATE_VALUE_PATTERN

        +
        public static final Pattern TEMPLATE_VALUE_PATTERN
        +
        Default URI template value regexp pattern.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UriTemplateParser

        +
        public UriTemplateParser(String template)
        +                  throws IllegalArgumentException
        +
        Parse a template.
        +
        +
        Parameters:
        +
        template - the template.
        +
        Throws:
        +
        IllegalArgumentException - if the template is null, an empty string + or does not conform to a JAX-RS URI template.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getTemplate

        +
        public final String getTemplate()
        +
        Get the template.
        +
        +
        Returns:
        +
        the template.
        +
        +
      • +
      + + + +
        +
      • +

        getPattern

        +
        public final Pattern getPattern()
        +
        Get the pattern.
        +
        +
        Returns:
        +
        the pattern.
        +
        +
      • +
      + + + +
        +
      • +

        getNormalizedTemplate

        +
        public final String getNormalizedTemplate()
        +
        Get the normalized template. +

        + A normalized template is a template without any explicit regular + expressions.

        +
        +
        Returns:
        +
        the normalized template.
        +
        +
      • +
      + + + +
        +
      • +

        getNameToPattern

        +
        public final Map<String,Pattern> getNameToPattern()
        +
        Get the map of template names to patterns.
        +
        +
        Returns:
        +
        the map of template names to patterns.
        +
        +
      • +
      + + + +
        +
      • +

        getNames

        +
        public final List<String> getNames()
        +
        Get the list of template names.
        +
        +
        Returns:
        +
        the list of template names.
        +
        +
      • +
      + + + +
        +
      • +

        getGroupCounts

        +
        public final List<Integer> getGroupCounts()
        +
        Get the capturing group counts for each template variable.
        +
        +
        Returns:
        +
        the capturing group counts.
        +
        +
      • +
      + + + +
        +
      • +

        getGroupIndexes

        +
        public final int[] getGroupIndexes()
        +
        Get the group indexes to capturing groups. +

        + Any nested capturing groups will be ignored and the + the group index will refer to the top-level capturing + groups associated with the templates variables.

        +
        +
        Returns:
        +
        the group indexes to capturing groups.
        +
        +
      • +
      + + + +
        +
      • +

        getNumberOfExplicitRegexes

        +
        public final int getNumberOfExplicitRegexes()
        +
        Get the number of explicit regular expressions.
        +
        +
        Returns:
        +
        the number of explicit regular expressions.
        +
        +
      • +
      + + + +
        +
      • +

        getNumberOfRegexGroups

        +
        public final int getNumberOfRegexGroups()
        +
        Get the number of regular expression groups
        +
        +
        Returns:
        +
        the number of regular expressions groups
        +
        Since:
        +
        2.9
        +
        +
      • +
      + + + +
        +
      • +

        getNumberOfLiteralCharacters

        +
        public final int getNumberOfLiteralCharacters()
        +
        Get the number of literal characters.
        +
        +
        Returns:
        +
        the number of literal characters.
        +
        +
      • +
      + + + +
        +
      • +

        encodeLiteralCharacters

        +
        protected String encodeLiteralCharacters(String characters)
        +
        Encode literal characters of a template.
        +
        +
        Parameters:
        +
        characters - the literal characters
        +
        Returns:
        +
        the encoded literal characters.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/class-use/JerseyUriBuilder.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/class-use/JerseyUriBuilder.html new file mode 100644 index 000000000..1148f24a7 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/class-use/JerseyUriBuilder.html @@ -0,0 +1,283 @@ + + + + + + +Uses of Class org.glassfish.jersey.uri.internal.JerseyUriBuilder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.uri.internal.JerseyUriBuilder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/class-use/UriTemplateParser.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/class-use/UriTemplateParser.html new file mode 100644 index 000000000..16178c906 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/class-use/UriTemplateParser.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Class org.glassfish.jersey.uri.internal.UriTemplateParser (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.uri.internal.UriTemplateParser

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-frame.html new file mode 100644 index 000000000..970538bca --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +org.glassfish.jersey.uri.internal (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.uri.internal

+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-summary.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-summary.html new file mode 100644 index 000000000..029c914eb --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-summary.html @@ -0,0 +1,163 @@ + + + + + + +org.glassfish.jersey.uri.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.uri.internal

+
+
Common Jersey internal classes that provide support for JAX-RS URI templates and + encoding/decoding of URI components.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    JerseyUriBuilder +
    A Jersey implementation of UriBuilder.
    +
    UriTemplateParser +
    A URI template parser that parses JAX-RS specific URI templates.
    +
    +
  • +
+ + + +

Package org.glassfish.jersey.uri.internal Description

+
Common Jersey internal classes that provide support for JAX-RS URI templates and + encoding/decoding of URI components.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-tree.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-tree.html new file mode 100644 index 000000000..eb5d490da --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-tree.html @@ -0,0 +1,144 @@ + + + + + + +org.glassfish.jersey.uri.internal Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.uri.internal

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-use.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-use.html new file mode 100644 index 000000000..2dcb66d15 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-use.html @@ -0,0 +1,188 @@ + + + + + + +Uses of Package org.glassfish.jersey.uri.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.uri.internal

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-frame.html new file mode 100644 index 000000000..8254cd61b --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-frame.html @@ -0,0 +1,31 @@ + + + + + + +org.glassfish.jersey.uri (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.uri

+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-summary.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-summary.html new file mode 100644 index 000000000..38ae13767 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-summary.html @@ -0,0 +1,216 @@ + + + + + + +org.glassfish.jersey.uri (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.uri

+
+
Common Jersey classes that provide support for JAX-RS URI templates and + encoding/decoding of URI components.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    PathPattern +
    A path pattern that is a regular expression generated from a URI path + template.
    +
    PathTemplate +
    A URI template for a URI path.
    +
    PatternWithGroups +
    A pattern for matching a string against a regular expression + and returning capturing group values for any capturing groups present in + the expression.
    +
    UriComponent +
    Utility class for validating, encoding and decoding components + of a URI.
    +
    UriTemplate +
    A URI template.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + +
    Enum Summary 
    EnumDescription
    JerseyQueryParamStyle +
    JerseyQueryParamStyle is used to specify the desired format of query param + when multiple values are sent for the same parameter.
    +
    PathPattern.RightHandPath +
    The set of right hand path patterns that may be appended to a path + pattern.
    +
    UriComponent.Type +
    The URI component type.
    +
    +
  • +
+ + + +

Package org.glassfish.jersey.uri Description

+
Common Jersey classes that provide support for JAX-RS URI templates and + encoding/decoding of URI components.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-tree.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-tree.html new file mode 100644 index 000000000..112c2038a --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-tree.html @@ -0,0 +1,163 @@ + + + + + + +org.glassfish.jersey.uri Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.uri

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-use.html b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-use.html new file mode 100644 index 000000000..404775299 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-use.html @@ -0,0 +1,224 @@ + + + + + + +Uses of Package org.glassfish.jersey.uri (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.uri

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/overview-frame.html b/project-info/3.0.8/jersey/jersey-common/apidocs/overview-frame.html new file mode 100644 index 000000000..81665236d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/overview-frame.html @@ -0,0 +1,33 @@ + + + + + + +Overview List (Jersey 3.0.8 API) + + + + + + + +

 

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/overview-summary.html b/project-info/3.0.8/jersey/jersey-common/apidocs/overview-summary.html new file mode 100644 index 000000000..596e5a04e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/overview-summary.html @@ -0,0 +1,210 @@ + + + + + + +Overview (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Jersey 3.0.8 API Documentation

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
org.glassfish.jersey +
Common Jersey core classes.
+
org.glassfish.jersey.internal +
Common Jersey internal API classes.
+
org.glassfish.jersey.logging +
Logging feature provides the logging of requests and responses on server and client.
+
org.glassfish.jersey.message +
Common Jersey messaging classes.
+
org.glassfish.jersey.message.internal +
Common Jersey internal messaging classes.
+
org.glassfish.jersey.model +
Common Jersey model related classes and interfaces.
+
org.glassfish.jersey.model.internal +
Common Jersey internal model related classes and interfaces.
+
org.glassfish.jersey.process +
Common Jersey processing classes.
+
org.glassfish.jersey.process.internal +
Common Jersey internal processing classes.
+
org.glassfish.jersey.spi +
Common Jersey service provider contract (SPI) classes.
+
org.glassfish.jersey.uri +
Common Jersey classes that provide support for JAX-RS URI templates and + encoding/decoding of URI components.
+
org.glassfish.jersey.uri.internal +
Common Jersey internal classes that provide support for JAX-RS URI templates and + encoding/decoding of URI components.
+
+
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/overview-tree.html b/project-info/3.0.8/jersey/jersey-common/apidocs/overview-tree.html new file mode 100644 index 000000000..f9a509a76 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/overview-tree.html @@ -0,0 +1,480 @@ + + + + + + +Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/package-list b/project-info/3.0.8/jersey/jersey-common/apidocs/package-list new file mode 100644 index 000000000..9d05d1803 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/package-list @@ -0,0 +1,12 @@ +org.glassfish.jersey +org.glassfish.jersey.internal +org.glassfish.jersey.logging +org.glassfish.jersey.message +org.glassfish.jersey.message.internal +org.glassfish.jersey.model +org.glassfish.jersey.model.internal +org.glassfish.jersey.process +org.glassfish.jersey.process.internal +org.glassfish.jersey.spi +org.glassfish.jersey.uri +org.glassfish.jersey.uri.internal diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/script.js b/project-info/3.0.8/jersey/jersey-common/apidocs/script.js new file mode 100644 index 000000000..b34635693 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/serialized-form.html b/project-info/3.0.8/jersey/jersey-common/apidocs/serialized-form.html new file mode 100644 index 000000000..05acee775 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/serialized-form.html @@ -0,0 +1,202 @@ + + + + + + +Serialized Form (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/jersey-common/apidocs/stylesheet.css b/project-info/3.0.8/jersey/jersey-common/apidocs/stylesheet.css new file mode 100644 index 000000000..98055b22d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/project-info/3.0.8/jersey/jersey-common/css/maven-base.css b/project-info/3.0.8/jersey/jersey-common/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/jersey-common/css/maven-theme.css b/project-info/3.0.8/jersey/jersey-common/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/jersey-common/css/print.css b/project-info/3.0.8/jersey/jersey-common/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/jersey-common/css/site.css b/project-info/3.0.8/jersey/jersey-common/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/jersey-common/dependencies.html b/project-info/3.0.8/jersey/jersey-common/dependencies.html new file mode 100644 index 000000000..dedc1ec41 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/dependencies.html @@ -0,0 +1,524 @@ + + + + + + jersey-core-common – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.hamcresthamcrest2.2jarBSD License 3
org.mockitomockito-core3.9.0jarThe MIT License
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicensesOptional
org.osgiorg.osgi.core6.0.0jarApache License, Version 2.0No
com.sun.activationjakarta.activation2.0.1jarEDL 1.0Yes
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
net.bytebuddybyte-buddy1.10.20jarApache License, Version 2.0
net.bytebuddybyte-buddy-agent1.10.20jarApache License, Version 2.0
org.hamcresthamcrest-core1.3jarNew BSD License
org.objenesisobjenesis3.2jarApache License, Version 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-common

+

Eclipse Public License 1.0: JUnit

+

BSD License 3: Hamcrest

+

Public Domain: jersey-core-common

+

GPL2 w/ CPE: Jakarta Annotations API, OSGi resource locator

+

New BSD License: Hamcrest Core

+

EDL 1.0: Jakarta Activation

+

The MIT License: mockito-core

+

Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, org.osgi.core

+

EPL 2.0: Jakarta Annotations API, OSGi resource locator, jersey-core-common

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
byte-buddy-1.10.20.jar3.5 MB2512245737-Yes
byte-buddy-agent-1.10.20.jar259.2 kB81632-Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
mockito-core-3.9.0.jar666.3 kB663590651.8Yes
objenesis-3.2.jar49.4 kB5943101.8Yes
org.osgi.core-6.0.0.jar475.3 kB387158211.5Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
135.8 MB454240221981.812
compile: 4compile: 194.3 kBcompile: 223compile: 171compile: 14-compile: 3
test: 7test: 5 MBtest: 3876test: 3654test: 160-test: 7
provided: 2provided: 537.4 kBprovided: 443provided: 197provided: 24-provided: 2
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/images/close.gif b/project-info/3.0.8/jersey/jersey-common/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-common/images/close.gif differ diff --git a/project-info/3.0.8/jersey/jersey-common/images/collapsed.gif b/project-info/3.0.8/jersey/jersey-common/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-common/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/jersey-common/images/expanded.gif b/project-info/3.0.8/jersey/jersey-common/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-common/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/jersey-common/images/external.png b/project-info/3.0.8/jersey/jersey-common/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-common/images/external.png differ diff --git a/project-info/3.0.8/jersey/jersey-common/images/icon_error_sml.gif b/project-info/3.0.8/jersey/jersey-common/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-common/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/jersey-common/images/icon_info_sml.gif b/project-info/3.0.8/jersey/jersey-common/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-common/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/jersey-common/images/icon_success_sml.gif b/project-info/3.0.8/jersey/jersey-common/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-common/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/jersey-common/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/jersey-common/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-common/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/jersey-common/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/jersey-common/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-common/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/jersey-common/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/jersey-common/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-common/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/jersey-common/images/logos/maven-feather.png b/project-info/3.0.8/jersey/jersey-common/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-common/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/jersey-common/images/newwindow.png b/project-info/3.0.8/jersey/jersey-common/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-common/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/jersey-common/index.html b/project-info/3.0.8/jersey/jersey-common/index.html new file mode 100644 index 000000000..3e0f9615d --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-core-common – About + + + + + + + + +
+ +
+
+
+
+

About jersey-core-common

+

Jersey core common packages

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/project-info.html b/project-info/3.0.8/jersey/jersey-common/project-info.html new file mode 100644 index 000000000..72e913974 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-core-common – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey core common packages
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/jersey-common/project-reports.html b/project-info/3.0.8/jersey/jersey-common/project-reports.html new file mode 100644 index 000000000..39bae22f9 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-common/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-core-common – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/jersey-server/css/maven-base.css b/project-info/3.0.8/jersey/jersey-server/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-server/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/jersey-server/css/maven-theme.css b/project-info/3.0.8/jersey/jersey-server/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-server/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/jersey-server/css/print.css b/project-info/3.0.8/jersey/jersey-server/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-server/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/jersey-server/css/site.css b/project-info/3.0.8/jersey/jersey-server/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-server/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/jersey-server/dependencies.html b/project-info/3.0.8/jersey/jersey-server/dependencies.html new file mode 100644 index 000000000..80942ff80 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-server/dependencies.html @@ -0,0 +1,788 @@ + + + + + + jersey-core-server – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest2.2jarBSD License 3
org.jbossjboss-vfs3.2.6.Finaljarasl
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicensesOptional
org.osgiorg.osgi.core6.0.0jarApache License, Version 2.0No
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0Yes
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.jboss.loggingjboss-logging3.3.0.FinaljarApache License, version 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-inject-hk2, jersey-media-jaxb

+

BSD License 3: Hamcrest

+

Public Domain: jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-inject-hk2, jersey-media-jaxb

+

EDL 1.0: Jakarta Activation, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb

+

Apache License, Version 2.0: org.osgi.core

+

Eclipse Distribution License - v 1.0: JAXB OSGI, Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

asl: JBoss VFS

+

MIT license: jersey-core-client, jersey-inject-hk2, jersey-media-jaxb

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-inject-hk2, jersey-media-jaxb

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
jboss-vfs-3.2.6.Final.jar135 kB1209971.6Yes
jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
org.osgi.core-6.0.0.jar475.3 kB387158211.5Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
238.3 MB654553233121.822
compile: 7compile: 1.7 MBcompile: 1492compile: 1346compile: 57-compile: 6
test: 13test: 5.9 MBtest: 4470test: 3669test: 224-test: 13
provided: 3provided: 666.4 kBprovided: 583provided: 308provided: 31-provided: 3
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/jersey-server/images/close.gif b/project-info/3.0.8/jersey/jersey-server/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-server/images/close.gif differ diff --git a/project-info/3.0.8/jersey/jersey-server/images/collapsed.gif b/project-info/3.0.8/jersey/jersey-server/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-server/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/jersey-server/images/expanded.gif b/project-info/3.0.8/jersey/jersey-server/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-server/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/jersey-server/images/external.png b/project-info/3.0.8/jersey/jersey-server/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-server/images/external.png differ diff --git a/project-info/3.0.8/jersey/jersey-server/images/icon_error_sml.gif b/project-info/3.0.8/jersey/jersey-server/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-server/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/jersey-server/images/icon_info_sml.gif b/project-info/3.0.8/jersey/jersey-server/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-server/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/jersey-server/images/icon_success_sml.gif b/project-info/3.0.8/jersey/jersey-server/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-server/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/jersey-server/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/jersey-server/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-server/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/jersey-server/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/jersey-server/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-server/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/jersey-server/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/jersey-server/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-server/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/jersey-server/images/logos/maven-feather.png b/project-info/3.0.8/jersey/jersey-server/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-server/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/jersey-server/images/newwindow.png b/project-info/3.0.8/jersey/jersey-server/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/jersey-server/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/jersey-server/index.html b/project-info/3.0.8/jersey/jersey-server/index.html new file mode 100644 index 000000000..77f4ef18e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-server/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-core-server – About + + + + + + + + +
+ +
+
+
+
+

About jersey-core-server

+

Jersey core server implementation

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/jersey-server/project-info.html b/project-info/3.0.8/jersey/jersey-server/project-info.html new file mode 100644 index 000000000..4a4e7cd9e --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-server/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-core-server – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey core server implementation
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/jersey-server/project-reports.html b/project-info/3.0.8/jersey/jersey-server/project-reports.html new file mode 100644 index 000000000..bb5011189 --- /dev/null +++ b/project-info/3.0.8/jersey/jersey-server/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-core-server – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/licenses.html b/project-info/3.0.8/jersey/licenses.html new file mode 100644 index 000000000..7632191ae --- /dev/null +++ b/project-info/3.0.8/jersey/licenses.html @@ -0,0 +1,602 @@ + + + + + + jersey-bom – Project Licenses + + + + + + + + + +
+
+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+
+

Project Licenses

+

This project is provided under multiple licenses:

+ +
+

Eclipse Public License v. 2.0

+
+
Eclipse Public License - v 2.0
+
+    THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+    PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
+    OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+  a) in the case of the initial Contributor, the initial content
+     Distributed under this Agreement, and
+
+  b) in the case of each subsequent Contributor:
+     i) changes to the Program, and
+     ii) additions to the Program;
+  where such changes and/or additions to the Program originate from
+  and are Distributed by that particular Contributor. A Contribution
+  "originates" from a Contributor if it was added to the Program by
+  such Contributor itself or anyone acting on such Contributor's behalf.
+  Contributions do not include changes or additions to the Program that
+  are not Modified Works.
+
+"Contributor" means any person or entity that Distributes the Program.
+
+"Licensed Patents" mean patent claims licensable by a Contributor which
+are necessarily infringed by the use or sale of its Contribution alone
+or when combined with the Program.
+
+"Program" means the Contributions Distributed in accordance with this
+Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement
+or any Secondary License (as applicable), including Contributors.
+
+"Derivative Works" shall mean any work, whether in Source Code or other
+form, that is based on (or derived from) the Program and for which the
+editorial revisions, annotations, elaborations, or other modifications
+represent, as a whole, an original work of authorship.
+
+"Modified Works" shall mean any work in Source Code or other form that
+results from an addition to, deletion from, or modification of the
+contents of the Program, including, for purposes of clarity any new file
+in Source Code form that contains any contents of the Program. Modified
+Works shall not include works that contain only declarations,
+interfaces, types, classes, structures, or files of the Program solely
+in each case in order to link to, bind by name, or subclass the Program
+or Modified Works thereof.
+
+"Distribute" means the acts of a) distributing or b) making available
+in any manner that enables the transfer of a copy.
+
+"Source Code" means the form of a Program preferred for making
+modifications, including but not limited to software source code,
+documentation source, and configuration files.
+
+"Secondary License" means either the GNU General Public License,
+Version 2.0, or any later versions of that license, including any
+exceptions or additional permissions as identified by the initial
+Contributor.
+
+2. GRANT OF RIGHTS
+
+  a) Subject to the terms of this Agreement, each Contributor hereby
+  grants Recipient a non-exclusive, worldwide, royalty-free copyright
+  license to reproduce, prepare Derivative Works of, publicly display,
+  publicly perform, Distribute and sublicense the Contribution of such
+  Contributor, if any, and such Derivative Works.
+
+  b) Subject to the terms of this Agreement, each Contributor hereby
+  grants Recipient a non-exclusive, worldwide, royalty-free patent
+  license under Licensed Patents to make, use, sell, offer to sell,
+  import and otherwise transfer the Contribution of such Contributor,
+  if any, in Source Code or other form. This patent license shall
+  apply to the combination of the Contribution and the Program if, at
+  the time the Contribution is added by the Contributor, such addition
+  of the Contribution causes such combination to be covered by the
+  Licensed Patents. The patent license shall not apply to any other
+  combinations which include the Contribution. No hardware per se is
+  licensed hereunder.
+
+  c) Recipient understands that although each Contributor grants the
+  licenses to its Contributions set forth herein, no assurances are
+  provided by any Contributor that the Program does not infringe the
+  patent or other intellectual property rights of any other entity.
+  Each Contributor disclaims any liability to Recipient for claims
+  brought by any other entity based on infringement of intellectual
+  property rights or otherwise. As a condition to exercising the
+  rights and licenses granted hereunder, each Recipient hereby
+  assumes sole responsibility to secure any other intellectual
+  property rights needed, if any. For example, if a third party
+  patent license is required to allow Recipient to Distribute the
+  Program, it is Recipient's responsibility to acquire that license
+  before distributing the Program.
+
+  d) Each Contributor represents that to its knowledge it has
+  sufficient copyright rights in its Contribution, if any, to grant
+  the copyright license set forth in this Agreement.
+
+  e) Notwithstanding the terms of any Secondary License, no
+  Contributor makes additional grants to any Recipient (other than
+  those set forth in this Agreement) as a result of such Recipient's
+  receipt of the Program under the terms of a Secondary License
+  (if permitted under the terms of Section 3).
+
+3. REQUIREMENTS
+
+3.1 If a Contributor Distributes the Program in any form, then:
+
+  a) the Program must also be made available as Source Code, in
+  accordance with section 3.2, and the Contributor must accompany
+  the Program with a statement that the Source Code for the Program
+  is available under this Agreement, and informs Recipients how to
+  obtain it in a reasonable manner on or through a medium customarily
+  used for software exchange; and
+
+  b) the Contributor may Distribute the Program under a license
+  different than this Agreement, provided that such license:
+     i) effectively disclaims on behalf of all other Contributors all
+     warranties and conditions, express and implied, including
+     warranties or conditions of title and non-infringement, and
+     implied warranties or conditions of merchantability and fitness
+     for a particular purpose;
+
+     ii) effectively excludes on behalf of all other Contributors all
+     liability for damages, including direct, indirect, special,
+     incidental and consequential damages, such as lost profits;
+
+     iii) does not attempt to limit or alter the recipients' rights
+     in the Source Code under section 3.2; and
+
+     iv) requires any subsequent distribution of the Program by any
+     party to be under a license that satisfies the requirements
+     of this section 3.
+
+3.2 When the Program is Distributed as Source Code:
+
+  a) it must be made available under this Agreement, or if the
+  Program (i) is combined with other material in a separate file or
+  files made available under a Secondary License, and (ii) the initial
+  Contributor attached to the Source Code the notice described in
+  Exhibit A of this Agreement, then the Program may be made available
+  under the terms of such Secondary Licenses, and
+
+  b) a copy of this Agreement must be included with each copy of
+  the Program.
+
+3.3 Contributors may not remove or alter any copyright, patent,
+trademark, attribution notices, disclaimers of warranty, or limitations
+of liability ("notices") contained within the Program from any copy of
+the Program which they Distribute, provided that Contributors may add
+their own appropriate notices.
+
+4. COMMERCIAL DISTRIBUTION
+
+Commercial distributors of software may accept certain responsibilities
+with respect to end users, business partners and the like. While this
+license is intended to facilitate the commercial use of the Program,
+the Contributor who includes the Program in a commercial product
+offering should do so in a manner which does not create potential
+liability for other Contributors. Therefore, if a Contributor includes
+the Program in a commercial product offering, such Contributor
+("Commercial Contributor") hereby agrees to defend and indemnify every
+other Contributor ("Indemnified Contributor") against any losses,
+damages and costs (collectively "Losses") arising from claims, lawsuits
+and other legal actions brought by a third party against the Indemnified
+Contributor to the extent caused by the acts or omissions of such
+Commercial Contributor in connection with its distribution of the Program
+in a commercial product offering. The obligations in this section do not
+apply to any claims or Losses relating to any actual or alleged
+intellectual property infringement. In order to qualify, an Indemnified
+Contributor must: a) promptly notify the Commercial Contributor in
+writing of such claim, and b) allow the Commercial Contributor to control,
+and cooperate with the Commercial Contributor in, the defense and any
+related settlement negotiations. The Indemnified Contributor may
+participate in any such claim at its own expense.
+
+For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those performance
+claims and warranties, and if a court requires any other Contributor to
+pay any damages as a result, the Commercial Contributor must pay
+those damages.
+
+5. NO WARRANTY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
+PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
+BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
+IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
+TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
+PURPOSE. Each Recipient is solely responsible for determining the
+appropriateness of using and distributing the Program and assumes all
+risks associated with its exercise of rights under this Agreement,
+including but not limited to the risks and costs of program errors,
+compliance with applicable laws, damage to or loss of data, programs
+or equipment, and unavailability or interruption of operations.
+
+6. DISCLAIMER OF LIABILITY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
+PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
+SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
+PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
+EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+7. GENERAL
+
+If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further
+action by the parties hereto, such provision shall be reformed to the
+minimum extent necessary to make such provision valid and enforceable.
+
+If Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other software
+or hardware) infringes such Recipient's patent(s), then such Recipient's
+rights granted under Section 2(b) shall terminate as of the date such
+litigation is filed.
+
+All Recipient's rights under this Agreement shall terminate if it
+fails to comply with any of the material terms or conditions of this
+Agreement and does not cure such failure in a reasonable period of
+time after becoming aware of such noncompliance. If all Recipient's
+rights under this Agreement terminate, Recipient agrees to cease use
+and distribution of the Program as soon as reasonably practicable.
+However, Recipient's obligations under this Agreement and any licenses
+granted by Recipient relating to the Program shall continue and survive.
+
+Everyone is permitted to copy and distribute copies of this Agreement,
+but in order to avoid inconsistency the Agreement is copyrighted and
+may only be modified in the following manner. The Agreement Steward
+reserves the right to publish new versions (including revisions) of
+this Agreement from time to time. No one other than the Agreement
+Steward has the right to modify this Agreement. The Eclipse Foundation
+is the initial Agreement Steward. The Eclipse Foundation may assign the
+responsibility to serve as the Agreement Steward to a suitable separate
+entity. Each new version of the Agreement will be given a distinguishing
+version number. The Program (including Contributions) may always be
+Distributed subject to the version of the Agreement under which it was
+received. In addition, after a new version of the Agreement is published,
+Contributor may elect to Distribute the Program (including its
+Contributions) under the new version.
+
+Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
+receives no rights or licenses to the intellectual property of any
+Contributor under this Agreement, whether expressly, by implication,
+estoppel or otherwise. All rights in the Program not expressly granted
+under this Agreement are reserved. Nothing in this Agreement is intended
+to be enforceable by any entity that is not a Contributor or Recipient.
+No third-party beneficiary rights are created under this Agreement.
+
+Exhibit A - Form of Secondary Licenses Notice
+
+"This Source Code may also be made available under the following 
+Secondary Licenses when the conditions for such availability set forth 
+in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
+version(s), and exceptions or additional permissions here}."
+
+  Simply including a copy of this Agreement, including this Exhibit A
+  is not sufficient to license the Source Code under Secondary Licenses.
+
+  If it is not possible or desirable to put the notice in a particular
+  file, then You may include the notice in a location (such as a LICENSE
+  file in a relevant directory) where a recipient would be likely to
+  look for such a notice.
+
+  You may add additional accurate notices of copyright ownership.
+
+

GNU General Public License, version 2 with the GNU Classpath Exception

[Original text] +

Copy of the license follows:

+ + + + + + + + + + + +
+ + + + + + + + + + +  [image of the evil water droplet] (jpeg 3k) + + + +
+ +

GNU Classpath

+
+
+ + + + + +
Classpath::License
+ +

+Classpath is distributed under the terms of the +GNU General Public License + with +the following clarification and special exception. +

+

+

+

+ +Linking this library statically or dynamically with other modules is +making a combined work based on this library. Thus, the terms and +conditions of the GNU General Public License cover the whole +combination. + +

+

+ +As a special exception, the copyright holders of this library give you +permission to link this library with independent modules to produce an +executable, regardless of the license terms of these independent +modules, and to copy and distribute the resulting executable under +terms of your choice, provided that you also meet, for each linked +independent module, the terms and conditions of the license of that +module. An independent module is a module which is not derived from +or based on this library. If you modify this library, you may extend +this exception to your version of the library, but you are not +obligated to do so. If you do not wish to do so, delete this +exception statement from your version. + +

+
+

+

+As such, it can be used to run, create and distribute a large class of +applications and applets. When GNU Classpath is used unmodified as the +core class library for a virtual machine, compiler for the java languge, +or for a program written in the java programming language it does not +affect the licensing for distributing those programs directly. +

+
+
Classpath::Documentation Redistribution Policy
+GNU Documentation is unique because of our attitude towards it. We +believe the reader should be free to copy and redistribute it, just +like our software. Originally, all our documentation was released under +a short +Copyleft +license, or under the +GNU General Public License (GPL) + itself; in 2001 the +Free Documentation License (FDL) + was created to +address certain needs that were not met by licenses originally designed +for software. +
+
+

+
+ +Return to GNU's home page. +

+Please send FSF & GNU inquiries & questions to +gnu@gnu.org. +There are also other ways to +contact the FSF. +

+Please send comments on these web pages to +webmasters@www.gnu.org, +send other questions to +gnu@gnu.org. +

+Copyright © 1999-2006 Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +

+Verbatim copying and distribution of this entire article is +permitted in any medium, provided this notice is preserved.

+Updated: + +$Date: 2018/04/02 11:18:23 $ $Author: th_g $ + +


+
+
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/mailing-lists.html b/project-info/3.0.8/jersey/mailing-lists.html new file mode 100644 index 000000000..b931da538 --- /dev/null +++ b/project-info/3.0.8/jersey/mailing-lists.html @@ -0,0 +1,101 @@ + + + + + + jersey-bom – Project Mailing Lists + + + + + + + + + +
+
+
+

Project Mailing Lists

+

These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.

+ + + + + + + + + + + + + + + + + + + + + +
NameSubscribeUnsubscribePostArchiveOther Archives
Community discussionsSubscribeUnsubscribePostdev.eclipse.orgdev.eclipse.org
PMC discussionsSubscribeUnsubscribePostdev.eclipse.orgdev.eclipse.org
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/plugin-management.html b/project-info/3.0.8/jersey/plugin-management.html new file mode 100644 index 000000000..492fea2ea --- /dev/null +++ b/project-info/3.0.8/jersey/plugin-management.html @@ -0,0 +1,119 @@ + + + + + + jersey-bom – Project Plugin Management + + + + + + + + + +
+
+
+

Project Plugin Management

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-antrun-plugin1.3
org.apache.maven.pluginsmaven-assembly-plugin2.2-beta-5
org.apache.maven.pluginsmaven-dependency-plugin2.8
org.apache.maven.pluginsmaven-enforcer-plugin3.0.0-M3
org.apache.maven.pluginsmaven-gpg-plugin1.6
org.apache.maven.pluginsmaven-javadoc-plugin3.2.0
org.apache.maven.pluginsmaven-release-plugin2.5.3
org.apache.maven.pluginsmaven-source-plugin3.2.1
org.sonatype.pluginsnexus-staging-maven-plugin1.6.8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/plugins.html b/project-info/3.0.8/jersey/plugins.html new file mode 100644 index 000000000..aa1babdb6 --- /dev/null +++ b/project-info/3.0.8/jersey/plugins.html @@ -0,0 +1,114 @@ + + + + + + jersey-bom – Project Plugins + + + + + + + + + +
+
+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.5
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-install-plugin2.4
org.apache.maven.pluginsmaven-site-plugin3.7.1
org.glassfish.copyrightglassfish-copyright-maven-plugin2.4
+
+

Project Report Plugins

+ + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-project-info-reports-plugin3.4.1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project-info.html b/project-info/3.0.8/jersey/project-info.html new file mode 100644 index 000000000..2fb6146e1 --- /dev/null +++ b/project-info/3.0.8/jersey/project-info.html @@ -0,0 +1,121 @@ + + + + + + jersey-bom – Project Information + + + + + + + + + +
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
Dependency InformationThis document describes how to include this project as a dependency using various dependency management tools.
Dependency ManagementThis document lists the dependencies that are defined through dependencyManagement.
Distribution ManagementThis document provides informations on the distribution management of this project.
AboutJersey Bill of Materials (BOM)
Issue ManagementThis document provides information on the issue management system used in this project.
LicensesThis document lists the project license(s).
Mailing ListsThis document provides subscription and archive information for this project's mailing lists.
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
PluginsThis document lists the build plugins and the report plugins used by this project.
Source Code ManagementThis document lists ways to access the online source repository.
SummaryThis document lists other related information of this project
TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project-reports.html b/project-info/3.0.8/jersey/project-reports.html new file mode 100644 index 000000000..e40f41c6d --- /dev/null +++ b/project-info/3.0.8/jersey/project-reports.html @@ -0,0 +1,100 @@ + + + + + + jersey – Generated Reports + + + + + + + + + +
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
JavadocJavadoc API documentation.
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/assemblies/css/maven-base.css b/project-info/3.0.8/jersey/project/assemblies/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/assemblies/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/assemblies/css/maven-theme.css b/project-info/3.0.8/jersey/project/assemblies/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/assemblies/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/assemblies/css/print.css b/project-info/3.0.8/jersey/project/assemblies/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/assemblies/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/assemblies/css/site.css b/project-info/3.0.8/jersey/project/assemblies/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/assemblies/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/assemblies/images/collapsed.gif b/project-info/3.0.8/jersey/project/assemblies/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/assemblies/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/assemblies/images/expanded.gif b/project-info/3.0.8/jersey/project/assemblies/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/assemblies/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/assemblies/images/external.png b/project-info/3.0.8/jersey/project/assemblies/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/assemblies/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/assemblies/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/assemblies/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/assemblies/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/assemblies/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/assemblies/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/assemblies/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/assemblies/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/assemblies/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/assemblies/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/assemblies/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/assemblies/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/assemblies/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/assemblies/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/assemblies/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/assemblies/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/assemblies/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/assemblies/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/assemblies/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/assemblies/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/assemblies/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/assemblies/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/assemblies/images/newwindow.png b/project-info/3.0.8/jersey/project/assemblies/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/assemblies/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/assemblies/index.html b/project-info/3.0.8/jersey/project/assemblies/index.html new file mode 100644 index 000000000..8a4ad3a2d --- /dev/null +++ b/project-info/3.0.8/jersey/project/assemblies/index.html @@ -0,0 +1,72 @@ + + + + + + jersey-examples-assemblies – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-assemblies

+

Jersey examples shared assembly types.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/assemblies/project-info.html b/project-info/3.0.8/jersey/project/assemblies/project-info.html new file mode 100644 index 000000000..660e2d0c2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/assemblies/project-info.html @@ -0,0 +1,81 @@ + + + + + + jersey-examples-assemblies – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + +
DocumentDescription
AboutJersey examples shared assembly types.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/css/maven-base.css b/project-info/3.0.8/jersey/project/clipboard-programmatic/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard-programmatic/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/css/maven-theme.css b/project-info/3.0.8/jersey/project/clipboard-programmatic/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard-programmatic/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/css/print.css b/project-info/3.0.8/jersey/project/clipboard-programmatic/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard-programmatic/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/css/site.css b/project-info/3.0.8/jersey/project/clipboard-programmatic/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard-programmatic/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/dependencies.html b/project-info/3.0.8/jersey/project/clipboard-programmatic/dependencies.html new file mode 100644 index 000000000..d0440548b --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard-programmatic/dependencies.html @@ -0,0 +1,2335 @@ + + + + + + jersey-examples-clipboard-programmatic – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-clipboard-programmatic, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-clipboard-programmatic, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-clipboard-programmatic

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8514.7 MB1064190613781.876
compile: 18compile: 5.8 MBcompile: 4198compile: 3754compile: 159-compile: 17
test: 67test: 8.9 MBtest: 6443test: 5307test: 219-test: 59
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/images/close.gif b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/images/collapsed.gif b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/images/expanded.gif b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/images/external.png b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/images/newwindow.png b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard-programmatic/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/index.html b/project-info/3.0.8/jersey/project/clipboard-programmatic/index.html new file mode 100644 index 000000000..ce260c986 --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard-programmatic/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-clipboard-programmatic – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-clipboard-programmatic

+

Jersey programmatic resource API clipboard example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/project-info.html b/project-info/3.0.8/jersey/project/clipboard-programmatic/project-info.html new file mode 100644 index 000000000..8fd5eff71 --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard-programmatic/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-clipboard-programmatic – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey programmatic resource API clipboard example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/clipboard-programmatic/project-reports.html b/project-info/3.0.8/jersey/project/clipboard-programmatic/project-reports.html new file mode 100644 index 000000000..1ea7f730d --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard-programmatic/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-clipboard-programmatic – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/clipboard/css/maven-base.css b/project-info/3.0.8/jersey/project/clipboard/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/clipboard/css/maven-theme.css b/project-info/3.0.8/jersey/project/clipboard/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/clipboard/css/print.css b/project-info/3.0.8/jersey/project/clipboard/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/clipboard/css/site.css b/project-info/3.0.8/jersey/project/clipboard/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/clipboard/dependencies.html b/project-info/3.0.8/jersey/project/clipboard/dependencies.html new file mode 100644 index 000000000..512751c33 --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard/dependencies.html @@ -0,0 +1,2335 @@ + + + + + + jersey-examples-clipboard – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-clipboard, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-clipboard, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-clipboard

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8514.7 MB1064190613781.876
compile: 18compile: 5.8 MBcompile: 4198compile: 3754compile: 159-compile: 17
test: 67test: 8.9 MBtest: 6443test: 5307test: 219-test: 59
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/clipboard/images/close.gif b/project-info/3.0.8/jersey/project/clipboard/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard/images/collapsed.gif b/project-info/3.0.8/jersey/project/clipboard/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard/images/expanded.gif b/project-info/3.0.8/jersey/project/clipboard/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard/images/external.png b/project-info/3.0.8/jersey/project/clipboard/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/clipboard/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/clipboard/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/clipboard/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/clipboard/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/clipboard/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/clipboard/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/clipboard/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/clipboard/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/clipboard/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/clipboard/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/clipboard/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/clipboard/images/newwindow.png b/project-info/3.0.8/jersey/project/clipboard/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/clipboard/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/clipboard/index.html b/project-info/3.0.8/jersey/project/clipboard/index.html new file mode 100644 index 000000000..3305aea0c --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-clipboard – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-clipboard

+

Jersey clipboard example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/clipboard/project-info.html b/project-info/3.0.8/jersey/project/clipboard/project-info.html new file mode 100644 index 000000000..a91a6d7c7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-clipboard – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey clipboard example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/clipboard/project-reports.html b/project-info/3.0.8/jersey/project/clipboard/project-reports.html new file mode 100644 index 000000000..6fd50efbf --- /dev/null +++ b/project-info/3.0.8/jersey/project/clipboard/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-clipboard – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/css/maven-base.css b/project-info/3.0.8/jersey/project/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/css/maven-theme.css b/project-info/3.0.8/jersey/project/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/css/print.css b/project-info/3.0.8/jersey/project/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/css/site.css b/project-info/3.0.8/jersey/project/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/declarative-linking/css/maven-base.css b/project-info/3.0.8/jersey/project/declarative-linking/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/declarative-linking/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/declarative-linking/css/maven-theme.css b/project-info/3.0.8/jersey/project/declarative-linking/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/declarative-linking/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/declarative-linking/css/print.css b/project-info/3.0.8/jersey/project/declarative-linking/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/declarative-linking/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/declarative-linking/css/site.css b/project-info/3.0.8/jersey/project/declarative-linking/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/declarative-linking/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/declarative-linking/dependencies.html b/project-info/3.0.8/jersey/project/declarative-linking/dependencies.html new file mode 100644 index 000000000..30e1af6cb --- /dev/null +++ b/project-info/3.0.8/jersey/project/declarative-linking/dependencies.html @@ -0,0 +1,2656 @@ + + + + + + jersey-examples-declarative-linking – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+ +
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.jsonjakarta.json-api2.0.2jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api2.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.eclipse.parssonparsson1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.persistenceorg.eclipse.persistence.asm9.1.0jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.core3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.extjersey-entity-filtering3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.mailjakarta.mail2.0.1jarEPL 2.0GPL2 w/ CPEEDL 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 2.0: Eclipse Parsson, JSON-B API, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-declarative-linking, jersey-examples-declarative-linking, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-declarative-linking, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Eclipse Public License v. 2.0: Jakarta Expression Language API, Jakarta Expression Language Implementation

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-declarative-linking, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-declarative-linking, jersey-examples-declarative-linking, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-declarative-linking, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-declarative-linking, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-declarative-linking

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-declarative-linking, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-declarative-linking, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, Jakarta Mail API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-declarative-linking, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, JSON-B API, Jakarta Expression Language API, Jakarta Expression Language Implementation, Jakarta JSON Processing API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-declarative-linking, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy, JAXB OSGI, Jakarta XML Binding API

+

Eclipse Public License - v 2.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.mail-2.0.1.jar689.3 kB38434715-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
org.eclipse.persistence.asm-9.1.0.jar322 kB1421216-Yes
org.eclipse.persistence.core-3.0.2.jar5 MB220720231591.8Yes
org.eclipse.persistence.moxy-3.0.2.jar654.1 kB321281211.8Yes
jakarta.el-4.0.2.jar173.7 kB13011351.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-declarative-linking-3.0.8.jar66.8 kB543931.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-moxy-3.0.8.jar38.2 kB331441.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9825.4 MB16877143447381.889
compile: 32compile: 16 MBcompile: 10246compile: 8840compile: 514-compile: 31
test: 65test: 8.7 MBtest: 6247test: 5157test: 209-test: 57
runtime: 1runtime: 689.3 kBruntime: 384runtime: 347runtime: 15-runtime: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/declarative-linking/images/close.gif b/project-info/3.0.8/jersey/project/declarative-linking/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/declarative-linking/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/declarative-linking/images/collapsed.gif b/project-info/3.0.8/jersey/project/declarative-linking/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/declarative-linking/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/declarative-linking/images/expanded.gif b/project-info/3.0.8/jersey/project/declarative-linking/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/declarative-linking/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/declarative-linking/images/external.png b/project-info/3.0.8/jersey/project/declarative-linking/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/declarative-linking/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/declarative-linking/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/declarative-linking/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/declarative-linking/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/declarative-linking/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/declarative-linking/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/declarative-linking/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/declarative-linking/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/declarative-linking/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/declarative-linking/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/declarative-linking/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/declarative-linking/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/declarative-linking/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/declarative-linking/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/declarative-linking/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/declarative-linking/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/declarative-linking/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/declarative-linking/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/declarative-linking/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/declarative-linking/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/declarative-linking/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/declarative-linking/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/declarative-linking/images/newwindow.png b/project-info/3.0.8/jersey/project/declarative-linking/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/declarative-linking/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/declarative-linking/index.html b/project-info/3.0.8/jersey/project/declarative-linking/index.html new file mode 100644 index 000000000..465ae9b7d --- /dev/null +++ b/project-info/3.0.8/jersey/project/declarative-linking/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-declarative-linking – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-declarative-linking

+

Declarative Hyperlinking - Jersey Sample

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/declarative-linking/project-info.html b/project-info/3.0.8/jersey/project/declarative-linking/project-info.html new file mode 100644 index 000000000..b44881f9f --- /dev/null +++ b/project-info/3.0.8/jersey/project/declarative-linking/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-declarative-linking – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutDeclarative Hyperlinking - Jersey Sample
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/declarative-linking/project-reports.html b/project-info/3.0.8/jersey/project/declarative-linking/project-reports.html new file mode 100644 index 000000000..0dffe9220 --- /dev/null +++ b/project-info/3.0.8/jersey/project/declarative-linking/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-declarative-linking – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/dependencies.html b/project-info/3.0.8/jersey/project/dependencies.html new file mode 100644 index 000000000..ada57e1f6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/dependencies.html @@ -0,0 +1,452 @@ + + + + + + jersey-security – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-common, jersey-inject-hk2, jersey-security

+

jQuery license: jersey-inject-hk2, jersey-security

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-inject-hk2, jersey-security

+

Public Domain: jersey-core-common, jersey-inject-hk2, jersey-security

+

W3C license: jersey-inject-hk2, jersey-security

+

EDL 1.0: jersey-inject-hk2, jersey-security

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-inject-hk2, jersey-security

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-common, jersey-inject-hk2, jersey-security

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-inject-hk2, jersey-security

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-inject-hk2, jersey-security

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
112.9 MB21341891761.810
test: 11test: 2.9 MBtest: 2134test: 1891test: 76-test: 10
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/css/maven-base.css b/project-info/3.0.8/jersey/project/entity-filtering-security/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-security/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/css/maven-theme.css b/project-info/3.0.8/jersey/project/entity-filtering-security/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-security/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/css/print.css b/project-info/3.0.8/jersey/project/entity-filtering-security/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-security/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/css/site.css b/project-info/3.0.8/jersey/project/entity-filtering-security/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-security/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/dependencies.html b/project-info/3.0.8/jersey/project/entity-filtering-security/dependencies.html new file mode 100644 index 000000000..82a20e02b --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-security/dependencies.html @@ -0,0 +1,2727 @@ + + + + + + jersey-examples-entity-filtering-security – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+ +
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.corejackson-annotations2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-core2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-jakarta-xmlbind-annotations2.13.3jarThe Apache Software License, Version 2.0
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.jsonjakarta.json-api2.0.2jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api2.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.eclipse.parssonparsson1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.parssonparsson-media1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.persistenceorg.eclipse.persistence.asm9.1.0jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.core3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.moxy3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.mailjakarta.mail2.0.1jarEPL 2.0GPL2 w/ CPEEDL 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 2.0: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-entity-filtering-security, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-entity-filtering-security, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-entity-filtering-security

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, Jakarta Mail API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, Jakarta JSON Processing API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy, Jakarta XML Binding API

+

Eclipse Public License - v 2.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind), Jackson-annotations, Jackson-core, Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport, jackson-databind

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server, jersey-media-json-jackson

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jackson-annotations-2.13.3.jar75.7 kB84722-Yes
jackson-core-2.13.3.jar374.9 kB15612813-Yes
jackson-databind-2.13.3.jar1.5 MB74670823-Yes
jackson-module-jakarta-xmlbind-annotations-2.13.3.jar31.6 kB30114-Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.mail-2.0.1.jar689.3 kB38434715-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
parsson-media-1.0.0.jar20.3 kB1632-Yes
org.eclipse.persistence.asm-9.1.0.jar322 kB1421216-Yes
org.eclipse.persistence.core-3.0.2.jar5 MB220720231591.8Yes
org.eclipse.persistence.moxy-3.0.2.jar654.1 kB321281211.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-jackson-3.0.8.jar80.1 kB674281.8Yes
jersey-media-json-processing-3.0.8.jar19.8 kB18221.8Yes
jersey-media-moxy-3.0.8.jar38.2 kB331441.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
10123.7 MB15091129966541.892
compile: 35compile: 14.3 MBcompile: 8460compile: 7492compile: 430-compile: 34
test: 65test: 8.7 MBtest: 6247test: 5157test: 209-test: 57
runtime: 1runtime: 689.3 kBruntime: 384runtime: 347runtime: 15-runtime: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/images/close.gif b/project-info/3.0.8/jersey/project/entity-filtering-security/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-security/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/images/collapsed.gif b/project-info/3.0.8/jersey/project/entity-filtering-security/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-security/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/images/expanded.gif b/project-info/3.0.8/jersey/project/entity-filtering-security/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-security/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/images/external.png b/project-info/3.0.8/jersey/project/entity-filtering-security/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-security/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/entity-filtering-security/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-security/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/entity-filtering-security/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-security/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/entity-filtering-security/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-security/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/images/newwindow.png b/project-info/3.0.8/jersey/project/entity-filtering-security/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-security/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/index.html b/project-info/3.0.8/jersey/project/entity-filtering-security/index.html new file mode 100644 index 000000000..9af013a52 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-security/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-entity-filtering-security – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-entity-filtering-security

+

Jersey Entity Data Filtering Security Example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/project-info.html b/project-info/3.0.8/jersey/project/entity-filtering-security/project-info.html new file mode 100644 index 000000000..ef00fc704 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-security/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-entity-filtering-security – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Entity Data Filtering Security Example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/entity-filtering-security/project-reports.html b/project-info/3.0.8/jersey/project/entity-filtering-security/project-reports.html new file mode 100644 index 000000000..794fba040 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-security/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-entity-filtering-security – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/css/maven-base.css b/project-info/3.0.8/jersey/project/entity-filtering-selectable/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-selectable/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/css/maven-theme.css b/project-info/3.0.8/jersey/project/entity-filtering-selectable/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-selectable/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/css/print.css b/project-info/3.0.8/jersey/project/entity-filtering-selectable/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-selectable/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/css/site.css b/project-info/3.0.8/jersey/project/entity-filtering-selectable/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-selectable/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/dependencies.html b/project-info/3.0.8/jersey/project/entity-filtering-selectable/dependencies.html new file mode 100644 index 000000000..03b8a0341 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-selectable/dependencies.html @@ -0,0 +1,2727 @@ + + + + + + jersey-examples-entity-filtering-selectable – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+ +
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.corejackson-annotations2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-core2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-jakarta-xmlbind-annotations2.13.3jarThe Apache Software License, Version 2.0
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.jsonjakarta.json-api2.0.2jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api2.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.eclipse.parssonparsson1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.parssonparsson-media1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.persistenceorg.eclipse.persistence.asm9.1.0jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.core3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.moxy3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.mailjakarta.mail2.0.1jarEPL 2.0GPL2 w/ CPEEDL 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 2.0: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-entity-filtering-selectable, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-entity-filtering-selectable, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-entity-filtering-selectable

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, Jakarta Mail API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, Jakarta JSON Processing API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy, Jakarta XML Binding API

+

Eclipse Public License - v 2.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind), Jackson-annotations, Jackson-core, Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport, jackson-databind

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server, jersey-media-json-jackson

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jackson-annotations-2.13.3.jar75.7 kB84722-Yes
jackson-core-2.13.3.jar374.9 kB15612813-Yes
jackson-databind-2.13.3.jar1.5 MB74670823-Yes
jackson-module-jakarta-xmlbind-annotations-2.13.3.jar31.6 kB30114-Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.mail-2.0.1.jar689.3 kB38434715-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
parsson-media-1.0.0.jar20.3 kB1632-Yes
org.eclipse.persistence.asm-9.1.0.jar322 kB1421216-Yes
org.eclipse.persistence.core-3.0.2.jar5 MB220720231591.8Yes
org.eclipse.persistence.moxy-3.0.2.jar654.1 kB321281211.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-jackson-3.0.8.jar80.1 kB674281.8Yes
jersey-media-json-processing-3.0.8.jar19.8 kB18221.8Yes
jersey-media-moxy-3.0.8.jar38.2 kB331441.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
10123.7 MB15091129966541.892
compile: 35compile: 14.3 MBcompile: 8460compile: 7492compile: 430-compile: 34
test: 65test: 8.7 MBtest: 6247test: 5157test: 209-test: 57
runtime: 1runtime: 689.3 kBruntime: 384runtime: 347runtime: 15-runtime: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/close.gif b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/collapsed.gif b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/expanded.gif b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/external.png b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/newwindow.png b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering-selectable/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/index.html b/project-info/3.0.8/jersey/project/entity-filtering-selectable/index.html new file mode 100644 index 000000000..fab8a0a15 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-selectable/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-entity-filtering-selectable – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-entity-filtering-selectable

+

Jersey Entity Data Filtering Selectable Example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/project-info.html b/project-info/3.0.8/jersey/project/entity-filtering-selectable/project-info.html new file mode 100644 index 000000000..b906d6177 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-selectable/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-entity-filtering-selectable – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Entity Data Filtering Selectable Example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/entity-filtering-selectable/project-reports.html b/project-info/3.0.8/jersey/project/entity-filtering-selectable/project-reports.html new file mode 100644 index 000000000..e72265a80 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering-selectable/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-entity-filtering-selectable – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/entity-filtering/css/maven-base.css b/project-info/3.0.8/jersey/project/entity-filtering/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/entity-filtering/css/maven-theme.css b/project-info/3.0.8/jersey/project/entity-filtering/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/entity-filtering/css/print.css b/project-info/3.0.8/jersey/project/entity-filtering/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/entity-filtering/css/site.css b/project-info/3.0.8/jersey/project/entity-filtering/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/entity-filtering/dependencies.html b/project-info/3.0.8/jersey/project/entity-filtering/dependencies.html new file mode 100644 index 000000000..c4b28da48 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering/dependencies.html @@ -0,0 +1,2727 @@ + + + + + + jersey-examples-entity-filtering – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+ +
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.corejackson-annotations2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-core2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-jakarta-xmlbind-annotations2.13.3jarThe Apache Software License, Version 2.0
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.jsonjakarta.json-api2.0.2jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api2.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.eclipse.parssonparsson1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.parssonparsson-media1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.persistenceorg.eclipse.persistence.asm9.1.0jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.core3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.moxy3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.mailjakarta.mail2.0.1jarEPL 2.0GPL2 w/ CPEEDL 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 2.0: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-entity-filtering, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-entity-filtering, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-entity-filtering

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, Jakarta Mail API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, Jakarta JSON Processing API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy, Jakarta XML Binding API

+

Eclipse Public License - v 2.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind), Jackson-annotations, Jackson-core, Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport, jackson-databind

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server, jersey-media-json-jackson

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jackson-annotations-2.13.3.jar75.7 kB84722-Yes
jackson-core-2.13.3.jar374.9 kB15612813-Yes
jackson-databind-2.13.3.jar1.5 MB74670823-Yes
jackson-module-jakarta-xmlbind-annotations-2.13.3.jar31.6 kB30114-Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.mail-2.0.1.jar689.3 kB38434715-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
parsson-media-1.0.0.jar20.3 kB1632-Yes
org.eclipse.persistence.asm-9.1.0.jar322 kB1421216-Yes
org.eclipse.persistence.core-3.0.2.jar5 MB220720231591.8Yes
org.eclipse.persistence.moxy-3.0.2.jar654.1 kB321281211.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-jackson-3.0.8.jar80.1 kB674281.8Yes
jersey-media-json-processing-3.0.8.jar19.8 kB18221.8Yes
jersey-media-moxy-3.0.8.jar38.2 kB331441.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
10123.7 MB15091129966541.892
compile: 35compile: 14.3 MBcompile: 8460compile: 7492compile: 430-compile: 34
test: 65test: 8.7 MBtest: 6247test: 5157test: 209-test: 57
runtime: 1runtime: 689.3 kBruntime: 384runtime: 347runtime: 15-runtime: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/entity-filtering/images/close.gif b/project-info/3.0.8/jersey/project/entity-filtering/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering/images/collapsed.gif b/project-info/3.0.8/jersey/project/entity-filtering/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering/images/expanded.gif b/project-info/3.0.8/jersey/project/entity-filtering/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering/images/external.png b/project-info/3.0.8/jersey/project/entity-filtering/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/entity-filtering/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/entity-filtering/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/entity-filtering/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/entity-filtering/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/entity-filtering/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/entity-filtering/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/entity-filtering/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering/images/newwindow.png b/project-info/3.0.8/jersey/project/entity-filtering/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/entity-filtering/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/entity-filtering/index.html b/project-info/3.0.8/jersey/project/entity-filtering/index.html new file mode 100644 index 000000000..aae05b6a1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-entity-filtering – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-entity-filtering

+

Jersey Entity Data Filtering Example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/entity-filtering/project-info.html b/project-info/3.0.8/jersey/project/entity-filtering/project-info.html new file mode 100644 index 000000000..ff4ebf2a7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-entity-filtering – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Entity Data Filtering Example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/entity-filtering/project-reports.html b/project-info/3.0.8/jersey/project/entity-filtering/project-reports.html new file mode 100644 index 000000000..6b8c2988f --- /dev/null +++ b/project-info/3.0.8/jersey/project/entity-filtering/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-entity-filtering – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/exception-mapping/css/maven-base.css b/project-info/3.0.8/jersey/project/exception-mapping/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/exception-mapping/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/exception-mapping/css/maven-theme.css b/project-info/3.0.8/jersey/project/exception-mapping/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/exception-mapping/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/exception-mapping/css/print.css b/project-info/3.0.8/jersey/project/exception-mapping/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/exception-mapping/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/exception-mapping/css/site.css b/project-info/3.0.8/jersey/project/exception-mapping/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/exception-mapping/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/exception-mapping/dependencies.html b/project-info/3.0.8/jersey/project/exception-mapping/dependencies.html new file mode 100644 index 000000000..d964912a3 --- /dev/null +++ b/project-info/3.0.8/jersey/project/exception-mapping/dependencies.html @@ -0,0 +1,2335 @@ + + + + + + jersey-examples-exception-mapping – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-exception-mapping, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-exception-mapping, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-exception-mapping

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8514.7 MB1064190613781.876
compile: 18compile: 5.8 MBcompile: 4198compile: 3754compile: 159-compile: 17
test: 67test: 8.9 MBtest: 6443test: 5307test: 219-test: 59
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/exception-mapping/images/close.gif b/project-info/3.0.8/jersey/project/exception-mapping/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/exception-mapping/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/exception-mapping/images/collapsed.gif b/project-info/3.0.8/jersey/project/exception-mapping/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/exception-mapping/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/exception-mapping/images/expanded.gif b/project-info/3.0.8/jersey/project/exception-mapping/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/exception-mapping/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/exception-mapping/images/external.png b/project-info/3.0.8/jersey/project/exception-mapping/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/exception-mapping/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/exception-mapping/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/exception-mapping/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/exception-mapping/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/exception-mapping/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/exception-mapping/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/exception-mapping/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/exception-mapping/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/exception-mapping/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/exception-mapping/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/exception-mapping/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/exception-mapping/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/exception-mapping/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/exception-mapping/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/exception-mapping/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/exception-mapping/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/exception-mapping/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/exception-mapping/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/exception-mapping/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/exception-mapping/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/exception-mapping/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/exception-mapping/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/exception-mapping/images/newwindow.png b/project-info/3.0.8/jersey/project/exception-mapping/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/exception-mapping/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/exception-mapping/index.html b/project-info/3.0.8/jersey/project/exception-mapping/index.html new file mode 100644 index 000000000..01a954f1e --- /dev/null +++ b/project-info/3.0.8/jersey/project/exception-mapping/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-exception-mapping – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-exception-mapping

+

Jersey example showing exception mappers in action.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/exception-mapping/project-info.html b/project-info/3.0.8/jersey/project/exception-mapping/project-info.html new file mode 100644 index 000000000..e2fa846aa --- /dev/null +++ b/project-info/3.0.8/jersey/project/exception-mapping/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-exception-mapping – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey example showing exception mappers in action.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/exception-mapping/project-reports.html b/project-info/3.0.8/jersey/project/exception-mapping/project-reports.html new file mode 100644 index 000000000..ba8531cc7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/exception-mapping/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-exception-mapping – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/groovy/css/maven-base.css b/project-info/3.0.8/jersey/project/groovy/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/groovy/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/groovy/css/maven-theme.css b/project-info/3.0.8/jersey/project/groovy/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/groovy/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/groovy/css/print.css b/project-info/3.0.8/jersey/project/groovy/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/groovy/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/groovy/css/site.css b/project-info/3.0.8/jersey/project/groovy/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/groovy/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/groovy/dependencies.html b/project-info/3.0.8/jersey/project/groovy/dependencies.html new file mode 100644 index 000000000..6908b8bee --- /dev/null +++ b/project-info/3.0.8/jersey/project/groovy/dependencies.html @@ -0,0 +1,3468 @@ + + + + + + jersey-examples-groovy – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.apache.groovygroovy-all4.0.4pomThe Apache Software License, Version 2.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.corejackson-annotations2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-core2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-yaml2.13.3jarThe Apache Software License, Version 2.0
com.github.javaparserjavaparser-core3.24.2jarGNU Lesser General Public LicenseApache License, Version 2.0
com.thoughtworks.qdoxqdox1.12.1jarThe Apache Software License, Version 2.0
info.picoclipicocli4.6.3jarThe Apache Software License, version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jlinejline2.14.6jarThe BSD License
org.abego.treelayoutorg.abego.treelayout.core1.0.3jarBSD 3-Clause "New" or "Revised" License (BSD-3-Clause)
org.apache.antant1.10.12jarThe Apache Software License, Version 2.0
org.apache.antant-antlr1.10.12jarThe Apache Software License, Version 2.0
org.apache.antant-junit1.10.12jarThe Apache Software License, Version 2.0
org.apache.antant-launcher1.10.12jarThe Apache Software License, Version 2.0
org.apache.groovygroovy4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-ant4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-cli-picocli4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-console4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-datetime4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-docgenerator4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-groovydoc4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-groovysh4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-jmx4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-json4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-jsr2234.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-macro4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-nio4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-servlet4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-sql4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-swing4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-templates4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-test4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-test-junit54.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-xml4.0.4jarThe Apache Software License, Version 2.0
org.apache.groovygroovy-yaml4.0.4jarThe Apache Software License, Version 2.0
org.apache.ivyivy2.5.0jarThe Apache Software License, Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.junit.jupiterjunit-jupiter-api5.8.2jarEclipse Public License v2.0
org.junit.platformjunit-platform-commons1.8.2jarEclipse Public License v2.0
org.junit.platformjunit-platform-engine1.8.2jarEclipse Public License v2.0
org.junit.platformjunit-platform-launcher1.8.2jarEclipse Public License v2.0
org.opentest4jopentest4j1.2.0jarThe Apache License, Version 2.0
org.ow2.asmasm9.3jarBSD-3-Clause
org.ow2.asmasm-analysis9.3jarBSD-3-Clause
org.ow2.asmasm-tree9.3jarBSD-3-Clause
org.ow2.asmasm-util9.3jarBSD-3-Clause
org.yamlsnakeyaml1.30jarApache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.junit.jupiterjunit-jupiter-engine5.6.0-jarEclipse Public License v2.0
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

system

+

The following is a list of system dependencies for this project. These dependencies are required to compile the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.suntools1.8.0jar-
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

The BSD License: JLine

+

The Apache License, Version 2.0: org.opentest4j:opentest4j

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-groovy, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT, SnakeYAML, javaparser-core

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-groovy, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

The Apache Software License, version 2.0: picocli

+

BSD-3-Clause: asm, asm-analysis, asm-tree, asm-util

+

Eclipse Distribution License v. 1.0: jersey-examples-groovy

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU Lesser General Public License: javaparser-core

+

BSD 3-Clause "New" or "Revised" License (BSD-3-Clause): abego TreeLayout Core

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Apache Ant + ANTLR, Apache Ant + JUnit, Apache Ant Core, Apache Ant Launcher, Apache Groovy, Apache Ivy, Jackson-annotations, Jackson-core, Jackson-dataformat-YAML, Jakarta Dependency Injection, QDox, Simple Common, Simple HTTP, Simple Transport, jackson-databind

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jackson-annotations-2.13.3.jar75.7 kB84722-Yes
jackson-core-2.13.3.jar374.9 kB15612813-Yes
jackson-databind-2.13.3.jar1.5 MB74670823-Yes
jackson-dataformat-yaml-2.13.3.jar52 kB40184-Yes
javaparser-core-3.24.2.jar1.3 MB653615291.8Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
qdox-1.12.1.jar179.8 kB124104111.4Yes
picocli-4.6.3.jar406 kB2302252-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
jline-2.14.6.jar268.8 kB13610591.5Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
org.abego.treelayout.core-1.0.3.jar26.8 kB361961.5Yes
ant-1.10.12.jar2.3 MB12461162621.8Yes
ant-antlr-1.10.12.jar12.2 kB12111.8Yes
ant-junit-1.10.12.jar139.9 kB654811.8Yes
ant-launcher-1.10.12.jar18.7 kB14411.8Yes
groovy-4.0.4.jar7.4 MB471345551191.8Yes
groovy-all-4.0.4.pom26.1 kB-----
groovy-ant-4.0.4.jar71.8 kB352321.8Yes
groovy-cli-picocli-4.0.4.jar61.5 kB302311.8Yes
groovy-console-4.0.4.jar882.1 kB48343741.8Yes
groovy-datetime-4.0.4.jar15.2 kB14311.8Yes
groovy-docgenerator-4.0.4.jar125.4 kB684911.8Yes
groovy-groovydoc-4.0.4.jar146.5 kB945861.8Yes
groovy-groovysh-4.0.4.jar476.9 kB24818371.8Yes
groovy-jmx-4.0.4.jar130 kB575021.8Yes
groovy-json-4.0.4.jar129.7 kB796631.8Yes
groovy-jsr223-4.0.4.jar16.8 kB20811.8Yes
groovy-macro-4.0.4.jar236.3 kB16314651.8Yes
groovy-nio-4.0.4.jar16.2 kB14221.8Yes
groovy-servlet-4.0.4.jar22.9 kB181211.8Yes
groovy-sql-4.0.4.jar79.4 kB796621.8Yes
groovy-swing-4.0.4.jar372.2 kB23121281.8Yes
groovy-templates-4.0.4.jar95.1 kB575021.8Yes
groovy-test-4.0.4.jar77.6 kB433041.8Yes
groovy-test-junit5-4.0.4.jar9.2 kB12311.8Yes
groovy-xml-4.0.4.jar230.2 kB14913171.8Yes
groovy-yaml-4.0.4.jar6.2 kB15421.8Yes
ivy-2.5.0.jar1.4 MB884771651.7Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
junit-jupiter-api-5.8.2.jar193.5 kB1831688-Yes
junit-jupiter-engine-5.6.0.jar209.4 kB1301139-Yes
junit-platform-commons-1.8.2.jar100.4 kB63437-Yes
junit-platform-engine-1.8.2.jar185.8 kB1421269-Yes
junit-platform-launcher-1.8.2.jar159.5 kB1161017-Yes
opentest4j-1.2.0.jar7.7 kB1172-Yes
asm-9.3.jar122.2 kB44383-Yes
asm-analysis-9.3.jar34.3 kB22152-Yes
asm-tree-9.3.jar52.7 kB45392-Yes
asm-util-9.3.jar85.7 kB32262-Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
snakeyaml-1.30.jar331.6 kB265227211.7Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
13234.8 MB22742200558601.8122
compile: 64compile: 25.7 MBcompile: 16169compile: 14635compile: 632-compile: 62
test: 68test: 9.1 MBtest: 6573test: 5420test: 228-test: 60
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/groovy/images/close.gif b/project-info/3.0.8/jersey/project/groovy/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/groovy/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/groovy/images/collapsed.gif b/project-info/3.0.8/jersey/project/groovy/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/groovy/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/groovy/images/expanded.gif b/project-info/3.0.8/jersey/project/groovy/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/groovy/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/groovy/images/external.png b/project-info/3.0.8/jersey/project/groovy/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/groovy/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/groovy/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/groovy/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/groovy/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/groovy/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/groovy/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/groovy/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/groovy/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/groovy/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/groovy/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/groovy/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/groovy/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/groovy/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/groovy/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/groovy/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/groovy/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/groovy/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/groovy/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/groovy/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/groovy/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/groovy/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/groovy/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/groovy/images/newwindow.png b/project-info/3.0.8/jersey/project/groovy/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/groovy/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/groovy/index.html b/project-info/3.0.8/jersey/project/groovy/index.html new file mode 100644 index 000000000..b685319a7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/groovy/index.html @@ -0,0 +1,73 @@ + + + + + + jersey-examples-groovy – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-groovy

+

Groovy Jersey

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/groovy/project-info.html b/project-info/3.0.8/jersey/project/groovy/project-info.html new file mode 100644 index 000000000..f852f5bd2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/groovy/project-info.html @@ -0,0 +1,85 @@ + + + + + + jersey-examples-groovy – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutGroovy Jersey
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/css/maven-base.css b/project-info/3.0.8/jersey/project/helloworld-benchmark/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-benchmark/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/css/maven-theme.css b/project-info/3.0.8/jersey/project/helloworld-benchmark/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-benchmark/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/css/print.css b/project-info/3.0.8/jersey/project/helloworld-benchmark/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-benchmark/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/css/site.css b/project-info/3.0.8/jersey/project/helloworld-benchmark/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-benchmark/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/dependencies.html b/project-info/3.0.8/jersey/project/helloworld-benchmark/dependencies.html new file mode 100644 index 000000000..f3cf1fa89 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-benchmark/dependencies.html @@ -0,0 +1,2502 @@ + + + + + + jersey-examples-helloworld-benchmark – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
javax.annotationjavax.annotation-api1.3.2jarCDDL + GPLv2 with classpath exception
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-util3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.openjdk.jmhjmh-core1.10.2jarGNU General Public License (GPL), version 2, with the Classpath exception
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.openjdk.jmhjmh-generator-annprocess1.10.2jarGNU General Public License (GPL), version 2, with the Classpath exception
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
net.sf.jopt-simplejopt-simple4.6jarThe MIT License
org.apache.commonscommons-math33.2jarThe Apache Software License, Version 2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld-benchmark, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

The MIT License: JOpt Simple

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld-benchmark, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

MPL 1.1: Javassist

+

GNU General Public License (GPL), version 2, with the Classpath exception: JMH Core, JMH Generators: Annotation Processors

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-helloworld-benchmark

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

CDDL + GPLv2 with classpath exception: javax.annotation API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Commons Math, Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
javax.annotation-api-1.3.2.jar26.6 kB291531.8Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jopt-simple-4.6.jar62.5 kB584831.5Yes
commons-math3-3.2.jar1.7 MB10851001611.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-util-3.0.8.jar34.9 kB281131.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
jmh-core-1.10.2.jar455.7 kB326296121.6Yes
jmh-generator-annprocess-1.10.2.jar30.9 kB25921.6Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9117 MB12192104414621.882
compile: 19compile: 6.5 MBcompile: 4690compile: 4184compile: 205-compile: 18
test: 71test: 10.5 MBtest: 7477test: 6248test: 255-test: 63
provided: 1provided: 30.9 kBprovided: 25provided: 9provided: 2-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/images/close.gif b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/images/collapsed.gif b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/images/expanded.gif b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/images/external.png b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/images/newwindow.png b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-benchmark/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/index.html b/project-info/3.0.8/jersey/project/helloworld-benchmark/index.html new file mode 100644 index 000000000..9ffb0e930 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-benchmark/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-helloworld-benchmark – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-helloworld-benchmark

+

Jersey "Hello World" benchmark example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/project-info.html b/project-info/3.0.8/jersey/project/helloworld-benchmark/project-info.html new file mode 100644 index 000000000..dd50b6e56 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-benchmark/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-helloworld-benchmark – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey "Hello World" benchmark example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-benchmark/project-reports.html b/project-info/3.0.8/jersey/project/helloworld-benchmark/project-reports.html new file mode 100644 index 000000000..1250d4fcf --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-benchmark/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-helloworld-benchmark – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/maven-base.css b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/maven-theme.css b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/print.css b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/site.css b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/dependencies.html b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/dependencies.html new file mode 100644 index 000000000..eb78b9698 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/dependencies.html @@ -0,0 +1,2502 @@ + + + + + + jersey-examples-helloworld-cdi2-se – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-cdi2-se3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-frameworkjersey-test-framework-util3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.interceptorjakarta.interceptor-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.jboss.classfilewriterjboss-classfilewriter1.2.5.FinaljarApache License, version 2.0
org.jboss.loggingjboss-logging3.3.0.FinaljarApache License, version 2.0
org.jboss.weldweld-api4.0.SP1jarApache License, Version 2.0
org.jboss.weldweld-core-impl4.0.2.FinaljarApache License, Version 2.0
org.jboss.weldweld-spi4.0.SP1jarApache License, Version 2.0
org.jboss.weld.environmentweld-environment-common4.0.2.FinaljarApache License, Version 2.0
org.jboss.weld.probeweld-probe-core4.0.2.FinaljarApache License, Version 2.0
org.jboss.weld.seweld-se-core4.0.2.FinaljarApache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3, classfilewriter

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld-cdi2-se, jersey-inject-cdi2-se, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: Jakarta Annotations API, Jakarta Interceptors, Jakarta Servlet, OSGi resource locator, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-cdi2-se, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

New BSD License: Hamcrest Core

+

Eclipse Public License v. 2.0: Jakarta Expression Language API

+

Apache License 2.0: CDI APIs, Jakarta Bean Validation API

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT, Weld APIs, Weld Environment Common, Weld Implementation (Core), Weld Probe Core, Weld SE (Core), Weld SPIs for container integration

+

EPL 2.0: Jakarta Annotations API, Jakarta Interceptors, Jakarta Servlet, OSGi resource locator, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-cdi2-se, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld-cdi2-se, jersey-inject-cdi2-se, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-cdi2-se, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-cdi2-se, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-helloworld-cdi2-se

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-cdi2-se, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-cdi2-se, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-cdi2-se, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-cdi2-se, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.interceptor-api-2.0.0.jar24.6 kB221011.8Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-cdi2-se-3.0.8.jar105.9 kB735331.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-util-3.0.8.jar34.9 kB281131.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
jboss-classfilewriter-1.2.5.Final.jar120.4 kB907561.8Yes
jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
weld-api-4.0.SP1.jar32.6 kB6842121.8Yes
weld-core-impl-4.0.2.Final.jar1.7 MB1190110760-Yes
weld-spi-4.0.SP1.jar84.9 kB153107231.8Yes
weld-environment-common-4.0.2.Final.jar86.5 kB735361.8Yes
weld-probe-core-4.0.2.Final.jar817.9 kB1238611.8Yes
weld-se-core-4.0.2.Final.jar72.5 kB714581.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9216.5 MB11827100414751.883
compile: 24compile: 7.5 MBcompile: 5356compile: 4723compile: 253-compile: 23
test: 68test: 8.9 MBtest: 6471test: 5318test: 222-test: 60
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/close.gif b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/collapsed.gif b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/expanded.gif b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/external.png b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/newwindow.png b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/index.html b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/index.html new file mode 100644 index 000000000..5ba75f147 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-helloworld-cdi2-se – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-helloworld-cdi2-se

+

Jersey "Hello world" example with CDI 2 SE.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/project-info.html b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/project-info.html new file mode 100644 index 000000000..6b23f3057 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-helloworld-cdi2-se – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey "Hello world" example with CDI 2 SE.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-cdi2-se/project-reports.html b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/project-reports.html new file mode 100644 index 000000000..8225ad1be --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-cdi2-se/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-helloworld-cdi2-se – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/css/maven-base.css b/project-info/3.0.8/jersey/project/helloworld-netty/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-netty/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/css/maven-theme.css b/project-info/3.0.8/jersey/project/helloworld-netty/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-netty/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/css/print.css b/project-info/3.0.8/jersey/project/helloworld-netty/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-netty/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/css/site.css b/project-info/3.0.8/jersey/project/helloworld-netty/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-netty/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/dependencies.html b/project-info/3.0.8/jersey/project/helloworld-netty/dependencies.html new file mode 100644 index 000000000..8d517473a --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-netty/dependencies.html @@ -0,0 +1,2316 @@ + + + + + + jersey-examples-helloworld-netty – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-netty-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-frameworkjersey-test-framework-util3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
io.nettynetty-all4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-buffer4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-common4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-handler4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.FinaljarApache License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
junitjunit4.13.1jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.simpleframeworksimple-common6.0.1jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld-netty, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld-netty, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-helloworld-netty

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-util-3.0.8.jar34.9 kB281131.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8614.7 MB1066990723811.877
compile: 43compile: 8.8 MBcompile: 6590compile: 5757compile: 208-compile: 41
test: 37test: 5.7 MBtest: 4013test: 3315test: 173-test: 36
runtime: 6runtime: 160.4 kBruntime: 66----
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/images/close.gif b/project-info/3.0.8/jersey/project/helloworld-netty/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-netty/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/images/collapsed.gif b/project-info/3.0.8/jersey/project/helloworld-netty/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-netty/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/images/expanded.gif b/project-info/3.0.8/jersey/project/helloworld-netty/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-netty/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/images/external.png b/project-info/3.0.8/jersey/project/helloworld-netty/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-netty/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/helloworld-netty/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-netty/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/helloworld-netty/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-netty/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/helloworld-netty/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-netty/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/helloworld-netty/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-netty/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/helloworld-netty/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-netty/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/helloworld-netty/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-netty/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/helloworld-netty/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-netty/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/images/newwindow.png b/project-info/3.0.8/jersey/project/helloworld-netty/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-netty/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/index.html b/project-info/3.0.8/jersey/project/helloworld-netty/index.html new file mode 100644 index 000000000..080d4301b --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-netty/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-helloworld-netty – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-helloworld-netty

+

Jersey "Hello world" example on Netty container.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/project-info.html b/project-info/3.0.8/jersey/project/helloworld-netty/project-info.html new file mode 100644 index 000000000..3d0384237 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-netty/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-helloworld-netty – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey "Hello world" example on Netty container.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-netty/project-reports.html b/project-info/3.0.8/jersey/project/helloworld-netty/project-reports.html new file mode 100644 index 000000000..700975523 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-netty/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-helloworld-netty – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/css/maven-base.css b/project-info/3.0.8/jersey/project/helloworld-programmatic/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-programmatic/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/css/maven-theme.css b/project-info/3.0.8/jersey/project/helloworld-programmatic/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-programmatic/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/css/print.css b/project-info/3.0.8/jersey/project/helloworld-programmatic/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-programmatic/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/css/site.css b/project-info/3.0.8/jersey/project/helloworld-programmatic/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-programmatic/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/dependencies.html b/project-info/3.0.8/jersey/project/helloworld-programmatic/dependencies.html new file mode 100644 index 000000000..fc490f2d6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-programmatic/dependencies.html @@ -0,0 +1,2335 @@ + + + + + + jersey-examples-helloworld-programmatic – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld-programmatic, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld-programmatic, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-helloworld-programmatic

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8514.7 MB1064190613781.876
compile: 18compile: 5.8 MBcompile: 4198compile: 3754compile: 159-compile: 17
test: 67test: 8.9 MBtest: 6443test: 5307test: 219-test: 59
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/images/close.gif b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/images/collapsed.gif b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/images/expanded.gif b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/images/external.png b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/images/newwindow.png b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-programmatic/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/index.html b/project-info/3.0.8/jersey/project/helloworld-programmatic/index.html new file mode 100644 index 000000000..e0db405f6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-programmatic/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-helloworld-programmatic – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-helloworld-programmatic

+

Jersey programmatic resource API "Hello world" example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/project-info.html b/project-info/3.0.8/jersey/project/helloworld-programmatic/project-info.html new file mode 100644 index 000000000..3382343a7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-programmatic/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-helloworld-programmatic – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey programmatic resource API "Hello world" example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-programmatic/project-reports.html b/project-info/3.0.8/jersey/project/helloworld-programmatic/project-reports.html new file mode 100644 index 000000000..f6e30dfbe --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-programmatic/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-helloworld-programmatic – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/maven-base.css b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/maven-theme.css b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/print.css b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/site.css b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/dependencies.html b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/dependencies.html new file mode 100644 index 000000000..e88ff1800 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/dependencies.html @@ -0,0 +1,616 @@ + + + + + + jersey-examples-helloworld-pure-jax-rs – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-jdk-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-jdk-http, jersey-core-client, jersey-examples-helloworld-pure-jax-rs, jersey-inject-hk2

+

Eclipse Distribution License v. 1.0: jersey-examples-helloworld-pure-jax-rs

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-jdk-http, jersey-core-client, jersey-inject-hk2

+

Public Domain: jersey-container-jdk-http, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-jdk-http, jersey-core-client, jersey-inject-hk2

+

EDL 1.0: jersey-container-jdk-http, jersey-core-client, jersey-inject-hk2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-jdk-http, jersey-core-client, jersey-core-server, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-jdk-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-jdk-http, jersey-core-client, jersey-examples-helloworld-pure-jax-rs, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-jdk-http, jersey-core-client, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
174.7 MB363132161601.816
compile: 15compile: 4.2 MBcompile: 3192compile: 2823compile: 125-compile: 14
test: 2test: 427.7 kBtest: 439test: 393test: 35-test: 2
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/close.gif b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/collapsed.gif b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/expanded.gif b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/external.png b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/newwindow.png b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/index.html b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/index.html new file mode 100644 index 000000000..43a6a960a --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-helloworld-pure-jax-rs – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-helloworld-pure-jax-rs

+

Example using only the standard JAX-RS API's and the lightweight HTTP server bundled in JDK.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/project-info.html b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/project-info.html new file mode 100644 index 000000000..607fa2ebc --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-helloworld-pure-jax-rs – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutExample using only the standard JAX-RS API's and the lightweight HTTP server bundled in JDK.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/project-reports.html b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/project-reports.html new file mode 100644 index 000000000..167843df6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-helloworld-pure-jax-rs – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/css/maven-base.css b/project-info/3.0.8/jersey/project/helloworld-weld/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-weld/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/css/maven-theme.css b/project-info/3.0.8/jersey/project/helloworld-weld/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-weld/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/css/print.css b/project-info/3.0.8/jersey/project/helloworld-weld/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-weld/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/css/site.css b/project-info/3.0.8/jersey/project/helloworld-weld/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-weld/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/dependencies.html b/project-info/3.0.8/jersey/project/helloworld-weld/dependencies.html new file mode 100644 index 000000000..d97299da1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-weld/dependencies.html @@ -0,0 +1,2735 @@ + + + + + + jersey-examples-helloworld-weld – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.istackistack-commons-runtime4.0.0jarEclipse Distribution License - v 1.0
com.sun.xml.bindjaxb-impl3.0.2jarEclipse Distribution License - v 1.0
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.ext.cdijersey-cdi1x3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.ext.cdijersey-weld2-se3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.jboss.weld.seweld-se-core4.0.2.FinaljarApache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-frameworkjersey-test-framework-util3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.xml.bindjaxb-core3.0.2jarEclipse Distribution License - v 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.interceptorjakarta.interceptor-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.jboss.classfilewriterjboss-classfilewriter1.2.5.FinaljarApache License, version 2.0
org.jboss.loggingjboss-logging3.3.0.FinaljarApache License, version 2.0
org.jboss.weldweld-api4.0.SP1jarApache License, Version 2.0
org.jboss.weldweld-core-impl4.0.2.FinaljarApache License, Version 2.0
org.jboss.weldweld-spi4.0.SP1jarApache License, Version 2.0
org.jboss.weld.environmentweld-environment-common4.0.2.FinaljarApache License, Version 2.0
org.jboss.weld.probeweld-probe-core4.0.2.FinaljarApache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3, classfilewriter

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld-weld, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

New BSD License: Hamcrest Core

+

Eclipse Public License v. 2.0: Jakarta Expression Language API

+

Apache License 2.0: CDI APIs, Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT, Weld APIs, Weld Environment Common, Weld Implementation (Core), Weld Probe Core, Weld SE (Core), Weld SPIs for container integration

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld-weld, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-helloworld-weld

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API, Old JAXB Core, Old JAXB Runtime, istack common utility code runtime

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
istack-commons-runtime-4.0.0.jar29.9 kB44234-Yes
jaxb-core-3.0.2.jar238.4 kB26718124-Yes
jaxb-impl-3.0.2.jar916.6 kB68453819-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.interceptor-api-2.0.0.jar24.6 kB221011.8Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-cdi1x-3.0.8.jar82 kB714931.8Yes
jersey-weld2-se-3.0.8.jar19.8 kB20211.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-util-3.0.8.jar34.9 kB281131.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
jboss-classfilewriter-1.2.5.Final.jar120.4 kB907561.8Yes
jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
weld-api-4.0.SP1.jar32.6 kB6842121.8Yes
weld-core-impl-4.0.2.Final.jar1.7 MB1190110760-Yes
weld-spi-4.0.SP1.jar84.9 kB153107231.8Yes
weld-environment-common-4.0.2.Final.jar86.5 kB735361.8Yes
weld-probe-core-4.0.2.Final.jar817.9 kB1238611.8Yes
weld-se-core-4.0.2.Final.jar72.5 kB714581.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
10219.2 MB13840116355621.893
compile: 36compile: 10.4 MBcompile: 7565compile: 6467compile: 350-compile: 35
test: 66test: 8.8 MBtest: 6275test: 5168test: 212-test: 58
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/images/close.gif b/project-info/3.0.8/jersey/project/helloworld-weld/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-weld/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/images/collapsed.gif b/project-info/3.0.8/jersey/project/helloworld-weld/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-weld/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/images/expanded.gif b/project-info/3.0.8/jersey/project/helloworld-weld/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-weld/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/images/external.png b/project-info/3.0.8/jersey/project/helloworld-weld/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-weld/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/helloworld-weld/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-weld/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/helloworld-weld/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-weld/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/helloworld-weld/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-weld/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/helloworld-weld/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-weld/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/helloworld-weld/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-weld/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/helloworld-weld/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-weld/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/helloworld-weld/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-weld/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/images/newwindow.png b/project-info/3.0.8/jersey/project/helloworld-weld/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld-weld/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/index.html b/project-info/3.0.8/jersey/project/helloworld-weld/index.html new file mode 100644 index 000000000..c8c7e01cf --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-weld/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-helloworld-weld – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-helloworld-weld

+

Jersey annotated resource class "Hello world" example with Weld support.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/project-info.html b/project-info/3.0.8/jersey/project/helloworld-weld/project-info.html new file mode 100644 index 000000000..2faaabb21 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-weld/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-helloworld-weld – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey annotated resource class "Hello world" example with Weld support.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld-weld/project-reports.html b/project-info/3.0.8/jersey/project/helloworld-weld/project-reports.html new file mode 100644 index 000000000..495a2d8dc --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld-weld/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-helloworld-weld – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld/css/maven-base.css b/project-info/3.0.8/jersey/project/helloworld/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/helloworld/css/maven-theme.css b/project-info/3.0.8/jersey/project/helloworld/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/helloworld/css/print.css b/project-info/3.0.8/jersey/project/helloworld/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/helloworld/css/site.css b/project-info/3.0.8/jersey/project/helloworld/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/helloworld/dependencies.html b/project-info/3.0.8/jersey/project/helloworld/dependencies.html new file mode 100644 index 000000000..23b8acad2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld/dependencies.html @@ -0,0 +1,2359 @@ + + + + + + jersey-examples-helloworld – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-frameworkjersey-test-framework-util3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-helloworld

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-util-3.0.8.jar34.9 kB281131.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8614.7 MB1066990723811.877
compile: 18compile: 5.8 MBcompile: 4198compile: 3754compile: 159-compile: 17
test: 68test: 8.9 MBtest: 6471test: 5318test: 222-test: 60
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld/images/close.gif b/project-info/3.0.8/jersey/project/helloworld/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld/images/collapsed.gif b/project-info/3.0.8/jersey/project/helloworld/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld/images/expanded.gif b/project-info/3.0.8/jersey/project/helloworld/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld/images/external.png b/project-info/3.0.8/jersey/project/helloworld/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/helloworld/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/helloworld/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/helloworld/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/helloworld/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/helloworld/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/helloworld/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/helloworld/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/helloworld/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld/images/newwindow.png b/project-info/3.0.8/jersey/project/helloworld/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/helloworld/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/helloworld/index.html b/project-info/3.0.8/jersey/project/helloworld/index.html new file mode 100644 index 000000000..1b9e525b2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-helloworld – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-helloworld

+

Jersey annotated resource class "Hello world" example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld/project-info.html b/project-info/3.0.8/jersey/project/helloworld/project-info.html new file mode 100644 index 000000000..091d72a40 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-helloworld – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey annotated resource class "Hello world" example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/helloworld/project-reports.html b/project-info/3.0.8/jersey/project/helloworld/project-reports.html new file mode 100644 index 000000000..9f1b81603 --- /dev/null +++ b/project-info/3.0.8/jersey/project/helloworld/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-helloworld – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/html-json/css/maven-base.css b/project-info/3.0.8/jersey/project/html-json/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/html-json/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/html-json/css/maven-theme.css b/project-info/3.0.8/jersey/project/html-json/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/html-json/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/html-json/css/print.css b/project-info/3.0.8/jersey/project/html-json/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/html-json/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/html-json/css/site.css b/project-info/3.0.8/jersey/project/html-json/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/html-json/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/html-json/dependencies.html b/project-info/3.0.8/jersey/project/html-json/dependencies.html new file mode 100644 index 000000000..64c5d5ab2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/html-json/dependencies.html @@ -0,0 +1,2728 @@ + + + + + + jersey-media-html-json – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.netbeans.htmlnet.java.html.json1.5.1jarApache License, Version 2.0
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.netbeans.htmlko-ws-tyrus1.5.1jarApache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.connectorsjersey-apache-connector3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.netbeans.apiorg-openide-util-lookupRELEASE110jarThe Apache Software License, Version 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.netbeans.htmlnet.java.html1.5.1jarApache License, Version 2.0
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.vaadin.external.googleandroid-json0.0.20131108.vaadin1jarApache License 2.0
javax.websocketjavax.websocket-api1.0jarDual license consisting of the CDDL v1.1 and GPL v2
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.tyrustyrus-client1.3.1jarDual license consisting of the CDDL v1.1 and GPL v2
org.glassfish.tyrustyrus-container-grizzly-client1.3.1jarDual license consisting of the CDDL v1.1 and GPL v2
org.glassfish.tyrustyrus-core1.3.1jarDual license consisting of the CDDL v1.1 and GPL v2
org.glassfish.tyrustyrus-spi1.3.1jarDual license consisting of the CDDL v1.1 and GPL v2
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
commons-loggingcommons-logging1.2-jarThe Apache Software License, Version 2.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0-jarApache License 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
org.apache.httpcomponentshttpclient4.5.13-jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.13-jarApache License, Version 2.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8-jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.javassistjavassist3.28.0-GA-jarMPL 1.1LGPL 2.1Apache License 2.0
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-html-json, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-html-json, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: JSON library from Android SDK, Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore, HTML Context, JSON Model in Java, Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT, Tyrus Based WebSockets

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-html-json, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-html-json, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-html-json, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-html-json, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Public Domain: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-html-json, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-html-json, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-html-json, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-html-json, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

Dual license consisting of the CDDL v1.1 and GPL v2: Tyrus Client, Tyrus Container SPI, Tyrus Core, Tyrus Grizzly Client Container, WebSocket server API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Apache Commons Logging, Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport, org-openide-util-lookup

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
android-json-0.0.20131108.vaadin1.jar18.3 kB12811.5Yes
commons-logging-1.2.jar61.8 kB422821.2Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
javax.websocket-api-1.0.jar36.6 kB645421.6Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
httpclient-4.5.13.jar780.3 kB511470241.6Yes
httpcore-4.4.13.jar328.6 kB283253171.6Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-apache-connector-3.0.8.jar46.5 kB331811.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
tyrus-client-1.3.1.jar20.1 kB20911.6Yes
tyrus-container-grizzly-client-1.3.1.jar34 kB362111.6Yes
tyrus-core-1.3.1.jar293.8 kB20218651.6Yes
tyrus-spi-1.3.1.jar12.4 kB261511.6Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
org-openide-util-lookup-RELEASE110.jar374.1 kB1058641.7Yes
ko-ws-tyrus-1.5.1.jar19.1 kB21411.6Yes
net.java.html-1.5.1.jar21.2 kB331331.6Yes
net.java.html.json-1.5.1.jar124.9 kB936931.6Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9916.8 MB12122102954441.890
compile: 8compile: 1.8 MBcompile: 1458compile: 1285compile: 54-compile: 7
test: 80test: 12.7 MBtest: 9184test: 7704test: 340-test: 72
runtime: 10runtime: 1.9 MBruntime: 1375runtime: 1220runtime: 46-runtime: 10
provided: 1provided: 374.1 kBprovided: 105provided: 86provided: 4-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/html-json/images/close.gif b/project-info/3.0.8/jersey/project/html-json/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/html-json/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/html-json/images/collapsed.gif b/project-info/3.0.8/jersey/project/html-json/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/html-json/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/html-json/images/expanded.gif b/project-info/3.0.8/jersey/project/html-json/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/html-json/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/html-json/images/external.png b/project-info/3.0.8/jersey/project/html-json/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/html-json/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/html-json/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/html-json/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/html-json/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/html-json/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/html-json/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/html-json/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/html-json/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/html-json/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/html-json/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/html-json/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/html-json/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/html-json/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/html-json/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/html-json/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/html-json/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/html-json/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/html-json/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/html-json/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/html-json/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/html-json/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/html-json/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/html-json/images/newwindow.png b/project-info/3.0.8/jersey/project/html-json/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/html-json/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/html-json/index.html b/project-info/3.0.8/jersey/project/html-json/index.html new file mode 100644 index 000000000..b81ac9ae8 --- /dev/null +++ b/project-info/3.0.8/jersey/project/html-json/index.html @@ -0,0 +1,77 @@ + + + + + + jersey-media-html-json – About + + + + + + + + +
+ +
+
+
+
+

About jersey-media-html-json

+

JAX-RS Reader/Writer via net.java.html.json library that provides + JSON serialization and deserialization using lightweight (no reflection) + net.java.html.json library. Define your objects via @Model annotation. + Use them in Jersey.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/html-json/project-info.html b/project-info/3.0.8/jersey/project/html-json/project-info.html new file mode 100644 index 000000000..aa204d3c5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/html-json/project-info.html @@ -0,0 +1,89 @@ + + + + + + jersey-media-html-json – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJAX-RS Reader/Writer via net.java.html.json library that provides + JSON serialization and deserialization using lightweight (no reflection) + net.java.html.json library. Define your objects via @Model annotation. + Use them in Jersey.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/html-json/project-reports.html b/project-info/3.0.8/jersey/project/html-json/project-reports.html new file mode 100644 index 000000000..9d81a41eb --- /dev/null +++ b/project-info/3.0.8/jersey/project/html-json/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-media-html-json – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/http-patch/css/maven-base.css b/project-info/3.0.8/jersey/project/http-patch/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-patch/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/http-patch/css/maven-theme.css b/project-info/3.0.8/jersey/project/http-patch/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-patch/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/http-patch/css/print.css b/project-info/3.0.8/jersey/project/http-patch/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-patch/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/http-patch/css/site.css b/project-info/3.0.8/jersey/project/http-patch/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-patch/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/http-patch/dependencies.html b/project-info/3.0.8/jersey/project/http-patch/dependencies.html new file mode 100644 index 000000000..252ce4519 --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-patch/dependencies.html @@ -0,0 +1,2997 @@ + + + + + + jersey-examples-http-patch – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.github.fgejson-patch1.9jarLesser General Public License, version 3 or greaterApache Software License, version 2.0
com.sun.istackistack-commons-runtime4.0.0jarEclipse Distribution License - v 1.0
com.sun.xml.bindjaxb-impl3.0.2jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-moxy3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.connectorsjersey-grizzly-connector3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-processing3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.corejackson-annotations2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-core2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.13.3jarThe Apache Software License, Version 2.0
com.github.fgebtf1.2jarLesser General Public License, version 3 or greaterApache Software License, version 2.0
com.github.fgejackson-coreutils1.6jarLesser General Public License, version 3 or greaterApache Software License, version 2.0
com.github.fgemsg-simple1.1jarLesser General Public License, version 3 or greaterApache Software License, version 2.0
com.google.code.findbugsjsr3052.0.1jarThe Apache Software License, Version 2.0
com.google.guavaguava16.0.1jarThe Apache Software License, Version 2.0
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.xml.bindjaxb-core3.0.2jarEclipse Distribution License - v 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.jsonjakarta.json-api2.0.2jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api2.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.eclipse.parssonparsson1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.persistenceorg.eclipse.persistence.asm9.1.0jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.core3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.moxy3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.extjersey-entity-filtering3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.mailjakarta.mail2.0.1jarEPL 2.0GPL2 w/ CPEEDL 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.parssonparsson-media1.0.0-jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.grizzlyconnection-pool3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-client1.16-jarApache License 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-websockets3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 2.0: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-http-patch, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Grizzly Async HTTP Client, Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-http-patch, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-http-patch

+

Public Domain: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Lesser General Public License, version 3 or greater: json-patch, null

+

W3C license: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, Jakarta Mail API, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, Jakarta JSON Processing API

+

Modified BSD: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy, Jakarta XML Binding API, Old JAXB Core, Old JAXB Runtime, istack common utility code runtime

+

Eclipse Public License - v 2.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy

+

EPL-2.0: connection-pool, grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, grizzly-websockets, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: FindBugs-jsr305, Guava: Google Core Libraries for Java, Jackson-annotations, Jackson-core, Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport, jackson-databind

+

Apache Software License, version 2.0: json-patch, null

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jackson-annotations-2.13.3.jar75.7 kB84722-Yes
jackson-core-2.13.3.jar374.9 kB15612813-Yes
jackson-databind-2.13.3.jar1.5 MB74670823-Yes
btf-1.2.jar8.9 kB11311.6No
jackson-coreutils-1.6.jar30.7 kB261421.6Yes
json-patch-1.9.jar42.4 kB392731.6Yes
msg-simple-1.1.jar36.9 kB372361.6Yes
jsr305-2.0.1.jar31.9 kB703431.5Yes
guava-16.0.1.jar2.2 MB17091678171.6Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
istack-commons-runtime-4.0.0.jar29.9 kB44234-Yes
jakarta.mail-2.0.1.jar689.3 kB38434715-Yes
jaxb-core-3.0.2.jar238.4 kB26718124-Yes
jaxb-impl-3.0.2.jar916.6 kB68453819-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
parsson-media-1.0.0.jar20.3 kB1632-Yes
org.eclipse.persistence.asm-9.1.0.jar322 kB1421216-Yes
org.eclipse.persistence.core-3.0.2.jar5 MB220720231591.8Yes
org.eclipse.persistence.moxy-3.0.2.jar654.1 kB321281211.8Yes
connection-pool-3.0.1.jar69.1 kB443211.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-client-1.16.jar394.2 kB292260211.7Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
grizzly-websockets-3.0.1.jar111.2 kB867141.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-grizzly-connector-3.0.8.jar38.3 kB301511.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-processing-3.0.8.jar19.8 kB18221.8Yes
jersey-media-moxy-3.0.8.jar38.2 kB331441.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
11227.8 MB18333158427481.8102
compile: 40compile: 17.7 MBcompile: 11216compile: 9955compile: 493-compile: 38
test: 71test: 9.4 MBtest: 6733test: 5540test: 240-test: 63
runtime: 1runtime: 689.3 kBruntime: 384runtime: 347runtime: 15-runtime: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/http-patch/images/close.gif b/project-info/3.0.8/jersey/project/http-patch/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-patch/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/http-patch/images/collapsed.gif b/project-info/3.0.8/jersey/project/http-patch/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-patch/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/http-patch/images/expanded.gif b/project-info/3.0.8/jersey/project/http-patch/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-patch/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/http-patch/images/external.png b/project-info/3.0.8/jersey/project/http-patch/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-patch/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/http-patch/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/http-patch/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-patch/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/http-patch/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/http-patch/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-patch/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/http-patch/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/http-patch/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-patch/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/http-patch/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/http-patch/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-patch/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/http-patch/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/http-patch/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-patch/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/http-patch/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/http-patch/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-patch/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/http-patch/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/http-patch/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-patch/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/http-patch/images/newwindow.png b/project-info/3.0.8/jersey/project/http-patch/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-patch/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/http-patch/index.html b/project-info/3.0.8/jersey/project/http-patch/index.html new file mode 100644 index 000000000..9e9997f6a --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-patch/index.html @@ -0,0 +1,76 @@ + + + + + + jersey-examples-http-patch – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-http-patch

+

Jersey example for implementing generic PATCH support via JAX-RS reader interceptor. + Taken from Gerard Davison's blog entry: + http://kingsfleet.blogspot.co.uk/2014/02/transparent-patch-support-in-jax-rs-20.html

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/http-patch/project-info.html b/project-info/3.0.8/jersey/project/http-patch/project-info.html new file mode 100644 index 000000000..09695e68c --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-patch/project-info.html @@ -0,0 +1,88 @@ + + + + + + jersey-examples-http-patch – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey example for implementing generic PATCH support via JAX-RS reader interceptor. + Taken from Gerard Davison's blog entry: + http://kingsfleet.blogspot.co.uk/2014/02/transparent-patch-support-in-jax-rs-20.html
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/http-patch/project-reports.html b/project-info/3.0.8/jersey/project/http-patch/project-reports.html new file mode 100644 index 000000000..a73100357 --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-patch/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-http-patch – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/http-trace/css/maven-base.css b/project-info/3.0.8/jersey/project/http-trace/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-trace/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/http-trace/css/maven-theme.css b/project-info/3.0.8/jersey/project/http-trace/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-trace/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/http-trace/css/print.css b/project-info/3.0.8/jersey/project/http-trace/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-trace/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/http-trace/css/site.css b/project-info/3.0.8/jersey/project/http-trace/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-trace/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/http-trace/dependencies.html b/project-info/3.0.8/jersey/project/http-trace/dependencies.html new file mode 100644 index 000000000..d753a40ee --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-trace/dependencies.html @@ -0,0 +1,2432 @@ + + + + + + jersey-examples-http-trace – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.connectorsjersey-grizzly-connector3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlyconnection-pool3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-client1.16-jarApache License 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-websockets3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-http-trace, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Grizzly Async HTTP Client, Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-http-trace, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-http-trace

+

Public Domain: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: connection-pool, grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, grizzly-websockets, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
connection-pool-3.0.1.jar69.1 kB443211.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-client-1.16.jar394.2 kB292260211.7Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
grizzly-websockets-3.0.1.jar111.2 kB867141.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-grizzly-connector-3.0.8.jar38.3 kB301511.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8915.3 MB1109394394051.880
compile: 18compile: 5.8 MBcompile: 4198compile: 3754compile: 159-compile: 17
test: 71test: 9.5 MBtest: 6895test: 5685test: 246-test: 63
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/http-trace/images/close.gif b/project-info/3.0.8/jersey/project/http-trace/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-trace/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/http-trace/images/collapsed.gif b/project-info/3.0.8/jersey/project/http-trace/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-trace/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/http-trace/images/expanded.gif b/project-info/3.0.8/jersey/project/http-trace/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-trace/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/http-trace/images/external.png b/project-info/3.0.8/jersey/project/http-trace/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-trace/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/http-trace/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/http-trace/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-trace/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/http-trace/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/http-trace/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-trace/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/http-trace/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/http-trace/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-trace/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/http-trace/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/http-trace/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-trace/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/http-trace/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/http-trace/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-trace/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/http-trace/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/http-trace/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-trace/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/http-trace/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/http-trace/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-trace/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/http-trace/images/newwindow.png b/project-info/3.0.8/jersey/project/http-trace/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/http-trace/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/http-trace/index.html b/project-info/3.0.8/jersey/project/http-trace/index.html new file mode 100644 index 000000000..763d487d0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-trace/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-http-trace – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-http-trace

+

Jersey HTTP TRACE support example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/http-trace/project-info.html b/project-info/3.0.8/jersey/project/http-trace/project-info.html new file mode 100644 index 000000000..28cafdee3 --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-trace/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-http-trace – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey HTTP TRACE support example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/http-trace/project-reports.html b/project-info/3.0.8/jersey/project/http-trace/project-reports.html new file mode 100644 index 000000000..8ab653be6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/http-trace/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-http-trace – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/maven-base.css b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/maven-theme.css b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/print.css b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/site.css b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/dependencies.html b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/dependencies.html new file mode 100644 index 000000000..a664a4149 --- /dev/null +++ b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/dependencies.html @@ -0,0 +1,971 @@ + + + + + + jersey-examples-https-clientserver-grizzly – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.connectorsjersey-grizzly-connector3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlyconnection-pool3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-client1.16jarApache License 2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-websockets3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.slf4jslf4j-api2.0.0-alpha6jarMIT License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-grizzly, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-grizzly, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-examples-https-clientserver-grizzly, jersey-inject-hk2

+

MIT License: SLF4J API Module

+

Eclipse Distribution License v. 1.0: jersey-examples-https-clientserver-grizzly

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-grizzly, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Public Domain: jersey-connectors-grizzly, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-grizzly, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

EDL 1.0: Jakarta Activation, jersey-connectors-grizzly, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Apache License 2.0: Grizzly Async HTTP Client, Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-grizzly, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-grizzly, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-grizzly, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-examples-https-clientserver-grizzly, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-grizzly, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

EPL-2.0: connection-pool, grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, grizzly-websockets, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
connection-pool-3.0.1.jar69.1 kB443211.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-client-1.16.jar394.2 kB292260211.7Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
grizzly-websockets-3.0.1.jar111.2 kB867141.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-grizzly-connector-3.0.8.jar38.3 kB301511.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
327.6 MB570349502491.831
compile: 30compile: 7.2 MBcompile: 5264compile: 4557compile: 214-compile: 29
test: 2test: 427.7 kBtest: 439test: 393test: 35-test: 2
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/close.gif b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/collapsed.gif b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/expanded.gif b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/external.png b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/newwindow.png b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/index.html b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/index.html new file mode 100644 index 000000000..3164c6ef0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-https-clientserver-grizzly – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-https-clientserver-grizzly

+

Jersey HTTPS Client/Server example on Grizzly.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/project-info.html b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/project-info.html new file mode 100644 index 000000000..8b8fec58e --- /dev/null +++ b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-https-clientserver-grizzly – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey HTTPS Client/Server example on Grizzly.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/https-clientserver-grizzly/project-reports.html b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/project-reports.html new file mode 100644 index 000000000..f93fd1234 --- /dev/null +++ b/project-info/3.0.8/jersey/project/https-clientserver-grizzly/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-https-clientserver-grizzly – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/images/close.gif b/project-info/3.0.8/jersey/project/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/images/collapsed.gif b/project-info/3.0.8/jersey/project/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/images/expanded.gif b/project-info/3.0.8/jersey/project/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/images/external.png b/project-info/3.0.8/jersey/project/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/images/newwindow.png b/project-info/3.0.8/jersey/project/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/index.html b/project-info/3.0.8/jersey/project/index.html new file mode 100644 index 000000000..ffc5de754 --- /dev/null +++ b/project-info/3.0.8/jersey/project/index.html @@ -0,0 +1,94 @@ + + + + + + jersey-bundles – About + + + + + + + + +
+ +
+
+
+
+

About jersey-bundles

+

Jersey bundles providers umbrella project module.

+
+

Project Modules

+

This project has declared the following modules:

+ + + + + + +
NameDescription
jersey-bundles-jaxrs-riA bundle project producing JAX-RS RI bundles. The primary artifact is an "all-in-one" OSGi-fied JAX-RS RI bundle + (jaxrs-ri.jar). + Attached to that are two compressed JAX-RS RI archives. The first archive (jaxrs-ri.zip) consists of binary RI bits and + contains the API jar (under "api" directory), RI libraries (under "lib" directory) as well as all external + RI dependencies (under "ext" directory). The secondary archive (jaxrs-ri-src.zip) contains buildable JAX-RS RI source + bundle and contains the API jar (under "api" directory), RI sources (under "src" directory) as well as all external + RI dependencies (under "ext" directory). The second archive also contains "build.xml" ANT script that builds the RI + sources. To build the JAX-RS RI simply unzip the archive, cd to the created jaxrs-ri directory and invoke "ant" from + the command line.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jaxb/css/maven-base.css b/project-info/3.0.8/jersey/project/jaxb/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxb/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jaxb/css/maven-theme.css b/project-info/3.0.8/jersey/project/jaxb/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxb/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jaxb/css/print.css b/project-info/3.0.8/jersey/project/jaxb/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxb/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jaxb/css/site.css b/project-info/3.0.8/jersey/project/jaxb/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxb/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jaxb/dependencies.html b/project-info/3.0.8/jersey/project/jaxb/dependencies.html new file mode 100644 index 000000000..3ba99d962 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxb/dependencies.html @@ -0,0 +1,2429 @@ + + + + + + jersey-examples-jaxb – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.codehaus.woodstoxwoodstox-core-asl4.1.2jarThe Apache Software License, Version 2.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
javax.xml.streamstax-api1.0-2jarGNU General Public LibraryCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
org.codehaus.woodstoxstax2-api3.1.1jarThe BSD License
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

The BSD License: Stax2 API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-jaxb, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

GNU General Public Library: Streaming API for XML

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: Streaming API for XML

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-jaxb, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-jaxb

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: JAXB OSGI, Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport, Woodstox

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
stax-api-1.0-2.jar23.3 kB443731.5Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
stax2-api-3.1.1.jar182.1 kB140124111.4Yes
woodstox-core-asl-4.1.2.jar478.9 kB234203161.4Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8918.9 MB13717115385371.880
compile: 24compile: 6.7 MBcompile: 4883compile: 4322compile: 201-compile: 23
test: 65test: 12.1 MBtest: 8834test: 7216test: 336-test: 57
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jaxb/images/close.gif b/project-info/3.0.8/jersey/project/jaxb/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxb/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxb/images/collapsed.gif b/project-info/3.0.8/jersey/project/jaxb/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxb/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxb/images/expanded.gif b/project-info/3.0.8/jersey/project/jaxb/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxb/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxb/images/external.png b/project-info/3.0.8/jersey/project/jaxb/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxb/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jaxb/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jaxb/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxb/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxb/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jaxb/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxb/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxb/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jaxb/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxb/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxb/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jaxb/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxb/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxb/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jaxb/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxb/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jaxb/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jaxb/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxb/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jaxb/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jaxb/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxb/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jaxb/images/newwindow.png b/project-info/3.0.8/jersey/project/jaxb/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxb/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jaxb/index.html b/project-info/3.0.8/jersey/project/jaxb/index.html new file mode 100644 index 000000000..d7ee5a734 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxb/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-jaxb – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-jaxb

+

Jersey JAXB example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jaxb/project-info.html b/project-info/3.0.8/jersey/project/jaxb/project-info.html new file mode 100644 index 000000000..dd5f28b71 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxb/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-jaxb – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JAXB example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jaxb/project-reports.html b/project-info/3.0.8/jersey/project/jaxb/project-reports.html new file mode 100644 index 000000000..9c671a826 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxb/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-jaxb – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/css/maven-base.css b/project-info/3.0.8/jersey/project/jaxrs-ri/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-ri/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/css/maven-theme.css b/project-info/3.0.8/jersey/project/jaxrs-ri/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-ri/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/css/print.css b/project-info/3.0.8/jersey/project/jaxrs-ri/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-ri/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/css/site.css b/project-info/3.0.8/jersey/project/jaxrs-ri/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-ri/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/dependencies.html b/project-info/3.0.8/jersey/project/jaxrs-ri/dependencies.html new file mode 100644 index 000000000..a57585225 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-ri/dependencies.html @@ -0,0 +1,1146 @@ + + + + + + jersey-bundles-jaxrs-ri – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicensesOptional
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0No
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseNo
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseNo
org.glassfish.jersey.corejersey-client3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseNo
org.glassfish.jersey.corejersey-common3.0.8-jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public DomainNo
org.glassfish.jersey.corejersey-server3.0.8-jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSDNo
org.glassfish.jersey.injectjersey-hk23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseNo
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseNo
org.glassfish.jersey.mediajersey-media-json-binding3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseNo
org.glassfish.jersey.mediajersey-media-sse3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseNo
org.glassfish.jersey.containersjersey-container-servlet3.0.8sourcesjarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseYes
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8sourcesjarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseYes
org.glassfish.jersey.corejersey-client3.0.8sourcesjarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseYes
org.glassfish.jersey.corejersey-common3.0.8sourcesjarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public DomainYes
org.glassfish.jersey.corejersey-server3.0.8sourcesjarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSDYes
org.glassfish.jersey.injectjersey-hk23.0.8sourcesjarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseYes
org.glassfish.jersey.mediajersey-media-jaxb3.0.8sourcesjarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseYes
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.persistencejakarta.persistence-api3.0.0-jarEclipse Public License v. 2.0Eclipse Distribution License v. 1.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0-jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0sourcesjarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3-jarEPL 2.0GPL2 w/ CPE
org.osgiorg.osgi.core6.0.0-jarApache License, Version 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
jakarta.injectjakarta.inject-api2.0.1-jarThe Apache Software License, Version 2.0
jakarta.jsonjakarta.json-api2.0.2-jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api2.0.0-jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.ws.rsjakarta.ws.rs-api3.0.0-jarEPL-2.0GPL-2.0-with-classpath-exception
org.eclipseyasson2.0.4-jarEclipse Public License v. 2.0Eclipse Distribution License v. 1.0
org.eclipse.parssonparsson1.0.0-jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfishjakarta.json2.0.0modulejarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.hk2osgi-resource-locator1.0.3-jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GA-jarMPL 1.1LGPL 2.1Apache License 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-bundles-jaxrs-ri, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-media-sse

+

Eclipse Public License 2.0: Eclipse Parsson, JSON-B API, JSON-P Default Provider, Jakarta JSON Processing API

+

jQuery license: jersey-bundles-jaxrs-ri, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-media-sse

+

Eclipse Distribution License v. 1.0: Jakarta Persistence API, org.eclipse.yasson

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-bundles-jaxrs-ri, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-media-sse

+

Public Domain: jersey-bundles-jaxrs-ri, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-media-sse

+

W3C license: jersey-bundles-jaxrs-ri, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-media-sse

+

Eclipse Public License v. 2.0: Jakarta Persistence API, org.eclipse.yasson

+

EDL 1.0: Jakarta Activation, jersey-bundles-jaxrs-ri, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-media-sse

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, JSON-B API, JSON-P Default Provider, Jakarta JSON Processing API

+

Modified BSD: jersey-bundles-jaxrs-ri, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-media-sse

+

Apache License, Version 2.0: org.osgi.core

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-bundles-jaxrs-ri, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-media-sse

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-bundles-jaxrs-ri, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-media-sse

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-bundles-jaxrs-ri, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-media-sse

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.persistence-api-3.0.0.jar156.5 kB2262085-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.ws.rs-api-3.0.0-sources.jar244.6 kB14500-No
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
yasson-2.0.4.jar364.5 kB28224010-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
jakarta.json-2.0.0-module.jar115.5 kB77613-Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-binding-3.0.8.jar26.1 kB24721.8Yes
jersey-media-sse-3.0.8.jar79.4 kB624321.8Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
org.osgi.core-6.0.0.jar475.3 kB387158211.5Yes
jersey-container-servlet-3.0.8-sources.jar28.9 kB2700-No
jersey-container-servlet-core-3.0.8-sources.jar63.8 kB4400-No
jersey-client-3.0.8-sources.jar187.4 kB11800-No
jersey-common-3.0.8-sources.jar789.1 kB41800-No
jersey-server-3.0.8-sources.jar795.4 kB42900-No
jersey-hk2-3.0.8-sources.jar48.3 kB3800-No
jersey-media-jaxb-3.0.8-sources.jar63.1 kB4100-No
TotalSizeEntriesClassesPackagesJava VersionDebug Information
378.5 MB616039952031.828
compile: 27compile: 6.7 MBcompile: 4604compile: 3003compile: 139-compile: 19
provided: 10provided: 1.9 MBprovided: 1556provided: 992provided: 64-provided: 9
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/images/close.gif b/project-info/3.0.8/jersey/project/jaxrs-ri/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-ri/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/images/collapsed.gif b/project-info/3.0.8/jersey/project/jaxrs-ri/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-ri/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/images/expanded.gif b/project-info/3.0.8/jersey/project/jaxrs-ri/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-ri/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/images/external.png b/project-info/3.0.8/jersey/project/jaxrs-ri/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-ri/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jaxrs-ri/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-ri/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jaxrs-ri/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-ri/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jaxrs-ri/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-ri/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/images/newwindow.png b/project-info/3.0.8/jersey/project/jaxrs-ri/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-ri/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/index.html b/project-info/3.0.8/jersey/project/jaxrs-ri/index.html new file mode 100644 index 000000000..39d298cee --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-ri/index.html @@ -0,0 +1,82 @@ + + + + + + jersey-bundles-jaxrs-ri – About + + + + + + + + +
+ +
+
+
+
+

About jersey-bundles-jaxrs-ri

+

A bundle project producing JAX-RS RI bundles. The primary artifact is an "all-in-one" OSGi-fied JAX-RS RI bundle + (jaxrs-ri.jar). + Attached to that are two compressed JAX-RS RI archives. The first archive (jaxrs-ri.zip) consists of binary RI bits and + contains the API jar (under "api" directory), RI libraries (under "lib" directory) as well as all external + RI dependencies (under "ext" directory). The secondary archive (jaxrs-ri-src.zip) contains buildable JAX-RS RI source + bundle and contains the API jar (under "api" directory), RI sources (under "src" directory) as well as all external + RI dependencies (under "ext" directory). The second archive also contains "build.xml" ANT script that builds the RI + sources. To build the JAX-RS RI simply unzip the archive, cd to the created jaxrs-ri directory and invoke "ant" from + the command line.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/project-info.html b/project-info/3.0.8/jersey/project/jaxrs-ri/project-info.html new file mode 100644 index 000000000..b936edcb0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-ri/project-info.html @@ -0,0 +1,94 @@ + + + + + + jersey-bundles-jaxrs-ri – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutA bundle project producing JAX-RS RI bundles. The primary artifact is an "all-in-one" OSGi-fied JAX-RS RI bundle + (jaxrs-ri.jar). + Attached to that are two compressed JAX-RS RI archives. The first archive (jaxrs-ri.zip) consists of binary RI bits and + contains the API jar (under "api" directory), RI libraries (under "lib" directory) as well as all external + RI dependencies (under "ext" directory). The secondary archive (jaxrs-ri-src.zip) contains buildable JAX-RS RI source + bundle and contains the API jar (under "api" directory), RI sources (under "src" directory) as well as all external + RI dependencies (under "ext" directory). The second archive also contains "build.xml" ANT script that builds the RI + sources. To build the JAX-RS RI simply unzip the archive, cd to the created jaxrs-ri directory and invoke "ant" from + the command line.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jaxrs-ri/project-reports.html b/project-info/3.0.8/jersey/project/jaxrs-ri/project-reports.html new file mode 100644 index 000000000..10ea35791 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-ri/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-bundles-jaxrs-ri – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/css/maven-base.css b/project-info/3.0.8/jersey/project/jaxrs-types-injection/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-types-injection/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/css/maven-theme.css b/project-info/3.0.8/jersey/project/jaxrs-types-injection/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-types-injection/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/css/print.css b/project-info/3.0.8/jersey/project/jaxrs-types-injection/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-types-injection/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/css/site.css b/project-info/3.0.8/jersey/project/jaxrs-types-injection/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-types-injection/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/dependencies.html b/project-info/3.0.8/jersey/project/jaxrs-types-injection/dependencies.html new file mode 100644 index 000000000..bd2c554e4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-types-injection/dependencies.html @@ -0,0 +1,2356 @@ + + + + + + jersey-examples-jaxrs-types-injection – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-jaxrs-types-injection, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-jaxrs-types-injection, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-jaxrs-types-injection

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: JAXB OSGI, Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8618.2 MB13299111745071.877
compile: 21compile: 9.5 MBcompile: 7052compile: 6017compile: 298-compile: 20
test: 65test: 8.7 MBtest: 6247test: 5157test: 209-test: 57
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/close.gif b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/collapsed.gif b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/expanded.gif b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/external.png b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/newwindow.png b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jaxrs-types-injection/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/index.html b/project-info/3.0.8/jersey/project/jaxrs-types-injection/index.html new file mode 100644 index 000000000..1506a38f7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-types-injection/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-jaxrs-types-injection – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-jaxrs-types-injection

+

Jersey JAX-RS types injection example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/project-info.html b/project-info/3.0.8/jersey/project/jaxrs-types-injection/project-info.html new file mode 100644 index 000000000..057bd4a50 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-types-injection/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-jaxrs-types-injection – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JAX-RS types injection example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jaxrs-types-injection/project-reports.html b/project-info/3.0.8/jersey/project/jaxrs-types-injection/project-reports.html new file mode 100644 index 000000000..a602ee51c --- /dev/null +++ b/project-info/3.0.8/jersey/project/jaxrs-types-injection/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-jaxrs-types-injection – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-apache-connector/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache-connector/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-apache-connector/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache-connector/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/css/print.css b/project-info/3.0.8/jersey/project/jersey-apache-connector/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache-connector/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/css/site.css b/project-info/3.0.8/jersey/project/jersey-apache-connector/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache-connector/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/dependencies.html b/project-info/3.0.8/jersey/project/jersey-apache-connector/dependencies.html new file mode 100644 index 000000000..665262362 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache-connector/dependencies.html @@ -0,0 +1,1044 @@ + + + + + + jersey-connectors-apache – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.apache.httpcomponentshttpclient4.5.13jarApache License, Version 2.0
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
commons-codeccommons-codec1.15jarApache License, Version 2.0
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest2.2jarBSD License 3
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
commons-loggingcommons-logging1.2jarThe Apache Software License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.apache.httpcomponentshttpcore4.4.13jarApache License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-apache, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-apache, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

BSD License 3: Hamcrest

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-apache, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Public Domain: jersey-connectors-apache, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-apache, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EDL 1.0: Jakarta Activation, jersey-connectors-apache, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-apache, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License, Version 2.0: Apache Commons Codec, Apache HttpClient, Apache HttpCore

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-apache, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-apache, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-apache, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Apache Commons Logging, Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
commons-codec-1.15.jar353.8 kB25310671.7Yes
commons-logging-1.2.jar61.8 kB422821.2Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
httpclient-4.5.13.jar780.3 kB511470241.6Yes
httpcore-4.4.13.jar328.6 kB283253171.6Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
358.8 MB652655682831.834
compile: 9compile: 2.8 MBcompile: 2168compile: 1954compile: 91-compile: 8
test: 26test: 5.9 MBtest: 4358test: 3614test: 192-test: 26
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/images/close.gif b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/images/external.png b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache-connector/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/index.html b/project-info/3.0.8/jersey/project/jersey-apache-connector/index.html new file mode 100644 index 000000000..76642c56d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache-connector/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-connectors-apache – About + + + + + + + + +
+ +
+
+
+
+

About jersey-connectors-apache

+

Jersey Client Transport via Apache

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/project-info.html b/project-info/3.0.8/jersey/project/jersey-apache-connector/project-info.html new file mode 100644 index 000000000..4a66a9ed5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache-connector/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-connectors-apache – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Client Transport via Apache
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-apache-connector/project-reports.html b/project-info/3.0.8/jersey/project/jersey-apache-connector/project-reports.html new file mode 100644 index 000000000..33f149374 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache-connector/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-connectors-apache – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-apache5-connector/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache5-connector/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-apache5-connector/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache5-connector/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/css/print.css b/project-info/3.0.8/jersey/project/jersey-apache5-connector/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache5-connector/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/css/site.css b/project-info/3.0.8/jersey/project/jersey-apache5-connector/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache5-connector/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/dependencies.html b/project-info/3.0.8/jersey/project/jersey-apache5-connector/dependencies.html new file mode 100644 index 000000000..a2f68533f --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache5-connector/dependencies.html @@ -0,0 +1,1067 @@ + + + + + + jersey-connectors-apache5 – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.apache.httpcomponents.client5httpclient55.1.2jarApache License, Version 2.0
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest2.2jarBSD License 3
org.slf4jslf4j-api2.0.0-alpha6jarMIT License
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
commons-codeccommons-codec1.15jarApache License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.apache.httpcomponents.core5httpcore55.1.2jarApache License, Version 2.0
org.apache.httpcomponents.core5httpcore5-h25.1.2jarApache License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-apache5, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-apache5, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

MIT License: SLF4J API Module

+

BSD License 3: Hamcrest

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-apache5, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Public Domain: jersey-connectors-apache5, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-apache5, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EDL 1.0: Jakarta Activation, jersey-connectors-apache5, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-apache5, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License, Version 2.0: Apache Commons Codec, Apache HttpClient, Apache HttpComponents Core HTTP/1.1, Apache HttpComponents Core HTTP/2

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-apache5, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-apache5, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-apache5, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
commons-codec-1.15.jar353.8 kB25310671.7Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
httpclient5-5.1.2.jar797.8 kB519476261.7Yes
httpcore5-5.1.2.jar850.3 kB677632301.7Yes
httpcore5-h2-5.1.2.jar230.8 kB168140141.7Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
369.5 MB711961163151.835
compile: 10compile: 3.9 MBcompile: 2949compile: 2557compile: 125-compile: 9
test: 26test: 5.6 MBtest: 4170test: 3559test: 190-test: 26
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/close.gif b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/external.png b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-apache5-connector/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/index.html b/project-info/3.0.8/jersey/project/jersey-apache5-connector/index.html new file mode 100644 index 000000000..fcaa1b91e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache5-connector/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-connectors-apache5 – About + + + + + + + + +
+ +
+
+
+
+

About jersey-connectors-apache5

+

Jersey Client Transport via Apache HttpClient 5.x

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/project-info.html b/project-info/3.0.8/jersey/project/jersey-apache5-connector/project-info.html new file mode 100644 index 000000000..dc30dc47e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache5-connector/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-connectors-apache5 – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Client Transport via Apache HttpClient 5.x
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-apache5-connector/project-reports.html b/project-info/3.0.8/jersey/project/jersey-apache5-connector/project-reports.html new file mode 100644 index 000000000..97560d3e3 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-apache5-connector/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-connectors-apache5 – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-bean-validation/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-bean-validation/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-bean-validation/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-bean-validation/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/css/print.css b/project-info/3.0.8/jersey/project/jersey-bean-validation/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-bean-validation/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/css/site.css b/project-info/3.0.8/jersey/project/jersey-bean-validation/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-bean-validation/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/dependencies.html b/project-info/3.0.8/jersey/project/jersey-bean-validation/dependencies.html new file mode 100644 index 000000000..358324dfe --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-bean-validation/dependencies.html @@ -0,0 +1,945 @@ + + + + + + jersey-ext-bean-validation – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicensesOptional
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath ExceptionNo
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0No
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0No
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exceptionNo
org.glassfishjakarta.el4.0.2jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath ExceptionNo
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public DomainNo
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSDNo
org.hibernate.validatorhibernate-validator7.0.1.FinaljarApache License 2.0No
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0Yes
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0Yes
org.glassfish.jersey.ext.cdijersey-cdi1x3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseYes
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicensesOptional
com.fasterxmlclassmate1.3.3jarThe Apache Software License, Version 2.0No
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPENo
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseNo
org.jboss.loggingjboss-logging3.3.0.FinaljarApache License, version 2.0No
com.sun.activationjakarta.activation2.0.1jarEDL 1.0Yes
jakarta.interceptorjakarta.interceptor-api2.0.0jarEPL 2.0GPL2 w/ CPEYes
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3

+

Apache License, 2.0: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-bean-validation, jersey-ext-cdi1x, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-servlet-core, jersey-core-client, jersey-ext-bean-validation, jersey-ext-cdi1x, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-ext-bean-validation, jersey-ext-cdi1x, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Public Domain: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-ext-bean-validation, jersey-ext-cdi1x, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-servlet-core, jersey-core-client, jersey-ext-bean-validation, jersey-ext-cdi1x, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Eclipse Public License v. 2.0: Jakarta Expression Language API, Jakarta Expression Language Implementation

+

EDL 1.0: Jakarta Activation, jersey-container-servlet-core, jersey-core-client, jersey-ext-bean-validation, jersey-ext-cdi1x, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Apache License 2.0: CDI APIs, Hibernate Validator Engine, Jakarta Bean Validation API, Javassist

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API, Jakarta Expression Language Implementation

+

Modified BSD: jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-ext-bean-validation, jersey-ext-cdi1x, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-bean-validation, jersey-ext-cdi1x, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-servlet-core, jersey-core-client, jersey-ext-bean-validation, jersey-ext-cdi1x, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-servlet-core, jersey-core-client, jersey-ext-bean-validation, jersey-ext-cdi1x, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: ClassMate, Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
classmate-1.3.3.jar65 kB523741.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jakarta.el-4.0.2.jar173.7 kB13011351.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
hibernate-validator-7.0.1.Final.jar1.3 MB1055923841.8Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.interceptor-api-2.0.0.jar24.6 kB221011.8Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
jersey-cdi1x-3.0.8.jar82 kB714931.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
307.3 MB574349382901.829
compile: 18compile: 4.8 MBcompile: 3985compile: 3486compile: 204-compile: 17
test: 12test: 2.4 MBtest: 1758test: 1452test: 86-test: 12
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/images/close.gif b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/images/external.png b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-bean-validation/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/index.html b/project-info/3.0.8/jersey/project/jersey-bean-validation/index.html new file mode 100644 index 000000000..a7486906b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-bean-validation/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-bean-validation – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-bean-validation

+

Jersey extension module providing support for Bean Validation (JSR-349) API.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/project-info.html b/project-info/3.0.8/jersey/project/jersey-bean-validation/project-info.html new file mode 100644 index 000000000..7c73ebc5b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-bean-validation/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-bean-validation – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey extension module providing support for Bean Validation (JSR-349) API.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-bean-validation/project-reports.html b/project-info/3.0.8/jersey/project/jersey-bean-validation/project-reports.html new file mode 100644 index 000000000..8fa2c52e5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-bean-validation/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-bean-validation – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/print.css b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/site.css b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/dependencies.html b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/dependencies.html new file mode 100644 index 000000000..d109807ad --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/dependencies.html @@ -0,0 +1,1024 @@ + + + + + + jersey-inject-cdi-weld – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.jboss.weld.seweld-se-core4.0.2.FinaljarApache License, Version 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.interceptorjakarta.interceptor-api2.0.0jarEPL 2.0GPL2 w/ CPE
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.jboss.classfilewriterjboss-classfilewriter1.2.5.FinaljarApache License, version 2.0
org.jboss.loggingjboss-logging3.3.0.FinaljarApache License, version 2.0
org.jboss.weldweld-api4.0.SP1jarApache License, Version 2.0
org.jboss.weldweld-core-impl4.0.2.FinaljarApache License, Version 2.0
org.jboss.weldweld-spi4.0.SP1jarApache License, Version 2.0
org.jboss.weld.environmentweld-environment-common4.0.2.FinaljarApache License, Version 2.0
org.jboss.weld.probeweld-probe-core4.0.2.FinaljarApache License, Version 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3, classfilewriter

+

Apache License, 2.0: jersey-container-grizzly2-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-cdi-weld, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-grizzly2-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-cdi-weld, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-cdi-weld, jersey-inject-hk2

+

Public Domain: jersey-container-grizzly2-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-cdi-weld, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-grizzly2-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-cdi-weld, jersey-inject-hk2

+

Eclipse Public License v. 2.0: Jakarta Expression Language API

+

EDL 1.0: jersey-container-grizzly2-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-cdi-weld, jersey-inject-hk2

+

Apache License 2.0: CDI APIs, Jakarta Bean Validation API, Javassist

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API

+

Modified BSD: jersey-container-grizzly2-http, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-cdi-weld, jersey-inject-hk2

+

Apache License, Version 2.0: Weld APIs, Weld Environment Common, Weld Implementation (Core), Weld Probe Core, Weld SE (Core), Weld SPIs for container integration

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-cdi-weld, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-grizzly2-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-cdi-weld, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-grizzly2-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-cdi-weld, jersey-inject-hk2

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.interceptor-api-2.0.0.jar24.6 kB221011.8Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
jboss-classfilewriter-1.2.5.Final.jar120.4 kB907561.8Yes
jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
weld-api-4.0.SP1.jar32.6 kB6842121.8Yes
weld-core-impl-4.0.2.Final.jar1.7 MB1190110760-Yes
weld-spi-4.0.SP1.jar84.9 kB153107231.8Yes
weld-environment-common-4.0.2.Final.jar86.5 kB735361.8Yes
weld-probe-core-4.0.2.Final.jar817.9 kB1238611.8Yes
weld-se-core-4.0.2.Final.jar72.5 kB714581.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
339.7 MB693460463321.832
compile: 8compile: 2.7 MBcompile: 2164compile: 1959compile: 84-compile: 7
test: 9test: 2 MBtest: 1500test: 1296test: 75-test: 9
provided: 16provided: 5 MBprovided: 3270provided: 2791provided: 173-provided: 16
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/close.gif b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/external.png b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/index.html b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/index.html new file mode 100644 index 000000000..23a8beb6a --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-inject-cdi-weld – About + + + + + + + + +
+ +
+
+
+
+

About jersey-inject-cdi-weld

+

CDI InjectionManager implementation

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/project-info.html b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/project-info.html new file mode 100644 index 000000000..c0ffa01e6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-inject-cdi-weld – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutCDI InjectionManager implementation
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/project-reports.html b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/project-reports.html new file mode 100644 index 000000000..471ecca3e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-inject-cdi-weld – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-cdi2-se/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi2-se/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-cdi2-se/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi2-se/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/css/print.css b/project-info/3.0.8/jersey/project/jersey-cdi2-se/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi2-se/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/css/site.css b/project-info/3.0.8/jersey/project/jersey-cdi2-se/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi2-se/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/dependencies.html b/project-info/3.0.8/jersey/project/jersey-cdi2-se/dependencies.html new file mode 100644 index 000000000..500c7e75e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi2-se/dependencies.html @@ -0,0 +1,640 @@ + + + + + + jersey-inject-cdi2-se – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.jboss.weld.seweld-se-core4.0.2.FinaljarApache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
junitjunit4.13.1jarEclipse Public License 1.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.interceptorjakarta.interceptor-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.jboss.classfilewriterjboss-classfilewriter1.2.5.FinaljarApache License, version 2.0
org.jboss.loggingjboss-logging3.3.0.FinaljarApache License, version 2.0
org.jboss.weldweld-api4.0.SP1jarApache License, Version 2.0
org.jboss.weldweld-core-impl4.0.2.FinaljarApache License, Version 2.0
org.jboss.weldweld-spi4.0.SP1jarApache License, Version 2.0
org.jboss.weld.environmentweld-environment-common4.0.2.FinaljarApache License, Version 2.0
org.jboss.weld.probeweld-probe-core4.0.2.FinaljarApache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3, classfilewriter

+

Apache License, 2.0: jersey-core-common, jersey-inject-cdi2-se

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-inject-cdi2-se

+

GPL2 w/ CPE: Jakarta Annotations API, Jakarta Interceptors, OSGi resource locator, jersey-inject-cdi2-se

+

Public Domain: jersey-core-common, jersey-inject-cdi2-se

+

New BSD License: Hamcrest Core

+

W3C license: jersey-inject-cdi2-se

+

Eclipse Public License v. 2.0: Jakarta Expression Language API

+

EDL 1.0: jersey-inject-cdi2-se

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API

+

Apache License 2.0: CDI APIs

+

Modified BSD: jersey-inject-cdi2-se

+

Apache License, Version 2.0: Weld APIs, Weld Environment Common, Weld Implementation (Core), Weld Probe Core, Weld SE (Core), Weld SPIs for container integration

+

EPL 2.0: Jakarta Annotations API, Jakarta Interceptors, OSGi resource locator, jersey-core-common, jersey-inject-cdi2-se

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-inject-cdi2-se

+

BSD 2-Clause: jersey-inject-cdi2-se

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.interceptor-api-2.0.0.jar24.6 kB221011.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
jboss-classfilewriter-1.2.5.Final.jar120.4 kB907561.8Yes
jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
weld-api-4.0.SP1.jar32.6 kB6842121.8Yes
weld-core-impl-4.0.2.Final.jar1.7 MB1190110760-Yes
weld-spi-4.0.SP1.jar84.9 kB153107231.8Yes
weld-environment-common-4.0.2.Final.jar86.5 kB735361.8Yes
weld-probe-core-4.0.2.Final.jar817.9 kB1238611.8Yes
weld-se-core-4.0.2.Final.jar72.5 kB714581.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
185 MB365832002021.817
compile: 15compile: 4.5 MBcompile: 3158compile: 2758compile: 166-compile: 14
test: 3test: 508.3 kBtest: 500test: 442test: 36-test: 3
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/close.gif b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/external.png b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-cdi2-se/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/index.html b/project-info/3.0.8/jersey/project/jersey-cdi2-se/index.html new file mode 100644 index 000000000..3894337f3 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi2-se/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-inject-cdi2-se – About + + + + + + + + +
+ +
+
+
+
+

About jersey-inject-cdi2-se

+

CDI 4 SE InjectionManager implementation

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/project-info.html b/project-info/3.0.8/jersey/project/jersey-cdi2-se/project-info.html new file mode 100644 index 000000000..358bd2467 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi2-se/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-inject-cdi2-se – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutCDI 4 SE InjectionManager implementation
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-cdi2-se/project-reports.html b/project-info/3.0.8/jersey/project/jersey-cdi2-se/project-reports.html new file mode 100644 index 000000000..1acab75f8 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-cdi2-se/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-inject-cdi2-se – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/print.css b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/site.css b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/dependencies.html b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/dependencies.html new file mode 100644 index 000000000..04235b278 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/dependencies.html @@ -0,0 +1,1041 @@ + + + + + + jersey-container-grizzly2-http – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.bouncycastlebcmail-jdk15on1.68jarBouncy Castle Licence
org.bouncycastlebcprov-jdk15on1.68jarBouncy Castle Licence
org.eclipse.jettyjetty-client11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jetty.http2http2-http-client-transport11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http23.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-npn-api2.0.0jarEPL-2.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.bouncycastlebcpkix-jdk15on1.68jarBouncy Castle Licence
org.eclipse.jettyjetty-alpn-client11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-alpn-java-client11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jetty.http2http2-client11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jetty.http2http2-common11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jetty.http2http2-hpack11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.slf4jslf4j-api2.0.0-alpha6jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-grizzly2-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: ALPN :: JDK9 Client Implementation, Jetty :: Asynchronous HTTP Client, Jetty :: HTTP2 :: Client, Jetty :: HTTP2 :: Common, Jetty :: HTTP2 :: HPACK, Jetty :: HTTP2 :: HTTP Client Transport, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Utilities

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-grizzly2-http, jersey-core-client, jersey-inject-hk2

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-core-client, jersey-inject-hk2

+

Public Domain: jersey-container-grizzly2-http, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

Bouncy Castle Licence: Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs, Bouncy Castle Provider, Bouncy Castle S/MIME API

+

W3C license: jersey-container-grizzly2-http, jersey-core-client, jersey-inject-hk2

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: ALPN :: JDK9 Client Implementation, Jetty :: Asynchronous HTTP Client, Jetty :: HTTP2 :: Client, Jetty :: HTTP2 :: Common, Jetty :: HTTP2 :: HPACK, Jetty :: HTTP2 :: HTTP Client Transport, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Utilities

+

EDL 1.0: jersey-container-grizzly2-http, jersey-core-client, jersey-inject-hk2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-grizzly2-http, jersey-core-client, jersey-core-server, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-grizzly2-http, jersey-core-client, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-grizzly2-http, jersey-core-client, jersey-inject-hk2

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http2, grizzly-npn-api, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
bcmail-jdk15on-1.68.jar113 kB81636-No
bcpkix-jdk15on-1.68.jar887.8 kB79674346-No
bcprov-jdk15on-1.68.jar6 MB46603609160-Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-alpn-java-client-11.0.9.jar16.6 kB2032-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
http2-client-11.0.9.jar26.3 kB2062-Yes
http2-common-11.0.9.jar231.9 kB1591417-Yes
http2-hpack-11.0.9.jar53.2 kB36202-Yes
http2-http-client-transport-11.0.9.jar49.9 kB32172-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http2-3.0.1.jar287.2 kB15814341.8Yes
grizzly-npn-api-2.0.0.jar5.6 kB16511.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
3515.2 MB1151797144591.832
compile: 11compile: 4.2 MBcompile: 3158compile: 2882compile: 118-compile: 10
test: 24test: 11 MBtest: 8359test: 6832test: 341-test: 22
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/close.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/external.png b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/index.html b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/index.html new file mode 100644 index 000000000..591e9fc8c --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-container-grizzly2-http – About + + + + + + + + +
+ +
+
+
+
+

About jersey-container-grizzly2-http

+

Grizzly 2 Http Container.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/project-info.html b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/project-info.html new file mode 100644 index 000000000..c3f02fcf4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-container-grizzly2-http – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutGrizzly 2 Http Container.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/project-reports.html b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/project-reports.html new file mode 100644 index 000000000..366694dc2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-container-grizzly2-http – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/print.css b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/site.css b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/dependencies.html b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/dependencies.html new file mode 100644 index 000000000..71bddd2fd --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/dependencies.html @@ -0,0 +1,780 @@ + + + + + + jersey-container-grizzly2-servlet – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Public Domain: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

EDL 1.0: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
246.7 MB497543702061.823
compile: 16compile: 4.8 MBcompile: 3536compile: 3123compile: 132-compile: 15
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/close.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/external.png b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/index.html b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/index.html new file mode 100644 index 000000000..0c39473cd --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-container-grizzly2-servlet – About + + + + + + + + +
+ +
+
+
+
+

About jersey-container-grizzly2-servlet

+

Grizzly 2 Servlet Container.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/project-info.html b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/project-info.html new file mode 100644 index 000000000..3448c9a2a --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-container-grizzly2-servlet – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutGrizzly 2 Servlet Container.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/project-reports.html b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/project-reports.html new file mode 100644 index 000000000..c305d272f --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-container-grizzly2-servlet – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/print.css b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/site.css b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/dependencies.html b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/dependencies.html new file mode 100644 index 000000000..7360c685b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/dependencies.html @@ -0,0 +1,615 @@ + + + + + + jersey-container-jdk-http – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
commons-iocommons-io2.11.0jarApache License, Version 2.0
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-jdk-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-jdk-http, jersey-core-client, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-jdk-http, jersey-core-client, jersey-inject-hk2

+

Public Domain: jersey-container-jdk-http, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-jdk-http, jersey-core-client, jersey-inject-hk2

+

EDL 1.0: jersey-container-jdk-http, jersey-core-client, jersey-inject-hk2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-jdk-http, jersey-core-client, jersey-core-server, jersey-inject-hk2

+

Apache License, Version 2.0: Apache Commons IO

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-jdk-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-jdk-http, jersey-core-client, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-jdk-http, jersey-core-client, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
commons-io-2.11.0.jar327.1 kB224201111.8Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
175 MB382734071691.816
compile: 8compile: 2.7 MBcompile: 2164compile: 1959compile: 84-compile: 7
test: 9test: 2.2 MBtest: 1663test: 1448test: 85-test: 9
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/close.gif b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/external.png b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/index.html b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/index.html new file mode 100644 index 000000000..487720aa5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-container-jdk-http – About + + + + + + + + +
+ +
+
+
+
+

About jersey-container-jdk-http

+

JDK Http Container

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/project-info.html b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/project-info.html new file mode 100644 index 000000000..b40e11290 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-container-jdk-http – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJDK Http Container
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jdk-http/project-reports.html b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/project-reports.html new file mode 100644 index 000000000..48c43c8ad --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jdk-http/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-container-jdk-http – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/print.css b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/site.css b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/dependencies.html b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/dependencies.html new file mode 100644 index 000000000..91d4709f4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/dependencies.html @@ -0,0 +1,873 @@ + + + + + + jersey-container-jetty-http – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.eclipse.jettyjetty-client9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-server9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-util9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.apache.httpcomponentshttpclient4.5.13jarApache License, Version 2.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
javax.servletjavax.servlet-api3.1.0jarCDDL + GPLv2 with classpath exception
org.eclipse.jettyjetty-http9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-io9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
commons-codeccommons-codec1.11jarApache License, Version 2.0
commons-loggingcommons-logging1.2jarThe Apache Software License, Version 2.0
org.apache.httpcomponentshttpcore4.4.13jarApache License, Version 2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-jetty-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

Apache Software License - Version 2.0: Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-jetty-http, jersey-core-client, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-jetty-http, jersey-core-client, jersey-inject-hk2

+

Public Domain: jersey-container-jetty-http, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-jetty-http, jersey-core-client, jersey-inject-hk2

+

EDL 1.0: jersey-container-jetty-http, jersey-core-client, jersey-inject-hk2

+

Eclipse Public License - Version 1.0: Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-jetty-http, jersey-core-client, jersey-core-server, jersey-inject-hk2

+

Apache License, Version 2.0: Apache Commons Codec, Apache HttpClient, Apache HttpCore

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-jetty-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

CDDL + GPLv2 with classpath exception: Java Servlet API

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-jetty-http, jersey-core-client, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-jetty-http, jersey-core-client, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Apache Commons Logging, Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
commons-codec-1.11.jar335 kB2439671.6Yes
commons-logging-1.2.jar61.8 kB422821.2Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
javax.servlet-api-3.1.0.jar95.8 kB1037941.7Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
httpclient-4.5.13.jar780.3 kB511470241.6Yes
httpcore-4.4.13.jar328.6 kB283253171.6Yes
jetty-client-9.4.28.v20200408.jar324.7 kB22821051.8Yes
jetty-http-9.4.28.v20200408.jar211.8 kB1169621.8Yes
jetty-io-9.4.28.v20200408.jar160.8 kB1149921.8Yes
jetty-server-9.4.28.v20200408.jar691.1 kB35933781.8Yes
jetty-util-9.4.28.v20200408.jar551.1 kB340312121.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
278.5 MB609352712451.826
compile: 14compile: 4.7 MBcompile: 3424compile: 3092compile: 117-compile: 13
test: 12test: 3.4 MBtest: 2518test: 2094test: 124-test: 12
provided: 1provided: 307.9 kBprovided: 151provided: 85provided: 4-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/close.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/external.png b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/index.html b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/index.html new file mode 100644 index 000000000..bad613363 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-container-jetty-http – About + + + + + + + + +
+ +
+
+
+
+

About jersey-container-jetty-http

+

Jetty Http Container

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/project-info.html b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/project-info.html new file mode 100644 index 000000000..d41f65c63 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-container-jetty-http – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJetty Http Container
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-http/project-reports.html b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/project-reports.html new file mode 100644 index 000000000..02cadabe5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-http/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-container-jetty-http – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/print.css b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/site.css b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/dependencies.html b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/dependencies.html new file mode 100644 index 000000000..42d20eebb --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/dependencies.html @@ -0,0 +1,1000 @@ + + + + + + jersey-container-jetty-servlet – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+ +
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.eclipse.jettyjetty-server9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-webapp9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.eclipse.jettyjetty-alpn-client11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-io9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-util11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.slf4jslf4j-api2.0.0-alpha6jarMIT License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
javax.servletjavax.servlet-api3.1.0jarCDDL + GPLv2 with classpath exception
org.eclipse.jettyjetty-security9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-servlet9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-xml9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-jetty-http, jersey-container-jetty-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities, Jetty :: Webapp Application Support, Jetty :: XML utilities

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-jetty-http, jersey-container-jetty-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-jetty-http, jersey-container-jetty-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Public Domain: jersey-container-jetty-http, jersey-container-jetty-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-jetty-http, jersey-container-jetty-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Utilities

+

EDL 1.0: jersey-container-jetty-http, jersey-container-jetty-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Eclipse Public License - Version 1.0: Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Webapp Application Support, Jetty :: XML utilities

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-jetty-http, jersey-container-jetty-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-jetty-http, jersey-container-jetty-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

CDDL + GPLv2 with classpath exception: Java Servlet API

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-jetty-http, jersey-container-jetty-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-jetty-http, jersey-container-jetty-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
javax.servlet-api-3.1.0.jar95.8 kB1037941.7Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-9.4.28.v20200408.jar211.8 kB1169621.8Yes
jetty-io-9.4.28.v20200408.jar160.8 kB1149921.8Yes
jetty-security-9.4.28.v20200408.jar117.9 kB776221.8Yes
jetty-server-9.4.28.v20200408.jar691.1 kB35933781.8Yes
jetty-servlet-9.4.28.v20200408.jar131.8 kB735731.8Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
jetty-webapp-9.4.28.v20200408.jar138.2 kB675211.8Yes
jetty-xml-9.4.28.v20200408.jar66.7 kB321411.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
327.7 MB548747512221.831
compile: 18compile: 4.5 MBcompile: 3337compile: 2903compile: 129-compile: 17
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
provided: 6provided: 1.2 MBprovided: 711provided: 601provided: 19-provided: 6
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/close.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/external.png b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/index.html b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/index.html new file mode 100644 index 000000000..d6b937dcd --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-container-jetty-servlet – About + + + + + + + + +
+ +
+
+
+
+

About jersey-container-jetty-servlet

+

Jetty Servlet Container

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/project-info.html b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/project-info.html new file mode 100644 index 000000000..d1a205a2d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-container-jetty-servlet – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJetty Servlet Container
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/project-reports.html b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/project-reports.html new file mode 100644 index 000000000..47d8bec95 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-container-jetty-servlet – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-container-netty-http/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-netty-http/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-container-netty-http/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-netty-http/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/css/print.css b/project-info/3.0.8/jersey/project/jersey-container-netty-http/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-netty-http/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/css/site.css b/project-info/3.0.8/jersey/project/jersey-container-netty-http/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-netty-http/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/dependencies.html b/project-info/3.0.8/jersey/project/jersey-container-netty-http/dependencies.html new file mode 100644 index 000000000..827a94b1d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-netty-http/dependencies.html @@ -0,0 +1,1464 @@ + + + + + + jersey-container-netty-http – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
io.nettynetty-all4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-buffer4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-common4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-handler4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.FinaljarApache License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-inject-hk2

+

Public Domain: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-inject-hk2

+

EDL 1.0: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-inject-hk2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-core-server, jersey-inject-hk2

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-netty-http, jersey-core-client, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
509.3 MB705561262421.842
compile: 36compile: 7.3 MBcompile: 5550compile: 4879compile: 168-compile: 34
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
runtime: 6runtime: 160.4 kBruntime: 66----
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/close.gif b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/external.png b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-netty-http/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/index.html b/project-info/3.0.8/jersey/project/jersey-container-netty-http/index.html new file mode 100644 index 000000000..467751dff --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-netty-http/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-container-netty-http – About + + + + + + + + +
+ +
+
+
+
+

About jersey-container-netty-http

+

Netty Http Container.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/project-info.html b/project-info/3.0.8/jersey/project/jersey-container-netty-http/project-info.html new file mode 100644 index 000000000..ed7417b75 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-netty-http/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-container-netty-http – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutNetty Http Container.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-netty-http/project-reports.html b/project-info/3.0.8/jersey/project/jersey-container-netty-http/project-reports.html new file mode 100644 index 000000000..bc2794d61 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-netty-http/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-container-netty-http – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/print.css b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/site.css b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/dependencies.html b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/dependencies.html new file mode 100644 index 000000000..79552334e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/dependencies.html @@ -0,0 +1,660 @@ + + + + + + jersey-container-servlet-core – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.persistencejakarta.persistence-api3.0.0jarEclipse Public License v. 2.0Eclipse Distribution License v. 1.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Eclipse Distribution License v. 1.0: Jakarta Persistence API

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Public Domain: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Eclipse Public License v. 2.0: Jakarta Persistence API

+

EDL 1.0: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.persistence-api-3.0.0.jar156.5 kB2262085-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
185.1 MB398034991671.817
compile: 8compile: 2.7 MBcompile: 2164compile: 1959compile: 84-compile: 7
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
provided: 2provided: 464.3 kBprovided: 377provided: 293provided: 9-provided: 2
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/close.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/external.png b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/index.html b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/index.html new file mode 100644 index 000000000..3d488825b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-container-servlet-core – About + + + + + + + + +
+ +
+
+
+
+

About jersey-container-servlet-core

+

Jersey core Servlet 3.x implementation

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/project-info.html b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/project-info.html new file mode 100644 index 000000000..67c5d655b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-container-servlet-core – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey core Servlet 3.x implementation
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet-core/project-reports.html b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/project-reports.html new file mode 100644 index 000000000..60214b1c1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet-core/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-container-servlet-core – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-container-servlet/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-container-servlet/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/css/print.css b/project-info/3.0.8/jersey/project/jersey-container-servlet/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/css/site.css b/project-info/3.0.8/jersey/project/jersey-container-servlet/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/dependencies.html b/project-info/3.0.8/jersey/project/jersey-container-servlet/dependencies.html new file mode 100644 index 000000000..29d9d0862 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet/dependencies.html @@ -0,0 +1,657 @@ + + + + + + jersey-container-servlet – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Public Domain: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

EDL 1.0: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
185 MB381533351661.817
compile: 9compile: 2.8 MBcompile: 2225compile: 2003compile: 88-compile: 8
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
provided: 1provided: 307.9 kBprovided: 151provided: 85provided: 4-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/images/close.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/images/external.png b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-servlet/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/index.html b/project-info/3.0.8/jersey/project/jersey-container-servlet/index.html new file mode 100644 index 000000000..c4577a9f7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-container-servlet – About + + + + + + + + +
+ +
+
+
+
+

About jersey-container-servlet

+

Jersey core Servlet 3.x implementation

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/project-info.html b/project-info/3.0.8/jersey/project/jersey-container-servlet/project-info.html new file mode 100644 index 000000000..279c07818 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-container-servlet – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey core Servlet 3.x implementation
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-servlet/project-reports.html b/project-info/3.0.8/jersey/project/jersey-container-servlet/project-reports.html new file mode 100644 index 000000000..64a83c6d8 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-servlet/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-container-servlet – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-container-simple-http/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-simple-http/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-container-simple-http/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-simple-http/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/css/print.css b/project-info/3.0.8/jersey/project/jersey-container-simple-http/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-simple-http/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/css/site.css b/project-info/3.0.8/jersey/project/jersey-container-simple-http/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-simple-http/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/dependencies.html b/project-info/3.0.8/jersey/project/jersey-container-simple-http/dependencies.html new file mode 100644 index 000000000..029b61bdf --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-simple-http/dependencies.html @@ -0,0 +1,659 @@ + + + + + + jersey-container-simple-http – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.simpleframeworksimple-common6.0.1jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1jarThe Apache Software License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-simple-http, jersey-core-client, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2

+

Public Domain: jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-simple-http, jersey-core-client, jersey-inject-hk2

+

EDL 1.0: jersey-container-simple-http, jersey-core-client, jersey-inject-hk2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-simple-http, jersey-core-client, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-simple-http, jersey-core-client, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
194.9 MB390934691741.818
compile: 11compile: 3 MBcompile: 2470compile: 2222compile: 100-compile: 10
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/close.gif b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/external.png b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-container-simple-http/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/index.html b/project-info/3.0.8/jersey/project/jersey-container-simple-http/index.html new file mode 100644 index 000000000..58b5326fa --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-simple-http/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-container-simple-http – About + + + + + + + + +
+ +
+
+
+
+

About jersey-container-simple-http

+

Simple Http Container

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/project-info.html b/project-info/3.0.8/jersey/project/jersey-container-simple-http/project-info.html new file mode 100644 index 000000000..02f4765b4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-simple-http/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-container-simple-http – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutSimple Http Container
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-container-simple-http/project-reports.html b/project-info/3.0.8/jersey/project/jersey-container-simple-http/project-reports.html new file mode 100644 index 000000000..41884b265 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-container-simple-http/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-container-simple-http – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-declarative-linking/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-declarative-linking/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-declarative-linking/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-declarative-linking/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/css/print.css b/project-info/3.0.8/jersey/project/jersey-declarative-linking/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-declarative-linking/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/css/site.css b/project-info/3.0.8/jersey/project/jersey-declarative-linking/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-declarative-linking/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/dependencies.html b/project-info/3.0.8/jersey/project/jersey-declarative-linking/dependencies.html new file mode 100644 index 000000000..dbbbc488f --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-declarative-linking/dependencies.html @@ -0,0 +1,1117 @@ + + + + + + jersey-declarative-linking – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.corejackson-databind2.13.3jarThe Apache Software License, Version 2.0
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.skyscreamerjsonassert1.4.0jarThe Apache Software License, Version 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfishjakarta.el4.0.2jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.corejackson-annotations2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-core2.13.3jarThe Apache Software License, Version 2.0
com.vaadin.external.googleandroid-json0.0.20131108.vaadin1jarApache License 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-declarative-linking, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-declarative-linking, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-declarative-linking, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Public Domain: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-declarative-linking, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-declarative-linking, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Public License v. 2.0: Jakarta Expression Language API, Jakarta Expression Language Implementation

+

EDL 1.0: Jakarta Activation, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-declarative-linking, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License 2.0: JSON library from Android SDK, Jakarta Bean Validation API, Javassist

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API, Jakarta Expression Language Implementation

+

Modified BSD: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-declarative-linking, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-declarative-linking, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-declarative-linking, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-declarative-linking, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: JSONassert, Jackson-annotations, Jackson-core, Jakarta Dependency Injection, jackson-databind

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jackson-annotations-2.13.3.jar75.7 kB84722-Yes
jackson-core-2.13.3.jar374.9 kB15612813-Yes
jackson-databind-2.13.3.jar1.5 MB74670823-Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
android-json-0.0.20131108.vaadin1.jar18.3 kB12811.5Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jakarta.el-4.0.2.jar173.7 kB13011351.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
jsonassert-1.4.0.jar29.1 kB322031.6Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
379.4 MB653657012701.836
compile: 8compile: 2.7 MBcompile: 2164compile: 1959compile: 84-compile: 7
test: 25test: 6.3 MBtest: 3985test: 3430test: 170-test: 25
provided: 4provided: 445.3 kBprovided: 387provided: 312provided: 16-provided: 4
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/close.gif b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/external.png b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-declarative-linking/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/index.html b/project-info/3.0.8/jersey/project/jersey-declarative-linking/index.html new file mode 100644 index 000000000..e402e9dd2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-declarative-linking/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-declarative-linking – About + + + + + + + + +
+ +
+
+
+
+

About jersey-declarative-linking

+

Jersey support for declarative hyperlinking.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/project-info.html b/project-info/3.0.8/jersey/project/jersey-declarative-linking/project-info.html new file mode 100644 index 000000000..b7b5102a9 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-declarative-linking/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-declarative-linking – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey support for declarative hyperlinking.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-declarative-linking/project-reports.html b/project-info/3.0.8/jersey/project/jersey-declarative-linking/project-reports.html new file mode 100644 index 000000000..8fb52f417 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-declarative-linking/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-declarative-linking – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-entity-filtering/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-entity-filtering/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-entity-filtering/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-entity-filtering/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/css/print.css b/project-info/3.0.8/jersey/project/jersey-entity-filtering/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-entity-filtering/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/css/site.css b/project-info/3.0.8/jersey/project/jersey-entity-filtering/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-entity-filtering/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/dependencies.html b/project-info/3.0.8/jersey/project/jersey-entity-filtering/dependencies.html new file mode 100644 index 000000000..b5e333f77 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-entity-filtering/dependencies.html @@ -0,0 +1,752 @@ + + + + + + jersey-ext-entity-filtering – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-servlet-core, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Public Domain: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-servlet-core, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

EDL 1.0: Jakarta Activation, jersey-container-servlet-core, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-servlet-core, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-servlet-core, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
225.3 MB411835611801.821
compile: 1compile: 138.8 kBcompile: 153compile: 136compile: 7-compile: 1
test: 12test: 2.4 MBtest: 1758test: 1452test: 86-test: 12
provided: 9provided: 2.8 MBprovided: 2207provided: 1973provided: 87-provided: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/close.gif b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/external.png b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-entity-filtering/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/index.html b/project-info/3.0.8/jersey/project/jersey-entity-filtering/index.html new file mode 100644 index 000000000..e024c161b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-entity-filtering/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-entity-filtering – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-entity-filtering

+

Jersey extension module providing support for Entity Data Filtering.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/project-info.html b/project-info/3.0.8/jersey/project/jersey-entity-filtering/project-info.html new file mode 100644 index 000000000..3d3e05d85 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-entity-filtering/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-entity-filtering – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey extension module providing support for Entity Data Filtering.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-entity-filtering/project-reports.html b/project-info/3.0.8/jersey/project/jersey-entity-filtering/project-reports.html new file mode 100644 index 000000000..33d630322 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-entity-filtering/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-entity-filtering – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/print.css b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/site.css b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/external.png b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/index.html b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/index.html new file mode 100644 index 000000000..0cb028ca0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/index.html @@ -0,0 +1,72 @@ + + + + + + jersey-example-java8-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-example-java8-webapp

+

Jersey (Java8) WebApp Example Archetype.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/project-info.html b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/project-info.html new file mode 100644 index 000000000..2847dda47 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-example-java8-webapp/project-info.html @@ -0,0 +1,81 @@ + + + + + + jersey-example-java8-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + +
DocumentDescription
AboutJersey (Java8) WebApp Example Archetype.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-gae-integration/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-gae-integration/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-gae-integration/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-gae-integration/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/css/print.css b/project-info/3.0.8/jersey/project/jersey-gae-integration/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-gae-integration/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/css/site.css b/project-info/3.0.8/jersey/project/jersey-gae-integration/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-gae-integration/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/dependencies.html b/project-info/3.0.8/jersey/project/jersey-gae-integration/dependencies.html new file mode 100644 index 000000000..8627e35dd --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-gae-integration/dependencies.html @@ -0,0 +1,584 @@ + + + + + + jersey-ext-gae-integration – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.google.appengineappengine-api-1.0-sdk1.9.59jarGoogle App Engine Terms of Service
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-gae-integration, jersey-inject-hk2

+

jQuery license: jersey-core-client, jersey-ext-gae-integration, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-gae-integration, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-gae-integration, jersey-inject-hk2

+

W3C license: jersey-core-client, jersey-ext-gae-integration, jersey-inject-hk2

+

EDL 1.0: jersey-core-client, jersey-ext-gae-integration, jersey-inject-hk2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-ext-gae-integration, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-gae-integration, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

Google App Engine Terms of Service: appengine-api-1.0-sdk

+

MIT license: jersey-core-client, jersey-ext-gae-integration, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-gae-integration, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
appengine-api-1.0-sdk-1.9.59.jar18.5 MB1031795761751.7Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
1522.7 MB13481123892981.814
compile: 8compile: 2.7 MBcompile: 2164compile: 1959compile: 84-compile: 7
test: 6test: 1.5 MBtest: 1000test: 854test: 39-test: 6
provided: 1provided: 18.5 MBprovided: 10317provided: 9576provided: 175-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/images/close.gif b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/images/external.png b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-gae-integration/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/index.html b/project-info/3.0.8/jersey/project/jersey-gae-integration/index.html new file mode 100644 index 000000000..f24e49e51 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-gae-integration/index.html @@ -0,0 +1,75 @@ + + + + + + jersey-ext-gae-integration – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-gae-integration

+

Jersey extension module providing support for Google App Engine integration. + NOTE: IT DOES NOT WORK YET BECAUSE OF GAE SERVLET 2.5 (see https://java.net/jira/browse/JERSEY-1853)!!!

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/project-info.html b/project-info/3.0.8/jersey/project/jersey-gae-integration/project-info.html new file mode 100644 index 000000000..faf8b9836 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-gae-integration/project-info.html @@ -0,0 +1,87 @@ + + + + + + jersey-ext-gae-integration – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey extension module providing support for Google App Engine integration. + NOTE: IT DOES NOT WORK YET BECAUSE OF GAE SERVLET 2.5 (see https://java.net/jira/browse/JERSEY-1853)!!!
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-gae-integration/project-reports.html b/project-info/3.0.8/jersey/project/jersey-gae-integration/project-reports.html new file mode 100644 index 000000000..8956b14b2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-gae-integration/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-gae-integration – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/print.css b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/site.css b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/dependencies.html b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/dependencies.html new file mode 100644 index 000000000..87c5bf4c6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/dependencies.html @@ -0,0 +1,2435 @@ + + + + + + jersey-connectors-grizzly – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlyconnection-pool3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-client1.16jarApache License 2.0
org.glassfish.grizzlygrizzly-websockets3.0.1jarEPL-2.0
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.slf4jslf4j-api2.0.0-alpha6jarMIT License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest2.2jarBSD License 3
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0-jarApache License 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8-jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.javassistjavassist3.28.0-GA-jarMPL 1.1LGPL 2.1Apache License 2.0
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

BSD License 3: Hamcrest

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Grizzly Async HTTP Client, Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Public Domain: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL-2.0: connection-pool, grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, grizzly-websockets, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
connection-pool-3.0.1.jar69.1 kB443211.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-client-1.16.jar394.2 kB292260211.7Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
grizzly-websockets-3.0.1.jar111.2 kB867141.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8915.4 MB1118595324151.880
compile: 12compile: 3.5 MBcompile: 2616compile: 2363compile: 105-compile: 11
test: 77test: 11.9 MBtest: 8569test: 7169test: 310-test: 69
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/close.gif b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/external.png b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/index.html b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/index.html new file mode 100644 index 000000000..3cf83b93a --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-connectors-grizzly – About + + + + + + + + +
+ +
+
+
+
+

About jersey-connectors-grizzly

+

Jersey Client Transport via Grizzly

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/project-info.html b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/project-info.html new file mode 100644 index 000000000..612de8e15 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-connectors-grizzly – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Client Transport via Grizzly
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-grizzly-connector/project-reports.html b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/project-reports.html new file mode 100644 index 000000000..d20f1e28b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-grizzly-connector/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-connectors-grizzly – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-helidon-connector/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-helidon-connector/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-helidon-connector/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-helidon-connector/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/css/print.css b/project-info/3.0.8/jersey/project/jersey-helidon-connector/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-helidon-connector/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/css/site.css b/project-info/3.0.8/jersey/project/jersey-helidon-connector/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-helidon-connector/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/dependencies.html b/project-info/3.0.8/jersey/project/jersey-helidon-connector/dependencies.html new file mode 100644 index 000000000..9e38ce262 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-helidon-connector/dependencies.html @@ -0,0 +1,1561 @@ + + + + + + jersey-connectors-helidon – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-sse3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest2.2jarBSD License 3
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
io.helidon.jerseyhelidon-jersey-connector3.0.0-M1jarApache 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
io.helidon.commonhelidon-common3.0.0-M1jarApache 2.0
io.helidon.commonhelidon-common-configurable3.0.0-M1jarApache 2.0
io.helidon.commonhelidon-common-context3.0.0-M1jarApache 2.0
io.helidon.commonhelidon-common-http3.0.0-M1jarApache 2.0
io.helidon.commonhelidon-common-key-util3.0.0-M1jarApache 2.0
io.helidon.commonhelidon-common-mapper3.0.0-M1jarApache 2.0
io.helidon.commonhelidon-common-media-type3.0.0-M1jarApache 2.0
io.helidon.commonhelidon-common-reactive3.0.0-M1jarApache 2.0
io.helidon.commonhelidon-common-service-loader3.0.0-M1jarApache 2.0
io.helidon.confighelidon-config3.0.0-M1jarApache 2.0
io.helidon.mediahelidon-media-common3.0.0-M1jarApache 2.0
io.helidon.webclienthelidon-webclient3.0.0-M1jarApache 2.0
io.nettynetty-buffer4.1.73.FinaljarApache License, Version 2.0
io.nettynetty-codec4.1.73.FinaljarApache License, Version 2.0
io.nettynetty-codec-http4.1.73.FinaljarApache License, Version 2.0
io.nettynetty-codec-socks4.1.73.FinaljarApache License, Version 2.0
io.nettynetty-common4.1.73.FinaljarApache License, Version 2.0
io.nettynetty-handler4.1.73.FinaljarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.73.FinaljarApache License, Version 2.0
io.nettynetty-resolver4.1.73.FinaljarApache License, Version 2.0
io.nettynetty-tcnative-classes2.0.46.Finaljar-
io.nettynetty-transport4.1.73.FinaljarApache License, Version 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-helidon, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache 2.0: Helidon Common, Helidon Common Configurable, Helidon Common Context, Helidon Common HTTP, Helidon Common Key Util, Helidon Common Mapper, Helidon Common Media Type, Helidon Common Reactive, Helidon Common Service Loader, Helidon Config, Helidon Media Common, Helidon WebClient, Helidon WebClient Jersey Connector

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-helidon, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

BSD License 3: Hamcrest

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-helidon, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Public Domain: jersey-connectors-helidon, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-helidon, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Unknown: Netty/TomcatNative [OpenSSL - Classes]

+

EDL 1.0: Jakarta Activation, jersey-connectors-helidon, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-helidon, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License, Version 2.0: Netty/Buffer, Netty/Codec, Netty/Codec/HTTP, Netty/Codec/Socks, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Transport

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-helidon, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-helidon, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-helidon, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
helidon-common-3.0.0-M1.jar71.2 kB57392-Yes
helidon-common-configurable-3.0.0-M1.jar63.9 kB48313-Yes
helidon-common-context-3.0.0-M1.jar25.2 kB31163-Yes
helidon-common-http-3.0.0-M1.jar83.6 kB69552-Yes
helidon-common-key-util-3.0.0-M1.jar31.6 kB28122-Yes
helidon-common-mapper-3.0.0-M1.jar20.6 kB28133-Yes
helidon-common-media-type-3.0.0-M1.jar18.8 kB2873-Yes
helidon-common-reactive-3.0.0-M1.jar301.6 kB2091952-Yes
helidon-common-service-loader-3.0.0-M1.jar16.5 kB2062-Yes
helidon-config-3.0.0-M1.jar340 kB2442243-Yes
helidon-jersey-connector-3.0.0-M1.jar34.1 kB34192-Yes
helidon-media-common-3.0.0-M1.jar106.5 kB87723-Yes
helidon-webclient-3.0.0-M1.jar134.3 kB75573-Yes
netty-buffer-4.1.73.Final.jar302.9 kB15313621.6Yes
netty-codec-4.1.73.Final.jar337.2 kB234212101.6Yes
netty-codec-http-4.1.73.Final.jar634.6 kB40537991.6Yes
netty-codec-socks-4.1.73.Final.jar119.1 kB12410741.6Yes
netty-common-4.1.73.Final.jar649.5 kB51848691.6Yes
netty-handler-4.1.73.Final.jar522.6 kB360332121.6Yes
netty-handler-proxy-4.1.73.Final.jar24 kB251211.6Yes
netty-resolver-4.1.73.Final.jar37.8 kB412911.6Yes
netty-tcnative-classes-2.0.46.Final.jar33.9 kB392711.6Yes
netty-transport-4.1.73.Final.jar478.8 kB390362121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-sse-3.0.8.jar79.4 kB624321.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
5511.7 MB874675823291.854
compile: 6compile: 1.7 MBcompile: 1332compile: 1203compile: 48-compile: 5
test: 24test: 5.5 MBtest: 3971test: 3401test: 177-test: 24
provided: 25provided: 4.6 MBprovided: 3443provided: 2978provided: 104-provided: 25
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/close.gif b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/external.png b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-helidon-connector/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/index.html b/project-info/3.0.8/jersey/project/jersey-helidon-connector/index.html new file mode 100644 index 000000000..da9a8eb5b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-helidon-connector/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-connectors-helidon – About + + + + + + + + +
+ +
+
+
+
+

About jersey-connectors-helidon

+

Jersey client connection providers umbrella project module

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/project-info.html b/project-info/3.0.8/jersey/project/jersey-helidon-connector/project-info.html new file mode 100644 index 000000000..f9823a69b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-helidon-connector/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-connectors-helidon – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey client connection providers umbrella project module
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-helidon-connector/project-reports.html b/project-info/3.0.8/jersey/project/jersey-helidon-connector/project-reports.html new file mode 100644 index 000000000..485601630 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-helidon-connector/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-connectors-helidon – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/print.css b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/site.css b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/external.png b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/index.html b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/index.html new file mode 100644 index 000000000..6838bdb1a --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/index.html @@ -0,0 +1,72 @@ + + + + + + jersey-archetype-heroku-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-archetype-heroku-webapp

+

An archetype which contains a quick start Jersey-based web application project capable to run on Heroku.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-heroku-webapp/project-info.html b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/project-info.html new file mode 100644 index 000000000..ce19c4357 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-heroku-webapp/project-info.html @@ -0,0 +1,81 @@ + + + + + + jersey-archetype-heroku-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + +
DocumentDescription
AboutAn archetype which contains a quick start Jersey-based web application project capable to run on Heroku.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/allclasses-frame.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/allclasses-frame.html new file mode 100644 index 000000000..5f06ab3ab --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/allclasses-frame.html @@ -0,0 +1,38 @@ + + + + + + +All Classes (Jersey 3.0.8 API) + + + + + +

All Classes

+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/allclasses-noframe.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/allclasses-noframe.html new file mode 100644 index 000000000..f65a5752e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/allclasses-noframe.html @@ -0,0 +1,38 @@ + + + + + + +All Classes (Jersey 3.0.8 API) + + + + + +

All Classes

+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/constant-values.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/constant-values.html new file mode 100644 index 000000000..4cfe9ec01 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/constant-values.html @@ -0,0 +1,172 @@ + + + + + + +Constant Field Values (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

org.glassfish.*

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/deprecated-list.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/deprecated-list.html new file mode 100644 index 000000000..76f6bd05a --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + + +Deprecated List (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/help-doc.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/help-doc.html new file mode 100644 index 000000000..3ef77be9d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/help-doc.html @@ -0,0 +1,225 @@ + + + + + + +API Help (Jersey 3.0.8 API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/index-all.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/index-all.html new file mode 100644 index 000000000..37ca48a26 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/index-all.html @@ -0,0 +1,495 @@ + + + + + + +Index (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
B C D F G H I J L N O P R S T  + + +

B

+
+
Binder() - Constructor for class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.Binder
+
 
+
Binder(ServiceLocator) - Constructor for class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.Binder
+
+
Constructor for JerseyClassAnalyzer.
+
+
Binder() - Constructor for class org.glassfish.jersey.inject.hk2.JerseyErrorService.Binder
+
 
+
Binder() - Constructor for class org.glassfish.jersey.inject.hk2.RequestContext.Binder
+
 
+
+ + + +

C

+
+
completeRegistration() - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
+
 
+
completeRegistration() - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
+
 
+
configure() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.Binder
+
 
+
configure() - Method in class org.glassfish.jersey.inject.hk2.Hk2BootstrapBinder
+
 
+
configure() - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.Binder
+
 
+
configure() - Method in class org.glassfish.jersey.inject.hk2.JerseyErrorService.Binder
+
 
+
configure() - Method in class org.glassfish.jersey.inject.hk2.RequestContext.Binder
+
 
+
contains(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
+
 
+
containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.jersey.inject.hk2.RequestContext
+
 
+
ContextInjectionResolverImpl - Class in org.glassfish.jersey.inject.hk2
+
+
Injection resolver for @Context injection annotation.
+
+
ContextInjectionResolverImpl() - Constructor for class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
+
 
+
ContextInjectionResolverImpl.Binder - Class in org.glassfish.jersey.inject.hk2
+
+
Context injection resolver binder.
+
+
create(Object) - Method in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
+
 
+
createContext() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope
+
 
+
+ + + +

D

+
+
DelayedHk2InjectionManager - Class in org.glassfish.jersey.inject.hk2
+
+
Implementation of InjectionManager that is able to delay service's registration + and injection to DelayedHk2InjectionManager.completeRegistration() phase.
+
+
destroyOne(ActiveDescriptor<?>) - Method in class org.glassfish.jersey.inject.hk2.RequestContext
+
 
+
dispose(T) - Method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
+
 
+
dispose(T) - Method in class org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
+
 
+
dispose(T) - Method in class org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
+
 
+
+ + + +

F

+
+
findOrCreate(ActiveDescriptor<U>, ServiceHandle<?>) - Method in class org.glassfish.jersey.inject.hk2.RequestContext
+
 
+
+ + + +

G

+
+
get(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
+
+
Get an inhabitant stored in the scope instance that matches the active descriptor .
+
+
getAnnotation() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
+
 
+
getConstructor(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
+
 
+
getFields(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
+
 
+
getInitializerMethods(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
+
 
+
getPostConstructMethod(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
+
 
+
getPreDestroyMethod(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
+
 
+
getReference() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
+
+
Get a "new" reference of the scope instance.
+
+
getScope() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
+
 
+
+ + + +

H

+
+
HK2_INJECTION_MANAGER_STRATEGY - Static variable in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
+
+
Hk2 Injection manager strategy.
+
+
Hk2BootstrapBinder - Class in org.glassfish.jersey.inject.hk2
+
+
AbstractBinder that registers all components needed for a proper bootstrap of Jersey based on HK2 framework.
+
+
Hk2InjectionManagerFactory - Class in org.glassfish.jersey.inject.hk2
+
+
Factory which is able to create InjectionManager instance using service loading and automatically initialize injection + manager using parent or immediately registers binder.
+
+
Hk2InjectionManagerFactory() - Constructor for class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
+
 
+
Hk2ReferencingFactory<T> - Class in org.glassfish.jersey.inject.hk2
+
+
Factory that provides injection of the referenced instance.
+
+
Hk2ReferencingFactory(Provider<Ref<T>>) - Constructor for class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
+
+
Create new referencing injection factory.
+
+
Hk2RequestScope - Class in org.glassfish.jersey.inject.hk2
+
 
+
Hk2RequestScope() - Constructor for class org.glassfish.jersey.inject.hk2.Hk2RequestScope
+
 
+
Hk2RequestScope.Instance - Class in org.glassfish.jersey.inject.hk2
+
+
Implementation of the request scope instance.
+
+
HK_2_CLEARING_CACHE(Object, Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
+
+
Clearing Jersey HK2 caches.
+
+
HK_2_FAILURE_OUTSIDE_ERROR_SCOPE() - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
+
+
HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
+
+
HK_2_PROVIDER_NOT_REGISTRABLE(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
+
+
Provider registered to Hk2InjectionManager cannot be process because of incompatible type: {0}.
+
+
HK_2_REIFICATION_ERROR(Object, Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
+
+
HK2 service reification failed for [{0}] with an exception: + {1}
+
+
HK_2_UNKNOWN_ERROR(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
+
+
Unknown HK2 failure detected: + {0}
+
+
HK_2_UNKNOWN_PARENT_INJECTION_MANAGER(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
+
+
Unknown parent of InjectionManager, ServiceLocator should be used instead of: {0}.
+
+
+ + + +

I

+
+
ImmediateHk2InjectionManager - Class in org.glassfish.jersey.inject.hk2
+
+
Implementation of InjectionManager that is able to register and inject services.
+
+
InjectionResolverWrapper<T extends Annotation> - Class in org.glassfish.jersey.inject.hk2
+
+
This class wraps the jersey class InjectionResolver to make HK2 version of this + provided functionality.
+
+
InstanceSupplierFactoryBridge<T> - Class in org.glassfish.jersey.inject.hk2
+
+
This class is used as a bridge between HK2 Factory and JDK Supplier.
+
+
isActive() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
+
 
+
isConstructorParameterIndicator() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
+
 
+
isConstructorParameterIndicator() - Method in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
+
 
+
isImmediateStrategy() - Static method in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
+
+
Check HK2 Strategy property Hk2InjectionManagerFactory.HK2_INJECTION_MANAGER_STRATEGY and returns true if the current HK2 Strategy is + "immediate".
+
+
isMethodParameterIndicator() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
+
 
+
isMethodParameterIndicator() - Method in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
+
 
+
+ + + +

J

+
+
JerseyClassAnalyzer - Class in org.glassfish.jersey.inject.hk2
+
+
Implementation of the ClassAnalyzer that supports selection + of the constructor with largest number of parameters as defined in + and required by JAX-RS specification.
+
+
JerseyClassAnalyzer.Binder - Class in org.glassfish.jersey.inject.hk2
+
+
Binder for the JAX-RS compliant class analyzer implementation.
+
+
JerseyErrorService - Class in org.glassfish.jersey.inject.hk2
+
+
Jersey implementation of HK2 Error Service to provide improved reporting + of HK2 issues, that may be otherwise hidden (ignored).
+
+
JerseyErrorService() - Constructor for class org.glassfish.jersey.inject.hk2.JerseyErrorService
+
 
+
JerseyErrorService.Binder - Class in org.glassfish.jersey.inject.hk2
+
+
Binder for the Jersey implementation of HK2 ErrorService contract.
+
+
+ + + +

L

+
+
localizableHK_2_CLEARING_CACHE(Object, Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
+
 
+
localizableHK_2_FAILURE_OUTSIDE_ERROR_SCOPE() - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
+
 
+
localizableHK_2_PROVIDER_NOT_REGISTRABLE(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
+
 
+
localizableHK_2_REIFICATION_ERROR(Object, Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
+
 
+
localizableHK_2_UNKNOWN_ERROR(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
+
 
+
localizableHK_2_UNKNOWN_PARENT_INJECTION_MANAGER(Object) - Static method in class org.glassfish.jersey.inject.hk2.LocalizationMessages
+
 
+
LocalizationMessages - Class in org.glassfish.jersey.inject.hk2
+
+
Defines string formatting method for each constant in the resource file
+
+
LocalizationMessages() - Constructor for class org.glassfish.jersey.inject.hk2.LocalizationMessages
+
 
+
+ + + +

N

+
+
NAME - Static variable in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
+
+
Name of the analyzer service.
+
+
+ + + +

O

+
+
onFailure(ErrorInformation) - Method in class org.glassfish.jersey.inject.hk2.JerseyErrorService
+
 
+
org.glassfish.jersey.inject.hk2 - package org.glassfish.jersey.inject.hk2
+
 
+
+ + + +

P

+
+
provide() - Method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
+
 
+
provide() - Method in class org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
+
 
+
provide() - Method in class org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
+
 
+
put(ForeignDescriptor, T) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
+
+
Store a new inhabitant for the given descriptor.
+
+
+ + + +

R

+
+
referenceFactory() - Static method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
+
+
Get a reference factory providing an empty reference.
+
+
referenceFactory(T) - Static method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
+
+
Get a reference factory providing an initialized reference.
+
+
register(Binding) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
+
 
+
register(Iterable<Binding>) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
+
 
+
register(Binder) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
+
 
+
register(Object) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
+
 
+
register(Binding) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
+
 
+
register(Iterable<Binding>) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
+
 
+
register(Binder) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
+
 
+
register(Object) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
+
 
+
release() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
+
+
Release a single reference to the current request scope instance.
+
+
remove(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
+
+
Remove a value for the descriptor if present in the scope instance store.
+
+
RequestContext - Class in org.glassfish.jersey.inject.hk2
+
+
Class is able to communicate with RequestScope and provide request-scoped descriptors to HK2 DI provider to create or + destroy instances.
+
+
RequestContext(RequestScope) - Constructor for class org.glassfish.jersey.inject.hk2.RequestContext
+
 
+
RequestContext.Binder - Class in org.glassfish.jersey.inject.hk2
+
+
Request scope injection binder.
+
+
resolve(Injectee, ServiceHandle<?>) - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
+
 
+
resolve(Injectee) - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
+
+
Jersey Injection Resolver method that just populate HK2 injectee object and delegates the processing to HK2 Injection + Resolver.
+
+
resolve(Injectee, ServiceHandle) - Method in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
+
 
+
+ + + +

S

+
+
shutdown() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
+
 
+
SupplierFactoryBridge<T> - Class in org.glassfish.jersey.inject.hk2
+
+
This class is able to find the Supplier of the particular type and use this Supplier to create a new + instance.
+
+
supportsNullCreation() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
+
 
+
+ + + +

T

+
+
toString() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
+
 
+
+B C D F G H I J L N O P R S T 
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/index.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/index.html new file mode 100644 index 000000000..c59dbd651 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/index.html @@ -0,0 +1,73 @@ + + + + + + +Jersey 3.0.8 API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/glassfish/jersey/inject/hk2/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.Binder.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.Binder.html new file mode 100644 index 000000000..f985cf2ee --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.Binder.html @@ -0,0 +1,296 @@ + + + + + + +ContextInjectionResolverImpl.Binder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class ContextInjectionResolverImpl.Binder

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Binder

        +
        public Binder()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.html new file mode 100644 index 000000000..ab7a3fe18 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.html @@ -0,0 +1,397 @@ + + + + + + +ContextInjectionResolverImpl (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class ContextInjectionResolverImpl

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.internal.inject.ContextInjectionResolver, org.glassfish.jersey.internal.inject.InjectionResolver<jakarta.ws.rs.core.Context>
    +
    +
    +
    +
    @Singleton
    +public class ContextInjectionResolverImpl
    +extends Object
    +implements InjectionResolver<jakarta.ws.rs.core.Context>, org.glassfish.jersey.internal.inject.ContextInjectionResolver
    +
    Injection resolver for @Context injection annotation.
    +
    +
    Author:
    +
    Marek Potociar, Jakub Podlesak
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ContextInjectionResolverImpl

        +
        public ContextInjectionResolverImpl()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        resolve

        +
        public Object resolve(org.glassfish.jersey.internal.inject.Injectee injectee)
        +
        Jersey Injection Resolver method that just populate HK2 injectee object and delegates the processing to HK2 Injection + Resolver.
        +
        +
        Specified by:
        +
        resolve in interface org.glassfish.jersey.internal.inject.InjectionResolver<jakarta.ws.rs.core.Context>
        +
        Parameters:
        +
        injectee - The injection point this value is being injected into
        +
        Returns:
        +
        result of the injection processing.
        +
        +
      • +
      + + + +
        +
      • +

        isConstructorParameterIndicator

        +
        public boolean isConstructorParameterIndicator()
        +
        +
        Specified by:
        +
        isConstructorParameterIndicator in interface org.glassfish.jersey.internal.inject.InjectionResolver<jakarta.ws.rs.core.Context>
        +
        +
      • +
      + + + +
        +
      • +

        isMethodParameterIndicator

        +
        public boolean isMethodParameterIndicator()
        +
        +
        Specified by:
        +
        isMethodParameterIndicator in interface org.glassfish.jersey.internal.inject.InjectionResolver<jakarta.ws.rs.core.Context>
        +
        +
      • +
      + + + +
        +
      • +

        getAnnotation

        +
        public Class<jakarta.ws.rs.core.Context> getAnnotation()
        +
        +
        Specified by:
        +
        getAnnotation in interface org.glassfish.jersey.internal.inject.InjectionResolver<jakarta.ws.rs.core.Context>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/DelayedHk2InjectionManager.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/DelayedHk2InjectionManager.html new file mode 100644 index 000000000..df4dd0b14 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/DelayedHk2InjectionManager.html @@ -0,0 +1,586 @@ + + + + + + +DelayedHk2InjectionManager (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class DelayedHk2InjectionManager

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.internal.inject.InjectionManager
    +
    +
    +
    +
    public class DelayedHk2InjectionManager
    +extends Object
    +
    Implementation of InjectionManager that is able to delay service's registration + and injection to completeRegistration() phase. During the Jersey bootstrap just keep the bindings and other + operation for a later use.
    +
    +
    Author:
    +
    Petr Bouda
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        register

        +
        public void register(org.glassfish.jersey.internal.inject.Binding binding)
        +
      • +
      + + + +
        +
      • +

        register

        +
        public void register(Iterable<org.glassfish.jersey.internal.inject.Binding> bindings)
        +
      • +
      + + + +
        +
      • +

        register

        +
        public void register(org.glassfish.jersey.internal.inject.Binder binder)
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getServiceLocator

        +
        public ServiceLocator getServiceLocator()
        +
      • +
      + + + +
        +
      • +

        isRegistrable

        +
        public boolean isRegistrable(Class<?> clazz)
        +
        +
        Specified by:
        +
        isRegistrable in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getAllServiceHolders

        +
        public <T> List<org.glassfish.jersey.internal.inject.ServiceHolder<T>> getAllServiceHolders(Class<T> contract,
        +                                                                                            Annotation... qualifiers)
        +
        +
        Specified by:
        +
        getAllServiceHolders in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public <T> T getInstance(Class<T> clazz,
        +                         Annotation... annotations)
        +
        +
        Specified by:
        +
        getInstance in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public <T> T getInstance(Type clazz)
        +
        +
        Specified by:
        +
        getInstance in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public Object getInstance(org.glassfish.jersey.internal.inject.ForeignDescriptor foreignDescriptor)
        +
        +
        Specified by:
        +
        getInstance in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public <T> T getInstance(Class<T> clazz)
        +
        +
        Specified by:
        +
        getInstance in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public <T> T getInstance(Class<T> clazz,
        +                         String classAnalyzer)
        +
        +
        Specified by:
        +
        getInstance in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getAllInstances

        +
        public <T> List<T> getAllInstances(Type clazz)
        +
        +
        Specified by:
        +
        getAllInstances in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        preDestroy

        +
        public void preDestroy(Object preDestroyMe)
        +
        +
        Specified by:
        +
        preDestroy in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        shutdown

        +
        public void shutdown()
        +
        +
        Specified by:
        +
        shutdown in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        create

        +
        public <U> U create(Class<U> clazz)
        +
        +
        Specified by:
        +
        create in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        createAndInitialize

        +
        public <U> U createAndInitialize(Class<U> clazz)
        +
        +
        Specified by:
        +
        createAndInitialize in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        createForeignDescriptor

        +
        public org.glassfish.jersey.internal.inject.ForeignDescriptor createForeignDescriptor(org.glassfish.jersey.internal.inject.Binding binding)
        +
        +
        Specified by:
        +
        createForeignDescriptor in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        inject

        +
        public void inject(Object injectMe)
        +
        +
        Specified by:
        +
        inject in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        inject

        +
        public void inject(Object injectMe,
        +                   String classAnalyzer)
        +
        +
        Specified by:
        +
        inject in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2BootstrapBinder.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2BootstrapBinder.html new file mode 100644 index 000000000..57274bb94 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2BootstrapBinder.html @@ -0,0 +1,262 @@ + + + + + + +Hk2BootstrapBinder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class Hk2BootstrapBinder

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.html new file mode 100644 index 000000000..9de1c0754 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.html @@ -0,0 +1,362 @@ + + + + + + +Hk2InjectionManagerFactory (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class Hk2InjectionManagerFactory

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.internal.inject.InjectionManagerFactory
    +
    +
    +
    +
    @Priority(value=10)
    +public class Hk2InjectionManagerFactory
    +extends Object
    +implements org.glassfish.jersey.internal.inject.InjectionManagerFactory
    +
    Factory which is able to create InjectionManager instance using service loading and automatically initialize injection + manager using parent or immediately registers binder.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        HK2_INJECTION_MANAGER_STRATEGY

        +
        public static final String HK2_INJECTION_MANAGER_STRATEGY
        +
        Hk2 Injection manager strategy. +

        + Value can be supplied only via java properties, which would typically be done using '-D' parameter, + for example: java -Dorg.glassfish.jersey.hk2.injection.manager.strategy=delayed ... +

        + Valid values are "immediate" and "delayed" and values are case-insensitive. +

        + Default value is "immediate".

        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Hk2InjectionManagerFactory

        +
        public Hk2InjectionManagerFactory()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        create

        +
        public org.glassfish.jersey.internal.inject.InjectionManager create(Object parent)
        +
        +
        Specified by:
        +
        create in interface org.glassfish.jersey.internal.inject.InjectionManagerFactory
        +
        +
      • +
      + + + +
        +
      • +

        isImmediateStrategy

        +
        public static boolean isImmediateStrategy()
        +
        Check HK2 Strategy property HK2_INJECTION_MANAGER_STRATEGY and returns true if the current HK2 Strategy is + "immediate".
        +
        +
        Returns:
        +
        true if the current HK2 Strategy is "immediate".
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.html new file mode 100644 index 000000000..5da0a9fd6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.html @@ -0,0 +1,365 @@ + + + + + + +Hk2ReferencingFactory (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class Hk2ReferencingFactory<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    Type Parameters:
    +
    T -
    +
    +
    +
    All Implemented Interfaces:
    +
    Factory<T>
    +
    +
    +
    +
    public abstract class Hk2ReferencingFactory<T>
    +extends Object
    +implements Factory<T>
    +
    Factory that provides injection of the referenced instance.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Hk2ReferencingFactory

        +
        public Hk2ReferencingFactory(jakarta.inject.Provider<org.glassfish.jersey.internal.util.collection.Ref<T>> referenceFactory)
        +
        Create new referencing injection factory.
        +
        +
        Parameters:
        +
        referenceFactory - reference provider backing the factory.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        provide

        +
        public T provide()
        +
        +
        Specified by:
        +
        provide in interface Factory<T>
        +
        +
      • +
      + + + + + +
        +
      • +

        dispose

        +
        public void dispose(T instance)
        +
        +
        Specified by:
        +
        dispose in interface Factory<T>
        +
        +
      • +
      + + + +
        +
      • +

        referenceFactory

        +
        public static <T> Factory<org.glassfish.jersey.internal.util.collection.Ref<T>> referenceFactory()
        +
        Get a reference factory providing an empty reference.
        +
        +
        Type Parameters:
        +
        T - reference type.
        +
        Returns:
        +
        reference factory providing an empty reference.
        +
        +
      • +
      + + + + + +
        +
      • +

        referenceFactory

        +
        public static <T> Factory<org.glassfish.jersey.internal.util.collection.Ref<T>> referenceFactory(T initialValue)
        +
        Get a reference factory providing an initialized reference.
        +
        +
        Type Parameters:
        +
        T - reference type.
        +
        Parameters:
        +
        initialValue - initial value stored in the reference provided + by the returned factory.
        +
        Returns:
        +
        reference factory providing a reference initialized with an + initialValue.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2RequestScope.Instance.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2RequestScope.Instance.html new file mode 100644 index 000000000..1d5be9aa4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2RequestScope.Instance.html @@ -0,0 +1,385 @@ + + + + + + +Hk2RequestScope.Instance (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class Hk2RequestScope.Instance

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.process.internal.RequestContext
    +
    +
    +
    Enclosing class:
    +
    Hk2RequestScope
    +
    +
    +
    +
    public static final class Hk2RequestScope.Instance
    +extends Object
    +implements org.glassfish.jersey.process.internal.RequestContext
    +
    Implementation of the request scope instance.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      booleancontains(org.glassfish.jersey.internal.inject.ForeignDescriptor provider) 
      <T> Tget(org.glassfish.jersey.internal.inject.ForeignDescriptor descriptor) +
      Get an inhabitant stored in the scope instance that matches the active descriptor .
      +
      Hk2RequestScope.InstancegetReference() +
      Get a "new" reference of the scope instance.
      +
      <T> Tput(org.glassfish.jersey.internal.inject.ForeignDescriptor descriptor, + T value) +
      Store a new inhabitant for the given descriptor.
      +
      voidrelease() +
      Release a single reference to the current request scope instance.
      +
      <T> voidremove(org.glassfish.jersey.internal.inject.ForeignDescriptor descriptor) +
      Remove a value for the descriptor if present in the scope instance store.
      +
      StringtoString() 
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getReference

        +
        public Hk2RequestScope.Instance getReference()
        +
        Get a "new" reference of the scope instance. This will increase + the internal reference counter which prevents the scope instance + to be destroyed until a release() method is explicitly + called (once per each getReference() method call).
        +
        +
        Specified by:
        +
        getReference in interface org.glassfish.jersey.process.internal.RequestContext
        +
        Returns:
        +
        referenced scope instance.
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        public <T> T get(org.glassfish.jersey.internal.inject.ForeignDescriptor descriptor)
        +
        Get an inhabitant stored in the scope instance that matches the active descriptor .
        +
        +
        Type Parameters:
        +
        T - inhabitant type.
        +
        Parameters:
        +
        descriptor - inhabitant descriptor.
        +
        Returns:
        +
        matched inhabitant stored in the scope instance or null if not matched.
        +
        +
      • +
      + + + + + +
        +
      • +

        put

        +
        public <T> T put(org.glassfish.jersey.internal.inject.ForeignDescriptor descriptor,
        +                 T value)
        +
        Store a new inhabitant for the given descriptor.
        +
        +
        Type Parameters:
        +
        T - inhabitant type.
        +
        Parameters:
        +
        descriptor - inhabitant descriptor.
        +
        value - inhabitant value.
        +
        Returns:
        +
        old inhabitant previously stored for the given descriptor or + null if none stored.
        +
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public <T> void remove(org.glassfish.jersey.internal.inject.ForeignDescriptor descriptor)
        +
        Remove a value for the descriptor if present in the scope instance store.
        +
        +
        Parameters:
        +
        descriptor - key for the value to be removed.
        +
        +
      • +
      + + + +
        +
      • +

        contains

        +
        public boolean contains(org.glassfish.jersey.internal.inject.ForeignDescriptor provider)
        +
      • +
      + + + +
        +
      • +

        release

        +
        public void release()
        +
        Release a single reference to the current request scope instance. +

        + Once all instance references are released, the instance will be recycled.

        +
        +
        Specified by:
        +
        release in interface org.glassfish.jersey.process.internal.RequestContext
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2RequestScope.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2RequestScope.html new file mode 100644 index 000000000..6b7b75db2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2RequestScope.html @@ -0,0 +1,315 @@ + + + + + + +Hk2RequestScope (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class Hk2RequestScope

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.process.internal.RequestScope
    • +
    • +
        +
      • org.glassfish.jersey.inject.hk2.Hk2RequestScope
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class Hk2RequestScope
    +extends org.glassfish.jersey.process.internal.RequestScope
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class Hk2RequestScope.Instance +
      Implementation of the request scope instance.
      +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.glassfish.jersey.process.internal.RequestScope

        +org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Hk2RequestScope() 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Hk2RequestScope

        +
        public Hk2RequestScope()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createContext

        +
        public org.glassfish.jersey.process.internal.RequestContext createContext()
        +
        +
        Specified by:
        +
        createContext in class org.glassfish.jersey.process.internal.RequestScope
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.html new file mode 100644 index 000000000..36a155a91 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.html @@ -0,0 +1,579 @@ + + + + + + +ImmediateHk2InjectionManager (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class ImmediateHk2InjectionManager

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.internal.inject.InjectionManager
    +
    +
    +
    +
    public class ImmediateHk2InjectionManager
    +extends Object
    +
    Implementation of InjectionManager that is able to register and inject services.
    +
    +
    Author:
    +
    Petr Bouda
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        register

        +
        public void register(org.glassfish.jersey.internal.inject.Binding binding)
        +
      • +
      + + + +
        +
      • +

        register

        +
        public void register(Iterable<org.glassfish.jersey.internal.inject.Binding> descriptors)
        +
      • +
      + + + +
        +
      • +

        register

        +
        public void register(org.glassfish.jersey.internal.inject.Binder binder)
        +
      • +
      + + + +
        +
      • +

        register

        +
        public void register(Object provider)
        +
      • +
      + + + +
        +
      • +

        getServiceLocator

        +
        public ServiceLocator getServiceLocator()
        +
      • +
      + + + +
        +
      • +

        isRegistrable

        +
        public boolean isRegistrable(Class<?> clazz)
        +
        +
        Specified by:
        +
        isRegistrable in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getAllServiceHolders

        +
        public <T> List<org.glassfish.jersey.internal.inject.ServiceHolder<T>> getAllServiceHolders(Class<T> contract,
        +                                                                                            Annotation... qualifiers)
        +
        +
        Specified by:
        +
        getAllServiceHolders in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public <T> T getInstance(Class<T> clazz,
        +                         Annotation... annotations)
        +
        +
        Specified by:
        +
        getInstance in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public <T> T getInstance(Type clazz)
        +
        +
        Specified by:
        +
        getInstance in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public Object getInstance(org.glassfish.jersey.internal.inject.ForeignDescriptor foreignDescriptor)
        +
        +
        Specified by:
        +
        getInstance in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public <T> T getInstance(Class<T> clazz)
        +
        +
        Specified by:
        +
        getInstance in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getInstance

        +
        public <T> T getInstance(Class<T> clazz,
        +                         String classAnalyzer)
        +
        +
        Specified by:
        +
        getInstance in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        getAllInstances

        +
        public <T> List<T> getAllInstances(Type clazz)
        +
        +
        Specified by:
        +
        getAllInstances in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        preDestroy

        +
        public void preDestroy(Object preDestroyMe)
        +
        +
        Specified by:
        +
        preDestroy in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        shutdown

        +
        public void shutdown()
        +
        +
        Specified by:
        +
        shutdown in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        create

        +
        public <U> U create(Class<U> clazz)
        +
        +
        Specified by:
        +
        create in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        createAndInitialize

        +
        public <U> U createAndInitialize(Class<U> clazz)
        +
        +
        Specified by:
        +
        createAndInitialize in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        createForeignDescriptor

        +
        public org.glassfish.jersey.internal.inject.ForeignDescriptor createForeignDescriptor(org.glassfish.jersey.internal.inject.Binding binding)
        +
        +
        Specified by:
        +
        createForeignDescriptor in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        inject

        +
        public void inject(Object injectMe)
        +
        +
        Specified by:
        +
        inject in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      + + + +
        +
      • +

        inject

        +
        public void inject(Object injectMe,
        +                   String classAnalyzer)
        +
        +
        Specified by:
        +
        inject in interface org.glassfish.jersey.internal.inject.InjectionManager
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/InjectionResolverWrapper.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/InjectionResolverWrapper.html new file mode 100644 index 000000000..d885e0302 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/InjectionResolverWrapper.html @@ -0,0 +1,301 @@ + + + + + + +InjectionResolverWrapper (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class InjectionResolverWrapper<T extends Annotation>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.inject.hk2.InjectionResolverWrapper<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    InjectionResolver<T>
    +
    +
    +
    +
    @Singleton
    +public class InjectionResolverWrapper<T extends Annotation>
    +extends Object
    +implements InjectionResolver<T>
    +
    This class wraps the jersey class InjectionResolver to make HK2 version of this + provided functionality. HK2 InjectionResolver can be then register in ServiceLocator and + HK2 can handle the annotation which is register along with the interface.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/InstanceSupplierFactoryBridge.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/InstanceSupplierFactoryBridge.html new file mode 100644 index 000000000..9a951af49 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/InstanceSupplierFactoryBridge.html @@ -0,0 +1,274 @@ + + + + + + +InstanceSupplierFactoryBridge (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class InstanceSupplierFactoryBridge<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    Type Parameters:
    +
    T - type which could be handled by Supplier and this bridge.
    +
    +
    +
    All Implemented Interfaces:
    +
    Factory<T>
    +
    +
    +
    +
    public class InstanceSupplierFactoryBridge<T>
    +extends Object
    +implements Factory<T>
    +
    This class is used as a bridge between HK2 Factory and JDK Supplier. Using this class Supplier + is able to behave as a factory in service locator. The bridge just delegates all invocations to provided ServiceLocator + and therefore all operation should be in proper scope and context. +

    + This bridge is dedicated to instance binding therefore underlying supplier is always only single instance.

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        provide

        +
        public T provide()
        +
        +
        Specified by:
        +
        provide in interface Factory<T>
        +
        +
      • +
      + + + + + +
        +
      • +

        dispose

        +
        public void dispose(T instance)
        +
        +
        Specified by:
        +
        dispose in interface Factory<T>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.Binder.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.Binder.html new file mode 100644 index 000000000..20162f1b3 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.Binder.html @@ -0,0 +1,303 @@ + + + + + + +JerseyClassAnalyzer.Binder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class JerseyClassAnalyzer.Binder

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Binder

        +
        public Binder(ServiceLocator serviceLocator)
        +
        Constructor for JerseyClassAnalyzer.
        +
        +
        Parameters:
        +
        serviceLocator - current injection manager.
        +
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.html new file mode 100644 index 000000000..442ad0ef6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.html @@ -0,0 +1,411 @@ + + + + + + +JerseyClassAnalyzer (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class JerseyClassAnalyzer

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ClassAnalyzer
    +
    +
    +
    +
    @Singleton
    + @Named(value="JerseyClassAnalyzer")
    +public final class JerseyClassAnalyzer
    +extends Object
    +implements ClassAnalyzer
    +
    Implementation of the ClassAnalyzer that supports selection + of the constructor with largest number of parameters as defined in + and required by JAX-RS specification.
    +
    +
    Author:
    +
    John Wells (john.wells at oracle.com), Marek Potociar
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyErrorService.Binder.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyErrorService.Binder.html new file mode 100644 index 000000000..39f501643 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyErrorService.Binder.html @@ -0,0 +1,296 @@ + + + + + + +JerseyErrorService.Binder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class JerseyErrorService.Binder

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Binder

        +
        public Binder()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyErrorService.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyErrorService.html new file mode 100644 index 000000000..11fe1bfdb --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyErrorService.html @@ -0,0 +1,310 @@ + + + + + + +JerseyErrorService (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class JerseyErrorService

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.inject.hk2.JerseyErrorService
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ErrorService
    +
    +
    +
    +
    public final class JerseyErrorService
    +extends Object
    +implements ErrorService
    +
    Jersey implementation of HK2 Error Service to provide improved reporting + of HK2 issues, that may be otherwise hidden (ignored).
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/LocalizationMessages.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/LocalizationMessages.html new file mode 100644 index 000000000..19474158e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/LocalizationMessages.html @@ -0,0 +1,445 @@ + + + + + + +LocalizationMessages (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class LocalizationMessages

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.inject.hk2.LocalizationMessages
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class LocalizationMessages
    +extends Object
    +
    Defines string formatting method for each constant in the resource file
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LocalizationMessages

        +
        public LocalizationMessages()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        localizableHK_2_PROVIDER_NOT_REGISTRABLE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHK_2_PROVIDER_NOT_REGISTRABLE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        HK_2_PROVIDER_NOT_REGISTRABLE

        +
        public static String HK_2_PROVIDER_NOT_REGISTRABLE(Object arg0)
        +
        Provider registered to Hk2InjectionManager cannot be process because of incompatible type: {0}.
        +
      • +
      + + + +
        +
      • +

        localizableHK_2_REIFICATION_ERROR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHK_2_REIFICATION_ERROR(Object arg0,
        +                                                                                               Object arg1)
        +
      • +
      + + + +
        +
      • +

        HK_2_REIFICATION_ERROR

        +
        public static String HK_2_REIFICATION_ERROR(Object arg0,
        +                                            Object arg1)
        +
        HK2 service reification failed for [{0}] with an exception: + {1}
        +
      • +
      + + + +
        +
      • +

        localizableHK_2_CLEARING_CACHE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHK_2_CLEARING_CACHE(Object arg0,
        +                                                                                            Object arg1)
        +
      • +
      + + + +
        +
      • +

        HK_2_CLEARING_CACHE

        +
        public static String HK_2_CLEARING_CACHE(Object arg0,
        +                                         Object arg1)
        +
        Clearing Jersey HK2 caches. Service cache size: {0}, reflection cache size: {1}.
        +
      • +
      + + + +
        +
      • +

        localizableHK_2_UNKNOWN_ERROR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHK_2_UNKNOWN_ERROR(Object arg0)
        +
      • +
      + + + +
        +
      • +

        HK_2_UNKNOWN_ERROR

        +
        public static String HK_2_UNKNOWN_ERROR(Object arg0)
        +
        Unknown HK2 failure detected: + {0}
        +
      • +
      + + + +
        +
      • +

        localizableHK_2_FAILURE_OUTSIDE_ERROR_SCOPE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHK_2_FAILURE_OUTSIDE_ERROR_SCOPE()
        +
      • +
      + + + +
        +
      • +

        HK_2_FAILURE_OUTSIDE_ERROR_SCOPE

        +
        public static String HK_2_FAILURE_OUTSIDE_ERROR_SCOPE()
        +
        HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
        +
      • +
      + + + +
        +
      • +

        localizableHK_2_UNKNOWN_PARENT_INJECTION_MANAGER

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableHK_2_UNKNOWN_PARENT_INJECTION_MANAGER(Object arg0)
        +
      • +
      + + + +
        +
      • +

        HK_2_UNKNOWN_PARENT_INJECTION_MANAGER

        +
        public static String HK_2_UNKNOWN_PARENT_INJECTION_MANAGER(Object arg0)
        +
        Unknown parent of InjectionManager, ServiceLocator should be used instead of: {0}.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/RequestContext.Binder.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/RequestContext.Binder.html new file mode 100644 index 000000000..7b5c67aa2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/RequestContext.Binder.html @@ -0,0 +1,296 @@ + + + + + + +RequestContext.Binder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class RequestContext.Binder

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Binder

        +
        public Binder()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/RequestContext.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/RequestContext.html new file mode 100644 index 000000000..38d9a992d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/RequestContext.html @@ -0,0 +1,409 @@ + + + + + + +RequestContext (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class RequestContext

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Context<org.glassfish.jersey.process.internal.RequestScoped>
    +
    +
    +
    +
    @Singleton
    +public class RequestContext
    +extends Object
    +implements Context<org.glassfish.jersey.process.internal.RequestScoped>
    +
    Class is able to communicate with RequestScope and provide request-scoped descriptors to HK2 DI provider to create or + destroy instances.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RequestContext

        +
        @Inject
        +public RequestContext(org.glassfish.jersey.process.internal.RequestScope requestScope)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getScope

        +
        public Class<? extends Annotation> getScope()
        +
        +
        Specified by:
        +
        getScope in interface Context<org.glassfish.jersey.process.internal.RequestScoped>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        containsKey

        +
        public boolean containsKey(ActiveDescriptor<?> descriptor)
        +
        +
        Specified by:
        +
        containsKey in interface Context<org.glassfish.jersey.process.internal.RequestScoped>
        +
        +
      • +
      + + + +
        +
      • +

        supportsNullCreation

        +
        public boolean supportsNullCreation()
        +
        +
        Specified by:
        +
        supportsNullCreation in interface Context<org.glassfish.jersey.process.internal.RequestScoped>
        +
        +
      • +
      + + + +
        +
      • +

        isActive

        +
        public boolean isActive()
        +
        +
        Specified by:
        +
        isActive in interface Context<org.glassfish.jersey.process.internal.RequestScoped>
        +
        +
      • +
      + + + +
        +
      • +

        destroyOne

        +
        public void destroyOne(ActiveDescriptor<?> descriptor)
        +
        +
        Specified by:
        +
        destroyOne in interface Context<org.glassfish.jersey.process.internal.RequestScoped>
        +
        +
      • +
      + + + +
        +
      • +

        shutdown

        +
        public void shutdown()
        +
        +
        Specified by:
        +
        shutdown in interface Context<org.glassfish.jersey.process.internal.RequestScoped>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/SupplierFactoryBridge.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/SupplierFactoryBridge.html new file mode 100644 index 000000000..d51554f8b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/SupplierFactoryBridge.html @@ -0,0 +1,277 @@ + + + + + + +SupplierFactoryBridge (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.inject.hk2
+

Class SupplierFactoryBridge<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.inject.hk2.SupplierFactoryBridge<T>
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        provide

        +
        public T provide()
        +
        +
        Specified by:
        +
        provide in interface Factory<T>
        +
        +
      • +
      + + + + + +
        +
      • +

        dispose

        +
        public void dispose(T instance)
        +
        +
        Specified by:
        +
        dispose in interface Factory<T>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/ContextInjectionResolverImpl.Binder.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/ContextInjectionResolverImpl.Binder.html new file mode 100644 index 000000000..cceb1d050 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/ContextInjectionResolverImpl.Binder.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.Binder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.Binder

+
+
No usage of org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.Binder
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/ContextInjectionResolverImpl.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/ContextInjectionResolverImpl.html new file mode 100644 index 000000000..dc318a54e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/ContextInjectionResolverImpl.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl

+
+
No usage of org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/DelayedHk2InjectionManager.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/DelayedHk2InjectionManager.html new file mode 100644 index 000000000..ac6390a08 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/DelayedHk2InjectionManager.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager

+
+
No usage of org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2BootstrapBinder.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2BootstrapBinder.html new file mode 100644 index 000000000..e077ce0d4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2BootstrapBinder.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.Hk2BootstrapBinder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.Hk2BootstrapBinder

+
+
No usage of org.glassfish.jersey.inject.hk2.Hk2BootstrapBinder
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2InjectionManagerFactory.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2InjectionManagerFactory.html new file mode 100644 index 000000000..3a7e2fc9b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2InjectionManagerFactory.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory

+
+
No usage of org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2ReferencingFactory.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2ReferencingFactory.html new file mode 100644 index 000000000..aae2ea3b7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2ReferencingFactory.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory

+
+
No usage of org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2RequestScope.Instance.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2RequestScope.Instance.html new file mode 100644 index 000000000..7dcdb77aa --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2RequestScope.Instance.html @@ -0,0 +1,151 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2RequestScope.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2RequestScope.html new file mode 100644 index 000000000..374f3f956 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2RequestScope.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.Hk2RequestScope (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.Hk2RequestScope

+
+
No usage of org.glassfish.jersey.inject.hk2.Hk2RequestScope
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/ImmediateHk2InjectionManager.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/ImmediateHk2InjectionManager.html new file mode 100644 index 000000000..8eaae77ae --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/ImmediateHk2InjectionManager.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager

+
+
No usage of org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/InjectionResolverWrapper.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/InjectionResolverWrapper.html new file mode 100644 index 000000000..d2083656c --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/InjectionResolverWrapper.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.InjectionResolverWrapper

+
+
No usage of org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/InstanceSupplierFactoryBridge.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/InstanceSupplierFactoryBridge.html new file mode 100644 index 000000000..8eaff1414 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/InstanceSupplierFactoryBridge.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge

+
+
No usage of org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyClassAnalyzer.Binder.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyClassAnalyzer.Binder.html new file mode 100644 index 000000000..758d4f353 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyClassAnalyzer.Binder.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.Binder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.Binder

+
+
No usage of org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.Binder
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyClassAnalyzer.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyClassAnalyzer.html new file mode 100644 index 000000000..60f16edce --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyClassAnalyzer.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer

+
+
No usage of org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyErrorService.Binder.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyErrorService.Binder.html new file mode 100644 index 000000000..424c04c1d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyErrorService.Binder.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.JerseyErrorService.Binder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.JerseyErrorService.Binder

+
+
No usage of org.glassfish.jersey.inject.hk2.JerseyErrorService.Binder
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyErrorService.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyErrorService.html new file mode 100644 index 000000000..024322bdd --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyErrorService.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.JerseyErrorService (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.JerseyErrorService

+
+
No usage of org.glassfish.jersey.inject.hk2.JerseyErrorService
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/LocalizationMessages.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/LocalizationMessages.html new file mode 100644 index 000000000..02764e805 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/LocalizationMessages.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.LocalizationMessages (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.LocalizationMessages

+
+
No usage of org.glassfish.jersey.inject.hk2.LocalizationMessages
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/RequestContext.Binder.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/RequestContext.Binder.html new file mode 100644 index 000000000..8c99b57fd --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/RequestContext.Binder.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.RequestContext.Binder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.RequestContext.Binder

+
+
No usage of org.glassfish.jersey.inject.hk2.RequestContext.Binder
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/RequestContext.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/RequestContext.html new file mode 100644 index 000000000..f27fb092f --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/RequestContext.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.RequestContext (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.RequestContext

+
+
No usage of org.glassfish.jersey.inject.hk2.RequestContext
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/SupplierFactoryBridge.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/SupplierFactoryBridge.html new file mode 100644 index 000000000..1d28b3a6a --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/SupplierFactoryBridge.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.inject.hk2.SupplierFactoryBridge (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.inject.hk2.SupplierFactoryBridge

+
+
No usage of org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-frame.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-frame.html new file mode 100644 index 000000000..9085cd095 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-frame.html @@ -0,0 +1,39 @@ + + + + + + +org.glassfish.jersey.inject.hk2 (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.inject.hk2

+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-summary.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-summary.html new file mode 100644 index 000000000..b568360fa --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-summary.html @@ -0,0 +1,258 @@ + + + + + + +org.glassfish.jersey.inject.hk2 (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.inject.hk2

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-tree.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-tree.html new file mode 100644 index 000000000..15f171658 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-tree.html @@ -0,0 +1,159 @@ + + + + + + +org.glassfish.jersey.inject.hk2 Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.inject.hk2

+
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-use.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-use.html new file mode 100644 index 000000000..6ac413365 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-use.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Package org.glassfish.jersey.inject.hk2 (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.inject.hk2

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/overview-tree.html b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/overview-tree.html new file mode 100644 index 000000000..efb792ce8 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/overview-tree.html @@ -0,0 +1,163 @@ + + + + + + +Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/package-list b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/package-list new file mode 100644 index 000000000..5c0664cb5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/package-list @@ -0,0 +1 @@ +org.glassfish.jersey.inject.hk2 diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/script.js b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/script.js new file mode 100644 index 000000000..b34635693 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/stylesheet.css b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/stylesheet.css new file mode 100644 index 000000000..98055b22d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-hk2/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-hk2/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/css/print.css b/project-info/3.0.8/jersey/project/jersey-hk2/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/css/site.css b/project-info/3.0.8/jersey/project/jersey-hk2/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/dependencies.html b/project-info/3.0.8/jersey/project/jersey-hk2/dependencies.html new file mode 100644 index 000000000..4e302ba4b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/dependencies.html @@ -0,0 +1,520 @@ + + + + + + jersey-inject-hk2 – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.hamcresthamcrest2.2jarBSD License 3
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-common, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-inject-hk2

+

BSD License 3: Hamcrest

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-inject-hk2

+

Public Domain: jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-inject-hk2

+

EDL 1.0: jersey-inject-hk2

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-common, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
133.4 MB262723461211.812
compile: 10compile: 2.8 MBcompile: 2066compile: 1845compile: 75-compile: 9
test: 3test: 551.1 kBtest: 561test: 501test: 46-test: 3
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/images/close.gif b/project-info/3.0.8/jersey/project/jersey-hk2/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-hk2/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-hk2/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-hk2/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-hk2/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-hk2/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/images/external.png b/project-info/3.0.8/jersey/project/jersey-hk2/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-hk2/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-hk2/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-hk2/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-hk2/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-hk2/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-hk2/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-hk2/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-hk2/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-hk2/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-hk2/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-hk2/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-hk2/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-hk2/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-hk2/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-hk2/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-hk2/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-hk2/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/index.html b/project-info/3.0.8/jersey/project/jersey-hk2/index.html new file mode 100644 index 000000000..67fa71d5a --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-inject-hk2 – About + + + + + + + + +
+ +
+
+
+
+

About jersey-inject-hk2

+

HK2 InjectionManager implementation

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/project-info.html b/project-info/3.0.8/jersey/project/jersey-hk2/project-info.html new file mode 100644 index 000000000..ada8b8c98 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-inject-hk2 – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutHK2 InjectionManager implementation
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-hk2/project-reports.html b/project-info/3.0.8/jersey/project/jersey-hk2/project-reports.html new file mode 100644 index 000000000..1e0726119 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-hk2/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-inject-hk2 – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-jdk-connector/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jdk-connector/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-jdk-connector/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jdk-connector/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/css/print.css b/project-info/3.0.8/jersey/project/jersey-jdk-connector/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jdk-connector/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/css/site.css b/project-info/3.0.8/jersey/project/jersey-jdk-connector/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jdk-connector/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/dependencies.html b/project-info/3.0.8/jersey/project/jersey-jdk-connector/dependencies.html new file mode 100644 index 000000000..3dac060f4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jdk-connector/dependencies.html @@ -0,0 +1,946 @@ + + + + + + jersey-connectors-jdk – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest2.2jarBSD License 3
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-jdk, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-jdk, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

BSD License 3: Hamcrest

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-jdk, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Public Domain: jersey-connectors-jdk, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-jdk, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EDL 1.0: Jakarta Activation, jersey-connectors-jdk, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-jdk, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-jdk, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-jdk, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-jdk, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
317.2 MB543747112331.830
compile: 6compile: 1.7 MBcompile: 1332compile: 1203compile: 48-compile: 5
test: 25test: 5.6 MBtest: 4105test: 3508test: 185-test: 25
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/close.gif b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/external.png b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jdk-connector/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/index.html b/project-info/3.0.8/jersey/project/jersey-jdk-connector/index.html new file mode 100644 index 000000000..3263e69bc --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jdk-connector/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-connectors-jdk – About + + + + + + + + +
+ +
+
+
+
+

About jersey-connectors-jdk

+

Jersey Client Transport via JDK connector

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/project-info.html b/project-info/3.0.8/jersey/project/jersey-jdk-connector/project-info.html new file mode 100644 index 000000000..941b347ae --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jdk-connector/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-connectors-jdk – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Client Transport via JDK connector
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-jdk-connector/project-reports.html b/project-info/3.0.8/jersey/project/jersey-jdk-connector/project-reports.html new file mode 100644 index 000000000..5b200db69 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jdk-connector/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-connectors-jdk – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-jetty-connector/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jetty-connector/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-jetty-connector/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jetty-connector/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/css/print.css b/project-info/3.0.8/jersey/project/jersey-jetty-connector/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jetty-connector/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/css/site.css b/project-info/3.0.8/jersey/project/jersey-jetty-connector/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jetty-connector/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/dependencies.html b/project-info/3.0.8/jersey/project/jersey-jetty-connector/dependencies.html new file mode 100644 index 000000000..8d7806118 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jetty-connector/dependencies.html @@ -0,0 +1,949 @@ + + + + + + jersey-connectors-jetty – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.eclipse.jettyjetty-client9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-util9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest2.2jarBSD License 3
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.eclipse.jettyjetty-http9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-io9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
javax.servletjavax.servlet-api3.1.0jarCDDL + GPLv2 with classpath exception
org.eclipse.jettyjetty-server9.4.28.v20200408jarApache Software License - Version 2.0Eclipse Public License - Version 1.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-jetty, jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

Apache Software License - Version 2.0: Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-jetty, jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

BSD License 3: Hamcrest

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-jetty, jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

Public Domain: jersey-connectors-jetty, jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-jetty, jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

EDL 1.0: Jakarta Activation, jersey-connectors-jetty, jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

Eclipse Public License - Version 1.0: Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-jetty, jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-jetty, jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

CDDL + GPLv2 with classpath exception: Java Servlet API

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-jetty, jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-jetty, jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
javax.servlet-api-3.1.0.jar95.8 kB1037941.7Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-client-9.4.28.v20200408.jar324.7 kB22821051.8Yes
jetty-http-9.4.28.v20200408.jar211.8 kB1169621.8Yes
jetty-io-9.4.28.v20200408.jar160.8 kB1149921.8Yes
jetty-server-9.4.28.v20200408.jar691.1 kB35933781.8Yes
jetty-util-9.4.28.v20200408.jar551.1 kB340312121.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
317.5 MB554348092271.830
compile: 10compile: 2.9 MBcompile: 2130compile: 1920compile: 69-compile: 9
test: 21test: 4.6 MBtest: 3413test: 2889test: 158-test: 21
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/close.gif b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/external.png b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-jetty-connector/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/index.html b/project-info/3.0.8/jersey/project/jersey-jetty-connector/index.html new file mode 100644 index 000000000..d67c82784 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jetty-connector/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-connectors-jetty – About + + + + + + + + +
+ +
+
+
+
+

About jersey-connectors-jetty

+

Jersey Client Transport via Jetty

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/project-info.html b/project-info/3.0.8/jersey/project/jersey-jetty-connector/project-info.html new file mode 100644 index 000000000..34c33e9a1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jetty-connector/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-connectors-jetty – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Client Transport via Jetty
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-jetty-connector/project-reports.html b/project-info/3.0.8/jersey/project/jersey-jetty-connector/project-reports.html new file mode 100644 index 000000000..30f669ea4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-jetty-connector/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-connectors-jetty – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-media-jaxb/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-jaxb/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-media-jaxb/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-jaxb/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/css/print.css b/project-info/3.0.8/jersey/project/jersey-media-jaxb/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-jaxb/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/css/site.css b/project-info/3.0.8/jersey/project/jersey-media-jaxb/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-jaxb/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/dependencies.html b/project-info/3.0.8/jersey/project/jersey-media-jaxb/dependencies.html new file mode 100644 index 000000000..820c6c6dc --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-jaxb/dependencies.html @@ -0,0 +1,619 @@ + + + + + + jersey-media-jaxb – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-common, jersey-inject-hk2, jersey-media-jaxb

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-inject-hk2, jersey-media-jaxb

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-inject-hk2, jersey-media-jaxb

+

Public Domain: jersey-core-common, jersey-inject-hk2, jersey-media-jaxb

+

New BSD License: Hamcrest Core

+

W3C license: jersey-inject-hk2, jersey-media-jaxb

+

EDL 1.0: Jakarta Activation, jersey-inject-hk2, jersey-media-jaxb

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-inject-hk2, jersey-media-jaxb

+

Eclipse Distribution License - v 1.0: JAXB OSGI, Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-inject-hk2, jersey-media-jaxb

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-inject-hk2, jersey-media-jaxb

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
167 MB542745472501.815
compile: 5compile: 1.4 MBcompile: 1134compile: 1037compile: 37-compile: 4
test: 9test: 5.4 MBtest: 4097test: 3360test: 203-test: 9
provided: 2provided: 191.1 kBprovided: 196provided: 150provided: 10-provided: 2
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/close.gif b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/external.png b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-jaxb/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/index.html b/project-info/3.0.8/jersey/project/jersey-media-jaxb/index.html new file mode 100644 index 000000000..f4249b2ad --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-jaxb/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-media-jaxb – About + + + + + + + + +
+ +
+
+
+
+

About jersey-media-jaxb

+

JAX-RS features based upon JAX-B.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/project-info.html b/project-info/3.0.8/jersey/project/jersey-media-jaxb/project-info.html new file mode 100644 index 000000000..5e3003a94 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-jaxb/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-media-jaxb – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJAX-RS features based upon JAX-B.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-jaxb/project-reports.html b/project-info/3.0.8/jersey/project/jersey-media-jaxb/project-reports.html new file mode 100644 index 000000000..ff018e234 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-jaxb/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-media-jaxb – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-media-json-binding/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-binding/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-media-json-binding/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-binding/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/css/print.css b/project-info/3.0.8/jersey/project/jersey-media-json-binding/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-binding/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/css/site.css b/project-info/3.0.8/jersey/project/jersey-media-json-binding/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-binding/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/dependencies.html b/project-info/3.0.8/jersey/project/jersey-media-json-binding/dependencies.html new file mode 100644 index 000000000..6ff5d3652 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-binding/dependencies.html @@ -0,0 +1,646 @@ + + + + + + jersey-media-json-binding – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.jsonjakarta.json-api2.0.2jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api2.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipseyasson2.0.4jarEclipse Public License v. 2.0Eclipse Distribution License v. 1.0
org.eclipse.parssonparsson1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1-jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0-jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfishjakarta.json2.0.0modulejarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.hk2osgi-resource-locator1.0.3-jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-common, jersey-inject-hk2, jersey-media-json-binding

+

Eclipse Public License 2.0: Eclipse Parsson, JSON-B API, JSON-P Default Provider, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-inject-hk2, jersey-media-json-binding

+

Eclipse Distribution License v. 1.0: org.eclipse.yasson

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-inject-hk2, jersey-media-json-binding

+

Public Domain: jersey-core-common, jersey-inject-hk2, jersey-media-json-binding

+

New BSD License: Hamcrest Core

+

W3C license: jersey-inject-hk2, jersey-media-json-binding

+

Eclipse Public License v. 2.0: org.eclipse.yasson

+

EDL 1.0: jersey-inject-hk2, jersey-media-json-binding

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, JSON-B API, JSON-P Default Provider, Jakarta JSON Processing API

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-inject-hk2, jersey-media-json-binding

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-common, jersey-inject-hk2, jersey-media-json-binding

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-inject-hk2, jersey-media-json-binding

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-inject-hk2, jersey-media-json-binding

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
yasson-2.0.4.jar364.5 kB28224010-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
jakarta.json-2.0.0-module.jar115.5 kB77613-Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
184 MB310227091381.817
compile: 10compile: 2.1 MBcompile: 1663compile: 1462compile: 64-compile: 9
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/close.gif b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/external.png b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-binding/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/index.html b/project-info/3.0.8/jersey/project/jersey-media-json-binding/index.html new file mode 100644 index 000000000..c25f00081 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-binding/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-media-json-binding – About + + + + + + + + +
+ +
+
+
+
+

About jersey-media-json-binding

+

Jersey JSON-B support module.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/project-info.html b/project-info/3.0.8/jersey/project/jersey-media-json-binding/project-info.html new file mode 100644 index 000000000..2768d2f0a --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-binding/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-media-json-binding – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JSON-B support module.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-binding/project-reports.html b/project-info/3.0.8/jersey/project/jersey-media-json-binding/project-reports.html new file mode 100644 index 000000000..7be0f7668 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-binding/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-media-json-binding – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-media-json-gson/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-gson/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-media-json-gson/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-gson/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/css/print.css b/project-info/3.0.8/jersey/project/jersey-media-json-gson/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-gson/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/css/site.css b/project-info/3.0.8/jersey/project/jersey-media-json-gson/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-gson/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/dependencies.html b/project-info/3.0.8/jersey/project/jersey-media-json-gson/dependencies.html new file mode 100644 index 000000000..53f9be0ca --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-gson/dependencies.html @@ -0,0 +1,544 @@ + + + + + + jersey-media-json-gson – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.google.code.gsongson2.9.0jarApache-2.0
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-common, jersey-inject-hk2, jersey-media-json-gson

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-inject-hk2, jersey-media-json-gson

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-inject-hk2, jersey-media-json-gson

+

Public Domain: jersey-core-common, jersey-inject-hk2, jersey-media-json-gson

+

New BSD License: Hamcrest Core

+

W3C license: jersey-inject-hk2, jersey-media-json-gson

+

EDL 1.0: jersey-inject-hk2, jersey-media-json-gson

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-inject-hk2, jersey-media-json-gson

+

Apache-2.0: Gson

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-common, jersey-inject-hk2, jersey-media-json-gson

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-inject-hk2, jersey-media-json-gson

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-inject-hk2, jersey-media-json-gson

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
gson-2.9.0.jar249.3 kB20918910-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
143.6 MB278224731211.813
compile: 6compile: 1.6 MBcompile: 1343compile: 1226compile: 47-compile: 5
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/close.gif b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/external.png b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-gson/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/index.html b/project-info/3.0.8/jersey/project/jersey-media-json-gson/index.html new file mode 100644 index 000000000..70197bf95 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-gson/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-media-json-gson – About + + + + + + + + +
+ +
+
+
+
+

About jersey-media-json-gson

+

Jersey GSON support module.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/project-info.html b/project-info/3.0.8/jersey/project/jersey-media-json-gson/project-info.html new file mode 100644 index 000000000..a85ee3b06 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-gson/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-media-json-gson – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey GSON support module.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-gson/project-reports.html b/project-info/3.0.8/jersey/project/jersey-media-json-gson/project-reports.html new file mode 100644 index 000000000..f66b37f4e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-gson/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-media-json-gson – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/print.css b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/site.css b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/dependencies.html b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/dependencies.html new file mode 100644 index 000000000..8e903b82b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/dependencies.html @@ -0,0 +1,1156 @@ + + + + + + jersey-media-json-jackson – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.corejackson-annotations2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-jakarta-xmlbind-annotations2.13.3jarThe Apache Software License, Version 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.extjersey-entity-filtering3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.datatypejackson-datatype-jdk82.13.3jarThe Apache Software License, Version 2.0
javax.xml.bindjaxb-api2.3.1jarCDDL 1.1GPL2 w/ CPE
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicensesOptional
com.fasterxml.jackson.modulejackson-module-jaxb-annotations2.13.3jarThe Apache Software License, Version 2.0Yes
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.corejackson-core2.13.3jarThe Apache Software License, Version 2.0
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
javax.activationjavax.activation-api1.2.0jarCDDL/GPLv2+CE
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

CDDL 1.1: jaxb-api

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Public Domain: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jaxb-api, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

New BSD License: Hamcrest Core

+

CDDL/GPLv2+CE: JavaBeans Activation Framework API jar

+

W3C license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EDL 1.0: Jakarta Activation, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

MPL 1.1: Javassist

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

BSD 2-Clause: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

The Apache Software License, Version 2.0: Jackson datatype: jdk8, Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind), Jackson module: Old JAXB Annotations (javax.xml.bind), Jackson-annotations, Jackson-core, Jakarta Dependency Injection, jackson-databind

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server, jersey-media-json-jackson

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jackson-annotations-2.13.3.jar75.7 kB84722-Yes
jackson-core-2.13.3.jar374.9 kB15612813-Yes
jackson-databind-2.13.3.jar1.5 MB74670823-Yes
jackson-datatype-jdk8-2.13.3.jar34.8 kB39232-Yes
jackson-module-jakarta-xmlbind-annotations-2.13.3.jar31.6 kB30114-Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
javax.activation-api-1.2.0.jar56.7 kB413111.5Yes
jaxb-api-2.3.1.jar128.1 kB1361117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
jackson-module-jaxb-annotations-2.13.3.jar36.5 kB33134-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
399.5 MB665657592811.838
compile: 12compile: 3.7 MBcompile: 2422compile: 2165compile: 92-compile: 11
test: 26test: 5.8 MBtest: 4201test: 3581test: 185-test: 26
provided: 1provided: 36.5 kBprovided: 33provided: 13provided: 4-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/close.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/external.png b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/index.html b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/index.html new file mode 100644 index 000000000..7617c4334 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-media-json-jackson – About + + + + + + + + +
+ +
+
+
+
+

About jersey-media-json-jackson

+

Jersey JSON Jackson (2.x) entity providers support module.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/project-info.html b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/project-info.html new file mode 100644 index 000000000..9f5c00019 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-media-json-jackson – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JSON Jackson (2.x) entity providers support module.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jackson/project-reports.html b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/project-reports.html new file mode 100644 index 000000000..d320ced6c --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jackson/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-media-json-jackson – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/print.css b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/site.css b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/dependencies.html b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/dependencies.html new file mode 100644 index 000000000..f5e1656eb --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/dependencies.html @@ -0,0 +1,615 @@ + + + + + + jersey-media-json-jettison – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.codehaus.jettisonjettison1.3.7jarApache License, Version 2.0
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison

+

Public Domain: jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison

+

New BSD License: Hamcrest Core

+

W3C license: jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison

+

EDL 1.0: Jakarta Activation, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison

+

Apache License, Version 2.0: Jettison

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jettison-1.3.7.jar83.6 kB624751.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
173.7 MB290225351281.816
compile: 9compile: 1.8 MBcompile: 1463compile: 1288compile: 54-compile: 8
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/close.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/external.png b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/index.html b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/index.html new file mode 100644 index 000000000..4b554e799 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-media-json-jettison – About + + + + + + + + +
+ +
+
+
+
+

About jersey-media-json-jettison

+

Jersey JSON Jettison entity providers support module.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/project-info.html b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/project-info.html new file mode 100644 index 000000000..b63290f73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-media-json-jettison – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JSON Jettison entity providers support module.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-jettison/project-reports.html b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/project-reports.html new file mode 100644 index 000000000..aeb362d60 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-jettison/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-media-json-jettison – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-media-json-processing/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-processing/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-media-json-processing/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-processing/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/css/print.css b/project-info/3.0.8/jersey/project/jersey-media-json-processing/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-processing/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/css/site.css b/project-info/3.0.8/jersey/project/jersey-media-json-processing/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-processing/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/dependencies.html b/project-info/3.0.8/jersey/project/jersey-media-json-processing/dependencies.html new file mode 100644 index 000000000..524fec0d0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-processing/dependencies.html @@ -0,0 +1,709 @@ + + + + + + jersey-media-json-processing – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.jsonjakarta.json-api2.0.2jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.parssonparsson1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.parssonparsson-media1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-json-processing

+

Eclipse Public License 2.0: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-inject-hk2, jersey-media-json-processing

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-inject-hk2, jersey-media-json-processing

+

Public Domain: jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-json-processing

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-inject-hk2, jersey-media-json-processing

+

EDL 1.0: Jakarta Activation, jersey-core-client, jersey-inject-hk2, jersey-media-json-processing

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, Jakarta JSON Processing API

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-json-processing

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-json-processing

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-inject-hk2, jersey-media-json-processing

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-inject-hk2, jersey-media-json-processing

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
parsson-1.0.0.jar116.4 kB78623-Yes
parsson-media-1.0.0.jar20.3 kB1632-Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
215 MB394134561771.820
compile: 8compile: 1.6 MBcompile: 1276compile: 1137compile: 46-compile: 7
test: 13test: 3.4 MBtest: 2665test: 2319test: 131-test: 13
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/close.gif b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/external.png b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-json-processing/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/index.html b/project-info/3.0.8/jersey/project/jersey-media-json-processing/index.html new file mode 100644 index 000000000..fc795f49e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-processing/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-media-json-processing – About + + + + + + + + +
+ +
+
+
+
+

About jersey-media-json-processing

+

Jersey JSON-P (JSR 353) entity providers support proxy module.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/project-info.html b/project-info/3.0.8/jersey/project/jersey-media-json-processing/project-info.html new file mode 100644 index 000000000..fcd80c836 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-processing/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-media-json-processing – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JSON-P (JSR 353) entity providers support proxy module.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-json-processing/project-reports.html b/project-info/3.0.8/jersey/project/jersey-media-json-processing/project-reports.html new file mode 100644 index 000000000..1b78a1dfa --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-json-processing/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-media-json-processing – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-media-kryo/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-kryo/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-media-kryo/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-kryo/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/css/print.css b/project-info/3.0.8/jersey/project/jersey-media-kryo/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-kryo/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/css/site.css b/project-info/3.0.8/jersey/project/jersey-media-kryo/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-kryo/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/dependencies.html b/project-info/3.0.8/jersey/project/jersey-media-kryo/dependencies.html new file mode 100644 index 000000000..f2fe31b27 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-kryo/dependencies.html @@ -0,0 +1,1059 @@ + + + + + + jersey-media-kryo – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.esotericsoftwarekryo4.0.2jar3-Clause BSD License
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.ow2.asmasm9.3jarBSD-3-Clause
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.esotericsoftwareminlog1.3.0jarNew BSD License
com.esotericsoftwarereflectasm1.11.3jarNew BSD License
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.objenesisobjenesis2.5.1jarApache 2
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

3-Clause BSD License: Kryo

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

BSD-3-Clause: asm

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Public Domain: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

New BSD License: Hamcrest Core, MinLog, ReflectASM

+

Apache 2: Objenesis

+

W3C license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EDL 1.0: Jakarta Activation, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-kryo, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
kryo-4.0.2.jar337.5 kB22921461.7Yes
minlog-1.3.0.jar5.7 kB12211.5Yes
reflectasm-1.11.3.jar20.9 kB15511.5Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
objenesis-2.5.1.jar54.4 kB584391.5Yes
asm-9.3.jar122.2 kB44383-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
357.7 MB567349052421.834
compile: 9compile: 1.8 MBcompile: 1339compile: 1203compile: 50-compile: 8
test: 25test: 5.7 MBtest: 4181test: 3566test: 185-test: 25
provided: 1provided: 138.8 kBprovided: 153provided: 136provided: 7-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/images/close.gif b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/images/external.png b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-kryo/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/index.html b/project-info/3.0.8/jersey/project/jersey-media-kryo/index.html new file mode 100644 index 000000000..9153c9584 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-kryo/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-media-kryo – About + + + + + + + + +
+ +
+
+
+
+

About jersey-media-kryo

+

Jersey/JAX-RS Message Body Writer and Reader using Kryo serialization framework

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/project-info.html b/project-info/3.0.8/jersey/project/jersey-media-kryo/project-info.html new file mode 100644 index 000000000..2a2469c7b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-kryo/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-media-kryo – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey/JAX-RS Message Body Writer and Reader using Kryo serialization framework
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-kryo/project-reports.html b/project-info/3.0.8/jersey/project/jersey-media-kryo/project-reports.html new file mode 100644 index 000000000..7724ae20e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-kryo/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-media-kryo – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-media-moxy/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-moxy/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-media-moxy/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-moxy/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/css/print.css b/project-info/3.0.8/jersey/project/jersey-media-moxy/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-moxy/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/css/site.css b/project-info/3.0.8/jersey/project/jersey-media-moxy/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-moxy/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/dependencies.html b/project-info/3.0.8/jersey/project/jersey-media-moxy/dependencies.html new file mode 100644 index 000000000..72324223f --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-moxy/dependencies.html @@ -0,0 +1,773 @@ + + + + + + jersey-media-moxy – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+ +
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.asm9.1.0jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.core3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.mailjakarta.mail2.0.1jarEPL 2.0GPL2 w/ CPEEDL 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-moxy

+

Eclipse Public License 2.0: Eclipse Parsson, JSON-B API, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-moxy

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-moxy

+

Public Domain: jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-moxy

+

New BSD License: Hamcrest Core

+

W3C license: jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-moxy

+

EDL 1.0: Jakarta Activation, Jakarta Mail API, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-moxy

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, JSON-B API, Jakarta JSON Processing API

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-moxy

+

Eclipse Distribution License - v 1.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy, Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-moxy

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-moxy

+

Eclipse Public License - v 2.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-moxy

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.mail-2.0.1.jar689.3 kB38434715-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
parsson-1.0.0.jar116.4 kB78623-Yes
org.eclipse.persistence.asm-9.1.0.jar322 kB1421216-Yes
org.eclipse.persistence.core-3.0.2.jar5 MB220720231591.8Yes
org.eclipse.persistence.moxy-3.0.2.jar654.1 kB321281211.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
2310.4 MB606953893391.822
compile: 13compile: 7.7 MBcompile: 4190compile: 3756compile: 247-compile: 12
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
runtime: 2runtime: 751.4 kBruntime: 440runtime: 386runtime: 18-runtime: 2
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/images/close.gif b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/images/external.png b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-moxy/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/index.html b/project-info/3.0.8/jersey/project/jersey-media-moxy/index.html new file mode 100644 index 000000000..48228281c --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-moxy/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-media-moxy – About + + + + + + + + +
+ +
+
+
+
+

About jersey-media-moxy

+

Jersey JSON entity providers support module based on EclipseLink MOXy.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/project-info.html b/project-info/3.0.8/jersey/project/jersey-media-moxy/project-info.html new file mode 100644 index 000000000..2fa421131 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-moxy/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-media-moxy – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JSON entity providers support module based on EclipseLink MOXy.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-moxy/project-reports.html b/project-info/3.0.8/jersey/project/jersey-media-moxy/project-reports.html new file mode 100644 index 000000000..7ed11907e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-moxy/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-media-moxy – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-media-multipart/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-multipart/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-media-multipart/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-multipart/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/css/print.css b/project-info/3.0.8/jersey/project/jersey-media-multipart/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-multipart/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/css/site.css b/project-info/3.0.8/jersey/project/jersey-media-multipart/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-multipart/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/dependencies.html b/project-info/3.0.8/jersey/project/jersey-media-multipart/dependencies.html new file mode 100644 index 000000000..b02d12a14 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-multipart/dependencies.html @@ -0,0 +1,2570 @@ + + + + + + jersey-media-multipart – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicensesOptional
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public DomainNo
org.jvnet.mimepullmimepull1.9.13jarEclipse Distribution License - v 1.0No
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSDYes
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.connectorsjersey-apache-connector3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.connectorsjersey-grizzly-connector3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicensesOptional
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPENo
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0No
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exceptionNo
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPENo
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseNo
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0Yes
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
commons-loggingcommons-logging1.2-jarThe Apache Software License, Version 2.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
org.apache.httpcomponentshttpclient4.5.13-jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.13-jarApache License, Version 2.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlyconnection-pool3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-client1.16-jarApache License 2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-websockets3.0.1-jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.javassistjavassist3.28.0-GA-jarMPL 1.1LGPL 2.1Apache License 2.0
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-apache, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-apache, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-apache, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Public Domain: jersey-connectors-apache, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-apache, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-apache, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License 2.0: Grizzly Async HTTP Client, Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-apache, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore, Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API, MIME streaming extension

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-apache, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-apache, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-apache, jersey-connectors-grizzly, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

EPL-2.0: connection-pool, grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, grizzly-websockets, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Apache Commons Logging, Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
commons-logging-1.2.jar61.8 kB422821.2Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
httpclient-4.5.13.jar780.3 kB511470241.6Yes
httpcore-4.4.13.jar328.6 kB283253171.6Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
connection-pool-3.0.1.jar69.1 kB443211.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-client-1.16.jar394.2 kB292260211.7Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
grizzly-websockets-3.0.1.jar111.2 kB867141.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-apache-connector-3.0.8.jar46.5 kB331811.8Yes
jersey-grizzly-connector-3.0.8.jar38.3 kB301511.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
mimepull-1.9.13.jar64.9 kB57452-Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9416.6 MB12019102534511.885
compile: 9compile: 2.8 MBcompile: 2221compile: 2004compile: 86-compile: 8
test: 85test: 13.8 MBtest: 9798test: 8249test: 365-test: 77
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/images/close.gif b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/images/external.png b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-multipart/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/index.html b/project-info/3.0.8/jersey/project/jersey-media-multipart/index.html new file mode 100644 index 000000000..265f23ba4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-multipart/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-media-multipart – About + + + + + + + + +
+ +
+
+
+
+

About jersey-media-multipart

+

Jersey Multipart entity providers support module.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/project-info.html b/project-info/3.0.8/jersey/project/jersey-media-multipart/project-info.html new file mode 100644 index 000000000..74a55b693 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-multipart/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-media-multipart – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Multipart entity providers support module.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-multipart/project-reports.html b/project-info/3.0.8/jersey/project/jersey-media-multipart/project-reports.html new file mode 100644 index 000000000..10c60ef91 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-multipart/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-media-multipart – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/allclasses-frame.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/allclasses-frame.html new file mode 100644 index 000000000..cddc9d2b5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/allclasses-frame.html @@ -0,0 +1,40 @@ + + + + + + +All Classes (Jersey 3.0.8 API) + + + + + +

All Classes

+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/allclasses-noframe.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/allclasses-noframe.html new file mode 100644 index 000000000..7965b585f --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/allclasses-noframe.html @@ -0,0 +1,40 @@ + + + + + + +All Classes (Jersey 3.0.8 API) + + + + + +

All Classes

+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/constant-values.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/constant-values.html new file mode 100644 index 000000000..8aef1cc33 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/constant-values.html @@ -0,0 +1,209 @@ + + + + + + +Constant Field Values (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

org.glassfish.*

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/deprecated-list.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/deprecated-list.html new file mode 100644 index 000000000..b65418694 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/help-doc.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/help-doc.html new file mode 100644 index 000000000..7c5b7764c --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/index-all.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/index-all.html new file mode 100644 index 000000000..f8f105f17 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/index-all.html @@ -0,0 +1,774 @@ + + + + + + +Index (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E G I J L M N O P R S T U V  + + +

A

+
+
awaitFirstContact() - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor
+
+
Await the initial contact with the SSE endpoint.
+
+
+ + + +

B

+
+
boundListeners(Map<String, List<EventListener>>) - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
+
+
Unbounded listeners will get notified about incoming events with particular name.
+
+
build() - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
+
+
Build new SSE event source pointing at a SSE streaming web target.
+
+
build() - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
+
+
Build the EventProcessor.
+
+
build() - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource.Builder
+
 
+
build() - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
+
+ +
+
builder(WebTarget, AtomicReference<EventProcessor.State>, ClientExecutor, EventListener, EventProcessor.ShutdownHandler) - Static method in class org.glassfish.jersey.media.sse.internal.EventProcessor
+
+
Create new Event processor builder.
+
+
Builder() - Constructor for class org.glassfish.jersey.media.sse.internal.JerseySseEventSource.Builder
+
 
+
Builder() - Constructor for class org.glassfish.jersey.media.sse.OutboundEvent.Builder
+
 
+
+ + + +

C

+
+
close() - Method in class org.glassfish.jersey.media.sse.EventSource
+
+
Close this event source.
+
+
close(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.EventSource
+
+
Close this event source and wait for the internal event processing task to complete + for up to the specified amount of wait time.
+
+
close(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
+
 
+
comment(String) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
+
+
Set comment string associated with the event.
+
+
configure(FeatureContext) - Method in class org.glassfish.jersey.media.sse.internal.SseAutoDiscoverable
+
 
+
configure() - Method in class org.glassfish.jersey.media.sse.internal.SseBinder
+
 
+
configure(FeatureContext) - Method in class org.glassfish.jersey.media.sse.SseFeature
+
 
+
createValueProvider(Parameter) - Method in class org.glassfish.jersey.media.sse.internal.SseEventSinkValueParamProvider
+
 
+
+ + + +

D

+
+
data(Class, Object) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
+
+
Set event data and java type of event data.
+
+
data(GenericType, Object) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
+
+
Set event data and a generic java type of event data.
+
+
data(Object) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
+
+
Set event data and java type of event data.
+
+
DISABLE_SSE - Static variable in class org.glassfish.jersey.media.sse.SseFeature
+
+
If true then SSE Feature automatic registration is + suppressed.
+
+
DISABLE_SSE_CLIENT - Static variable in class org.glassfish.jersey.media.sse.SseFeature
+
+
Client-side variant of SseFeature.DISABLE_SSE property.
+
+
DISABLE_SSE_SERVER - Static variable in class org.glassfish.jersey.media.sse.SseFeature
+
+
Server-side variant of SseFeature.DISABLE_SSE property.
+
+
disableKeepAlive() - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
+
+
Disables keepalive.
+
+
+ + + +

E

+
+
EVENT_DATA_READER_NOT_FOUND() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Message body reader not found for the SSE event data.
+
+
EVENT_SINK_CLOSE_FAILED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Closing EventSink failed.
+
+
EVENT_SINK_NEXT_FAILED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Processing onNext signal failed.
+
+
EVENT_SOURCE_ALREADY_CLOSED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
This event source has already been closed.
+
+
EVENT_SOURCE_ALREADY_CONNECTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
This event source is already open.
+
+
EVENT_SOURCE_DEFAULT_ONERROR() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Subscriber.onError() called on subscriber with no registered error handler.
+
+
EVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Waiting for opening the event source connection has been interrupted.
+
+
EVENT_SOURCE_SHUTDOWN_INTERRUPTED(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Waiting for the event source executor for [{0}] to shutdown has been interrupted.
+
+
EVENT_SOURCE_SHUTDOWN_TIMEOUT(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Attempt to shutdown the event source executor for [{0}] has timed out.
+
+
EventInput - Class in org.glassfish.jersey.media.sse
+
+
Inbound Server-Sent Events channel.
+
+
EventInput(InputStream, Annotation[], MediaType, MultivaluedMap<String, String>, MessageBodyWorkers, PropertiesDelegate) - Constructor for class org.glassfish.jersey.media.sse.EventInput
+
+
Package-private constructor used by the ChunkedInputReader.
+
+
EventListener - Interface in org.glassfish.jersey.media.sse
+
+
EventSource listener that can be registered to listen for + newly received InboundEvent notifications.
+
+
EventOutput - Class in org.glassfish.jersey.media.sse
+
+
Outbound Server-Sent Events channel.
+
+
EventOutput() - Constructor for class org.glassfish.jersey.media.sse.EventOutput
+
+
Create new outbound Server-Sent Events channel.
+
+
EventProcessor - Class in org.glassfish.jersey.media.sse.internal
+
+
Private event processor task responsible for connecting to the SSE stream and processing + incoming SSE events as well as handling any connection issues.
+
+
EventProcessor.Builder - Class in org.glassfish.jersey.media.sse.internal
+
+ +
+
EventProcessor.ShutdownHandler - Interface in org.glassfish.jersey.media.sse.internal
+
+
Used to signal that the EventProcessor reached terminal stage.
+
+
EventProcessor.State - Enum in org.glassfish.jersey.media.sse.internal
+
+
Event processor state, which is shared with the owner (to be able to control bootstrap and shutdown).
+
+
EventSource - Class in org.glassfish.jersey.media.sse
+
+
Client for reading and processing incoming Server-Sent Events.
+
+
EventSource(WebTarget) - Constructor for class org.glassfish.jersey.media.sse.EventSource
+
+
Create new SSE event source and open a connection it to the supplied SSE streaming web target.
+
+
EventSource(WebTarget, boolean) - Constructor for class org.glassfish.jersey.media.sse.EventSource
+
+
Create new SSE event source pointing at a SSE streaming web target.
+
+
EventSource.Builder - Class in org.glassfish.jersey.media.sse
+
+
Jersey EventSource builder class.
+
+
+ + + +

G

+
+
getComment() - Method in class org.glassfish.jersey.media.sse.InboundEvent
+
+
Get a comment string that accompanies the event.
+
+
getComment() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
+
+
Get a comment string that accompanies the event.
+
+
getData() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
+
+
Get event data.
+
+
getGenericType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
+
+
Get generic data type.
+
+
getId() - Method in class org.glassfish.jersey.media.sse.InboundEvent
+
+
Get event identifier.
+
+
getId() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
+
+
Get event identifier.
+
+
getMediaType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
+
+
Get media type of the event data.
+
+
getName() - Method in class org.glassfish.jersey.media.sse.InboundEvent
+
+
Get event name.
+
+
getName() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
+
+
Get event name.
+
+
getRawData() - Method in class org.glassfish.jersey.media.sse.InboundEvent
+
+
Get the raw event data bytes.
+
+
getReconnectDelay() - Method in class org.glassfish.jersey.media.sse.InboundEvent
+
+
Get new connection retry time in milliseconds the event receiver should wait before attempting to + reconnect after a connection to the SSE event source is lost.
+
+
getReconnectDelay() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
+
+
Get connection retry time in milliseconds the event receiver should wait before attempting to + reconnect after a connection to the SSE source is lost.
+
+
getType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
+
+
Get data type.
+
+
+ + + +

I

+
+
id(String) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
+
+
Set event id.
+
+
IN_EVENT_FIELD_NOT_RECOGNIZED(Object, Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Inbound event field [{0}: {1}] is not a recognized SSE field name and will be ignored.
+
+
IN_EVENT_RETRY_PARSE_ERROR(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Unable to parse inbound event retry value [{0}] as decimal number.
+
+
InboundEvent - Class in org.glassfish.jersey.media.sse
+
+
Inbound event.
+
+
isEmpty() - Method in class org.glassfish.jersey.media.sse.InboundEvent
+
+
Check if the event is empty (i.e.
+
+
isOpen() - Method in class org.glassfish.jersey.media.sse.EventSource
+
+
Check if this event source instance has already been opened.
+
+
isOpen() - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
+
 
+
isReconnectDelaySet() - Method in class org.glassfish.jersey.media.sse.InboundEvent
+
+
Check if the connection retry time has been set in the event.
+
+
isReconnectDelaySet() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
+
+
Check if the connection retry time has been set in the event.
+
+
+ + + +

J

+
+
JerseySseEventSource - Class in org.glassfish.jersey.media.sse.internal
+
+
SseEventSource implementation.
+
+
JerseySseEventSource.Builder - Class in org.glassfish.jersey.media.sse.internal
+
+
SseEventSource.Builder implementation.
+
+
JerseySseEventSourceBuilder - Class in org.glassfish.jersey.media.sse
+
+
Public SseEventSource.Builder implementation.
+
+
JerseySseEventSourceBuilder() - Constructor for class org.glassfish.jersey.media.sse.JerseySseEventSourceBuilder
+
 
+
+ + + +

L

+
+
LAST_EVENT_ID_HEADER - Static variable in class org.glassfish.jersey.media.sse.SseFeature
+
+
"Last-Event-ID" HTTP request header name as defined by + SSE specification.
+
+
localizableEVENT_DATA_READER_NOT_FOUND() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableEVENT_SINK_CLOSE_FAILED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableEVENT_SINK_NEXT_FAILED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableEVENT_SOURCE_ALREADY_CLOSED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableEVENT_SOURCE_ALREADY_CONNECTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableEVENT_SOURCE_DEFAULT_ONERROR() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableEVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableEVENT_SOURCE_SHUTDOWN_INTERRUPTED(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableEVENT_SOURCE_SHUTDOWN_TIMEOUT(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableIN_EVENT_FIELD_NOT_RECOGNIZED(Object, Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableIN_EVENT_RETRY_PARSE_ERROR(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableOUT_EVENT_DATA_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableOUT_EVENT_DATA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableOUT_EVENT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableOUT_EVENT_NOT_BUILDABLE() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizablePARAM_NULL(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizablePARAMS_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
localizableUNSUPPORTED_WEBTARGET_TYPE(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
LocalizationMessages - Class in org.glassfish.jersey.media.sse
+
+
Defines string formatting method for each constant in the resource file
+
+
LocalizationMessages() - Constructor for class org.glassfish.jersey.media.sse.LocalizationMessages
+
 
+
+ + + +

M

+
+
mediaType(MediaType) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
+
+
Set the media type of the event data.
+
+
+ + + +

N

+
+
name(String) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
+
+
Set event name.
+
+
named(String) - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
+
+
Set a custom name for the event source.
+
+
+ + + +

O

+
+
onEvent(InboundEvent) - Method in interface org.glassfish.jersey.media.sse.EventListener
+
+
Invoked when an event is received.
+
+
onEvent(InboundEvent) - Method in class org.glassfish.jersey.media.sse.EventSource
+
+
Invoked when an event is received.
+
+
onEvent(InboundEvent) - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor
+
+
Called by the event source when an inbound event is received.
+
+
onEvent(InboundSseEvent) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
+
+
On event callback, invoked whenever an event is received.
+
+
open() - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
+
+
Build new SSE event source pointing at a SSE streaming web target.
+
+
open() - Method in class org.glassfish.jersey.media.sse.EventSource
+
+
Open the connection to the supplied SSE underlying web target and start processing incoming + events.
+
+
open() - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
+
 
+
org.glassfish.jersey.media.sse - package org.glassfish.jersey.media.sse
+
+
Support for Server Sent events in Jersey.
+
+
org.glassfish.jersey.media.sse.internal - package org.glassfish.jersey.media.sse.internal
+
 
+
OUT_EVENT_DATA_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Outbound event data must not be explicitly set to 'null'.
+
+
OUT_EVENT_DATA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Outbound event data type must not be explicitly set to 'null'.
+
+
OUT_EVENT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Outbound event data media type must not be explicitly set to 'null'.
+
+
OUT_EVENT_NOT_BUILDABLE() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Cannot build outbound event.
+
+
OutboundEvent - Class in org.glassfish.jersey.media.sse
+
+
Representation of a single outbound SSE event.
+
+
OutboundEvent.Builder - Class in org.glassfish.jersey.media.sse
+
+
Used for creating OutboundEvent instances.
+
+
+ + + +

P

+
+
PARAM_NULL(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
"{0}" parameter is null.
+
+
PARAMS_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
One or more of parameters is null.
+
+
+ + + +

R

+
+
readData() - Method in class org.glassfish.jersey.media.sse.InboundEvent
+
+
Get the original event data string String.
+
+
readData(Class<T>) - Method in class org.glassfish.jersey.media.sse.InboundEvent
+
+
Read event data as a given Java type.
+
+
readData(GenericType<T>) - Method in class org.glassfish.jersey.media.sse.InboundEvent
+
+
Read event data as a given generic type.
+
+
readData(Class<T>, MediaType) - Method in class org.glassfish.jersey.media.sse.InboundEvent
+
+
Read event data as a given Java type.
+
+
readData(GenericType<T>, MediaType) - Method in class org.glassfish.jersey.media.sse.InboundEvent
+
+
Read event data as a given generic type.
+
+
RECONNECT_DEFAULT - Static variable in class org.glassfish.jersey.media.sse.EventSource
+
+
Default SSE EventSource reconnect delay value in milliseconds.
+
+
RECONNECT_NOT_SET - Static variable in class org.glassfish.jersey.media.sse.SseFeature
+
+
A "reconnection not set" value for the SSE reconnect delay set via retry field.
+
+
reconnectDelay(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
+
+
Set initial reconnect delay.
+
+
reconnectDelay(long) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
+
+
Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait + before attempting to reconnect in case a connection to SSE event source is lost.
+
+
reconnectingEvery(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
+
+
Set the initial reconnect delay to be used by the event source.
+
+
reconnectingEvery(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource.Builder
+
 
+
register(EventListener) - Method in class org.glassfish.jersey.media.sse.EventSource
+
+
Register new event listener to receive all streamed SSE events.
+
+
register(EventListener, String, String...) - Method in class org.glassfish.jersey.media.sse.EventSource
+
+
Add name-bound event listener which will be called only for incoming SSE + events whose name is equal to the specified + name(s).
+
+
register(Consumer<InboundSseEvent>) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
+
 
+
register(Consumer<InboundSseEvent>, Consumer<Throwable>) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
+
 
+
register(Consumer<InboundSseEvent>, Consumer<Throwable>, Runnable) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource
+
 
+
run() - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor
+
 
+
+ + + +

S

+
+
SERVER_SENT_EVENTS - Static variable in class org.glassfish.jersey.media.sse.SseFeature
+
+
String representation of Server sent events media type.
+
+
SERVER_SENT_EVENTS_TYPE - Static variable in class org.glassfish.jersey.media.sse.SseFeature
+
+
Server sent events media type.
+
+
shutdown() - Method in interface org.glassfish.jersey.media.sse.internal.EventProcessor.ShutdownHandler
+
+
Invoked when the EventProcessor reaches terminal stage.
+
+
SseAutoDiscoverable - Class in org.glassfish.jersey.media.sse.internal
+
+
Jersey AutoDiscoverable responsible for registering SseFeature.
+
+
SseAutoDiscoverable() - Constructor for class org.glassfish.jersey.media.sse.internal.SseAutoDiscoverable
+
 
+
SseBinder - Class in org.glassfish.jersey.media.sse.internal
+
+
Binds implementations to interfaces for injection of SSE-related injectables.
+
+
SseBinder() - Constructor for class org.glassfish.jersey.media.sse.internal.SseBinder
+
 
+
SseBroadcaster - Class in org.glassfish.jersey.media.sse
+
+
Used for broadcasting SSE to multiple EventOutput instances.
+
+
SseBroadcaster() - Constructor for class org.glassfish.jersey.media.sse.SseBroadcaster
+
+
Creates a new instance.
+
+
SseBroadcaster(Class<? extends SseBroadcaster>) - Constructor for class org.glassfish.jersey.media.sse.SseBroadcaster
+
+
Can be used by subclasses to override the default functionality of adding self to the set of + listeners.
+
+
SseEventSinkValueParamProvider - Class in org.glassfish.jersey.media.sse.internal
+
+
ValueParamProvider for binding SseEventSink to its implementation.
+
+
SseEventSinkValueParamProvider(Provider<MultivaluedParameterExtractorProvider>, Provider<AsyncContext>) - Constructor for class org.glassfish.jersey.media.sse.internal.SseEventSinkValueParamProvider
+
+
Constructor.
+
+
SseFeature - Class in org.glassfish.jersey.media.sse
+
+
A JAX-RS feature that enables Server-Sent Events support.
+
+
SseFeature() - Constructor for class org.glassfish.jersey.media.sse.SseFeature
+
 
+
+ + + +

T

+
+
target(WebTarget) - Static method in class org.glassfish.jersey.media.sse.EventSource
+
+
Create a new event source builder that provides convenient way how to + configure and fine-tune various aspects of a newly prepared event source instance.
+
+
target(WebTarget) - Method in class org.glassfish.jersey.media.sse.internal.JerseySseEventSource.Builder
+
 
+
toString() - Method in class org.glassfish.jersey.media.sse.InboundEvent
+
 
+
+ + + +

U

+
+
unboundListeners(List<EventListener>) - Method in class org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
+
+
Unbounded listeners will get notified about any incoming event.
+
+
UNSUPPORTED_WEBTARGET_TYPE(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
+
+
Argument {0} is not a valid JerseyWebTarget instance.
+
+
usePersistentConnections() - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
+
+
Instruct event source to use + persistent HTTP connections when connecting + (or reconnecting) to the SSE endpoint, provided the mechanism is supported by the underlying client + Connector.
+
+
+ + + +

V

+
+
valueOf(String) - Static method in enum org.glassfish.jersey.media.sse.internal.EventProcessor.State
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum org.glassfish.jersey.media.sse.internal.EventProcessor.State
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
+A B C D E G I J L M N O P R S T U V 
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/index.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/index.html new file mode 100644 index 000000000..70e1b2999 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/index.html @@ -0,0 +1,76 @@ + + + + + + +Jersey 3.0.8 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventInput.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventInput.html new file mode 100644 index 000000000..666b82a01 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventInput.html @@ -0,0 +1,298 @@ + + + + + + +EventInput (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse
+

Class EventInput

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.core.GenericType<T>
    • +
    • +
        +
      • org.glassfish.jersey.client.ChunkedInput<InboundEvent>
      • +
      • +
          +
        • org.glassfish.jersey.media.sse.EventInput
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Closeable, AutoCloseable
    +
    +
    +
    +
    public class EventInput
    +extends org.glassfish.jersey.client.ChunkedInput<InboundEvent>
    +
    Inbound Server-Sent Events channel. + + The input channel lets you serially read & consume SSE events as they arrive.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected EventInput(InputStream inputStream, + Annotation[] annotations, + jakarta.ws.rs.core.MediaType mediaType, + jakarta.ws.rs.core.MultivaluedMap<String,String> headers, + org.glassfish.jersey.message.MessageBodyWorkers messageBodyWorkers, + org.glassfish.jersey.internal.PropertiesDelegate propertiesDelegate) +
      Package-private constructor used by the ChunkedInputReader.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class org.glassfish.jersey.client.ChunkedInput

        +close, createMultiParser, createParser, createParser, getChunkType, getParser, isClosed, read, setChunkType, setChunkType, setParser
      • +
      +
        +
      • + + +

        Methods inherited from class jakarta.ws.rs.core.GenericType

        +equals, forInstance, getRawType, getType, hashCode, toString
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EventInput

        +
        protected EventInput(InputStream inputStream,
        +                     Annotation[] annotations,
        +                     jakarta.ws.rs.core.MediaType mediaType,
        +                     jakarta.ws.rs.core.MultivaluedMap<String,String> headers,
        +                     org.glassfish.jersey.message.MessageBodyWorkers messageBodyWorkers,
        +                     org.glassfish.jersey.internal.PropertiesDelegate propertiesDelegate)
        +
        Package-private constructor used by the ChunkedInputReader.
        +
        +
        Parameters:
        +
        inputStream - response input stream.
        +
        annotations - annotations associated with response entity.
        +
        mediaType - response entity media type.
        +
        headers - response headers.
        +
        messageBodyWorkers - message body workers.
        +
        propertiesDelegate - properties delegate for this request/response.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventListener.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventListener.html new file mode 100644 index 000000000..c85315736 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventListener.html @@ -0,0 +1,240 @@ + + + + + + +EventListener (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse
+

Interface EventListener

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onEvent

        +
        void onEvent(InboundEvent inboundEvent)
        +
        Invoked when an event is received.
        +
        +
        Parameters:
        +
        inboundEvent - received event.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventOutput.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventOutput.html new file mode 100644 index 000000000..5dc582b78 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventOutput.html @@ -0,0 +1,278 @@ + + + + + + +EventOutput (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse
+

Class EventOutput

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.core.GenericType<T>
    • +
    • +
        +
      • org.glassfish.jersey.server.ChunkedOutput<OutboundEvent>
      • +
      • +
          +
        • org.glassfish.jersey.media.sse.EventOutput
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Closeable, AutoCloseable
    +
    +
    +
    +
    public class EventOutput
    +extends org.glassfish.jersey.server.ChunkedOutput<OutboundEvent>
    +
    Outbound Server-Sent Events channel. + + When returned from resource method, underlying connection is kept open and application + is able to send events. One instance of this class corresponds with exactly one HTTP connection.
    +
    +
    Author:
    +
    Pavel Bucek, Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      EventOutput() +
      Create new outbound Server-Sent Events channel.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class org.glassfish.jersey.server.ChunkedOutput

        +close, equals, flushQueue, hashCode, isClosed, onClose, toString, write
      • +
      +
        +
      • + + +

        Methods inherited from class jakarta.ws.rs.core.GenericType

        +forInstance, getRawType, getType
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EventOutput

        +
        public EventOutput()
        +
        Create new outbound Server-Sent Events channel.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventSource.Builder.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventSource.Builder.html new file mode 100644 index 000000000..7044f8002 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventSource.Builder.html @@ -0,0 +1,398 @@ + + + + + + +EventSource.Builder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse
+

Class EventSource.Builder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.media.sse.EventSource.Builder
    • +
    +
  • +
+
+
    +
  • +
    +
    Enclosing class:
    +
    EventSource
    +
    +
    +
    +
    public static class EventSource.Builder
    +extends Object
    +
    Jersey EventSource builder class. + + Event source builder provides methods that let you conveniently configure and subsequently build + a new EventSource instance. You can obtain a new event source builder instance using + a static EventSource.target(endpoint) factory method. +

    + For example: +

    + EventSource es = EventSource.target(endpoint).named("my source")
    +                             .reconnectingEvery(5, SECONDS)
    +                             .open();
    + 
    +

    +
    +
    Since:
    +
    2.3
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        named

        +
        public EventSource.Builder named(String name)
        +
        Set a custom name for the event source. +

        + At present, custom event source name is mainly useful to be able to distinguish different event source + event processing threads from one another. If not set, a default name will be generated using the + SSE endpoint URI. +

        +
        +
        Parameters:
        +
        name - custom event source name.
        +
        Returns:
        +
        updated event source builder instance.
        +
        +
      • +
      + + + +
        +
      • +

        usePersistentConnections

        +
        public EventSource.Builder usePersistentConnections()
        +
        Instruct event source to use + persistent HTTP connections when connecting + (or reconnecting) to the SSE endpoint, provided the mechanism is supported by the underlying client + Connector. +

        + By default, the persistent HTTP connections are disabled for the reasons discussed in the EventSource + javadoc. +

        +
        +
        Returns:
        +
        updated event source builder instance.
        +
        +
      • +
      + + + +
        +
      • +

        reconnectingEvery

        +
        public EventSource.Builder reconnectingEvery(long delay,
        +                                             TimeUnit unit)
        +
        Set the initial reconnect delay to be used by the event source. +

        + Note that this value may be later overridden by the SSE endpoint using either a retry SSE event field + or HTTP 503 + "Retry-After" mechanism as described + in the EventSource javadoc. +

        +
        +
        Parameters:
        +
        delay - the default time to wait before attempting to recover from a connection loss.
        +
        unit - time unit of the reconnect delay parameter.
        +
        Returns:
        +
        updated event source builder instance.
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public EventSource build()
        +
        Build new SSE event source pointing at a SSE streaming web target. +

        + The returned event source is ready, but not connected to the SSE endpoint. + It is expected that you will manually invoke its open() method once you are ready to start + receiving SSE events. In case you want to build an event source instance that is already connected + to the SSE endpoint, use the event source builder open() method instead. +

        +

        + Once the event source is open, the incoming events are processed by the event source in an + asynchronous task that runs in an internal single-threaded scheduled executor service. +

        +
        +
        Returns:
        +
        new event source instance, ready to be connected to the SSE endpoint.
        +
        See Also:
        +
        open()
        +
        +
      • +
      + + + +
        +
      • +

        open

        +
        public EventSource open()
        +
        Build new SSE event source pointing at a SSE streaming web target. +

        + The returned event source is already connected to the SSE endpoint + and is processing any new incoming events. In case you want to build an event source instance + that is already ready, but not automatically connected to the SSE endpoint, use the event source + builder build() method instead. +

        +

        + The incoming events are processed by the event source in an asynchronous task that runs in an + internal single-threaded scheduled executor service. +

        +
        +
        Returns:
        +
        new event source instance, already connected to the SSE endpoint.
        +
        See Also:
        +
        build()
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventSource.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventSource.html new file mode 100644 index 000000000..865abb95f --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventSource.html @@ -0,0 +1,679 @@ + + + + + + +EventSource (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse
+

Class EventSource

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    EventListener
    +
    +
    +
    +
    public class EventSource
    +extends Object
    +implements EventListener
    +
    Client for reading and processing incoming Server-Sent Events. +

    + Instances of this class are thread safe. To build a new instance, you can use one of the + available public EventSource constructors that produce pre-configured event + source instances. Alternatively, you can create a new EventSource.Builder instance + using EventSource.target(endpoint) factory method. + Compared to EventSource constructors, an event source builder provides greater flexibility + when custom-configuring a new event source builder. +

    +

    + Once an EventSource is created, it opens a connection to the associated web target + and starts processing any incoming inbound events. + Whenever a new event is received, an onEvent(InboundEvent) method is called as well as any + registered event listeners are notified (see register(EventListener) + and register(EventListener, String, String...). +

    +

    Reconnect support

    +

    + The EventSource supports automated recuperation from a connection loss, including + negotiation of delivery of any missed events based on the last received SSE event id field value, provided + this field is set by the server and the negotiation facility is supported by the server. In case of a connection loss, + the last received SSE event id field value is send in the HTTP + request header as part of a new connection request sent to the SSE endpoint. Upon a receipt of such reconnect request, the SSE + endpoint that supports this negotiation facility is expected to replay all missed events. Note however, that this is a + best-effort mechanism which does not provide any guaranty that all events would be delivered without a loss. You should + therefore not rely on receiving every single event and design your client application code accordingly. +

    +

    + By default, when a connection the the SSE endpoint is lost, the event source will wait 500L ms + before attempting to reconnect to the SSE endpoint. The SSE endpoint can however control the client-side retry delay + by including a special retry field value in the any send event. Jersey EventSource implementation + tracks any received SSE event retry field values set by the endpoint and adjusts the reconnect delay accordingly, + using the last received retry field value as the reconnect delay. +

    +

    + In addition to handling the standard connection losses, Jersey EventSource automatically deals with any + HTTP 503 Service Unavailable responses from SSE endpoint, that contain a + "Retry-After" HTTP header with a valid value. The + HTTP 503 + "Retry-After" technique is often used by HTTP endpoints + as a means of connection and traffic throttling. In case a + HTTP 503 + "Retry-After" response is received in return to a connection + request, Jersey EventSource will automatically schedule a new reconnect attempt and use the received + "Retry-After" HTTP header value as a one-time override of the reconnect delay. +

    +

    Using HTTP persistent connections

    +

    + The experience has shown that persistent HTTP connection management in the HttpURLConnection, + that is used as a default Jersey client connector, is fragile. + It is unfortunately quite possible, that under heavy load the client and server connections may get out of sync, + causing Jersey EventSource hang on a connection that has already been closed by a server, but has not been + properly cleaned up by the HttpURLConnection management code, and has been reused for a re-connect + request instead. To avoid this issue, Jersey EventSource implementation by default disables + persistent HTTP connections when connecting + (or reconnecting) to the SSE endpoint. +

    +

    + In case you are using Jersey event source with a Jersey client + ClientConfig.connectorProvider(org.glassfish.jersey.client.spi.ConnectorProvider) + connector provider configured to use some other client ConnectorProvider implementation able to reliably + manage persistent HTTP connections (such as org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider or + org.glassfish.jersey.apache.connector.ApacheConnectorProvider), or in case you simply need to use persistent + HTTP connections, you may do so by invoking the usePersistentConnections() method + on an event source builder prior to creating a new event source instance. +

    +
    +
    Author:
    +
    Pavel Bucek, Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class EventSource.Builder +
      Jersey EventSource builder class.
      +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static longRECONNECT_DEFAULT +
      Default SSE EventSource reconnect delay value in milliseconds.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      EventSource(jakarta.ws.rs.client.WebTarget endpoint) +
      Create new SSE event source and open a connection it to the supplied SSE streaming web target.
      +
      EventSource(jakarta.ws.rs.client.WebTarget endpoint, + boolean open) +
      Create new SSE event source pointing at a SSE streaming web target.
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        RECONNECT_DEFAULT

        +
        public static final long RECONNECT_DEFAULT
        +
        Default SSE EventSource reconnect delay value in milliseconds.
        +
        +
        Since:
        +
        2.3
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EventSource

        +
        public EventSource(jakarta.ws.rs.client.WebTarget endpoint)
        +
        Create new SSE event source and open a connection it to the supplied SSE streaming web target. + + This constructor is performs the same series of actions as a call to: +
        EventSource.target(endpoint).open()
        +

        + The created event source instance automatically opens a connection to the supplied SSE streaming + web target and starts processing incoming events. +

        +

        + The incoming events are processed by the event source in an asynchronous task that runs in an + internal single-threaded scheduled executor service. +

        +
        +
        Parameters:
        +
        endpoint - SSE streaming endpoint. Must not be null.
        +
        Throws:
        +
        NullPointerException - in case the supplied web target is null.
        +
        +
      • +
      + + + +
        +
      • +

        EventSource

        +
        public EventSource(jakarta.ws.rs.client.WebTarget endpoint,
        +                   boolean open)
        +
        Create new SSE event source pointing at a SSE streaming web target. + + This constructor is performs the same series of actions as a call to: +
        + if (open) {
        +     EventSource.target(endpoint).open();
        + } else {
        +     EventSource.target(endpoint).build();
        + }
        +

        + If the supplied open flag is true, the created event source instance automatically + opens a connection to the supplied SSE streaming web target and starts processing incoming + events. + Otherwise, if the open flag is set to false, the created event source instance + is not automatically connected to the web target. In this case it is expected that the user who + created the event source will manually invoke its open() method. +

        +

        + Once the event source is open, the incoming events are processed by the event source in an + asynchronous task that runs in an internal single-threaded scheduled executor service. +

        +
        +
        Parameters:
        +
        endpoint - SSE streaming endpoint. Must not be null.
        +
        open - if true, the event source will immediately connect to the SSE endpoint, + if false, the connection will not be established until open() method is + called explicitly on the event stream.
        +
        Throws:
        +
        NullPointerException - in case the supplied web target is null.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        target

        +
        public static EventSource.Builder target(jakarta.ws.rs.client.WebTarget endpoint)
        +
        Create a new event source builder that provides convenient way how to + configure and fine-tune various aspects of a newly prepared event source instance.
        +
        +
        Parameters:
        +
        endpoint - SSE streaming endpoint. Must not be null.
        +
        Returns:
        +
        a builder of a new event source instance pointing at the specified SSE streaming endpoint.
        +
        Throws:
        +
        NullPointerException - in case the supplied web target is null.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        open

        +
        public void open()
        +
        Open the connection to the supplied SSE underlying web target and start processing incoming + events.
        +
        +
        Throws:
        +
        IllegalStateException - in case the event source has already been opened earlier.
        +
        +
      • +
      + + + +
        +
      • +

        isOpen

        +
        public boolean isOpen()
        +
        Check if this event source instance has already been opened.
        +
        +
        Returns:
        +
        true if this event source is open, false otherwise.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        register

        +
        public void register(EventListener listener,
        +                     String eventName,
        +                     String... eventNames)
        +
        Add name-bound event listener which will be called only for incoming SSE + events whose name is equal to the specified + name(s).
        +
        +
        Parameters:
        +
        listener - event listener to register with this event source.
        +
        eventName - inbound event name.
        +
        eventNames - additional event names.
        +
        See Also:
        +
        register(EventListener)
        +
        +
      • +
      + + + +
        +
      • +

        onEvent

        +
        public void onEvent(InboundEvent inboundEvent)
        +
        Invoked when an event is received. +

        + The default EventSource implementation is empty, users can override this method to handle + incoming InboundEvents. +

        +

        + Note that overriding this method may be necessary to make sure no InboundEvent incoming events + are lost in case the event source is constructed using EventSource(jakarta.ws.rs.client.WebTarget) + constructor or in case a true flag is passed to the EventSource(jakarta.ws.rs.client.WebTarget, boolean) + constructor, since the connection is opened as as part of the constructor call and the event processing starts + immediately. Therefore any EventListeners registered later after the event source has been constructed + may miss the notifications about the one or more events that arrive immediately after the connection to the + event source is established. +

        +
        +
        Specified by:
        +
        onEvent in interface EventListener
        +
        Parameters:
        +
        inboundEvent - received inbound event.
        +
        +
      • +
      + + + +
        +
      • +

        close

        +
        public void close()
        +
        Close this event source. + + The method will wait up to 5 seconds for the internal event processing task to complete.
        +
      • +
      + + + +
        +
      • +

        close

        +
        public boolean close(long timeout,
        +                     TimeUnit unit)
        +
        Close this event source and wait for the internal event processing task to complete + for up to the specified amount of wait time. +

        + The method blocks until the event processing task has completed execution after a shutdown + request, or until the timeout occurs, or the current thread is interrupted, whichever happens + first. +

        +

        + In case the waiting for the event processing task has been interrupted, this method restores + the interrupt flag on the thread before returning false. +

        +
        +
        Parameters:
        +
        timeout - the maximum time to wait.
        +
        unit - the time unit of the timeout argument.
        +
        Returns:
        +
        true if this executor terminated and false if the timeout elapsed + before termination or the termination was interrupted.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/InboundEvent.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/InboundEvent.html new file mode 100644 index 000000000..59a0c70c6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/InboundEvent.html @@ -0,0 +1,591 @@ + + + + + + +InboundEvent (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse
+

Class InboundEvent

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.sse.InboundSseEvent, jakarta.ws.rs.sse.SseEvent
    +
    +
    +
    +
    public class InboundEvent
    +extends Object
    +implements jakarta.ws.rs.sse.InboundSseEvent
    +
    Inbound event.
    +
    +
    Author:
    +
    Pavel Bucek, Marek Potociar
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from interface jakarta.ws.rs.sse.SseEvent

        +RECONNECT_NOT_SET
      • +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      StringgetComment() +
      Get a comment string that accompanies the event.
      +
      StringgetId() +
      Get event identifier.
      +
      StringgetName() +
      Get event name.
      +
      byte[]getRawData() +
      Get the raw event data bytes.
      +
      longgetReconnectDelay() +
      Get new connection retry time in milliseconds the event receiver should wait before attempting to + reconnect after a connection to the SSE event source is lost.
      +
      booleanisEmpty() +
      Check if the event is empty (i.e.
      +
      booleanisReconnectDelaySet() +
      Check if the connection retry time has been set in the event.
      +
      StringreadData() +
      Get the original event data string String.
      +
      <T> TreadData(Class<T> type) +
      Read event data as a given Java type.
      +
      <T> TreadData(Class<T> messageType, + jakarta.ws.rs.core.MediaType mediaType) +
      Read event data as a given Java type.
      +
      <T> TreadData(jakarta.ws.rs.core.GenericType<T> type) +
      Read event data as a given generic type.
      +
      <T> TreadData(jakarta.ws.rs.core.GenericType<T> type, + jakarta.ws.rs.core.MediaType mediaType) +
      Read event data as a given generic type.
      +
      StringtoString() 
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Get event name. +

        + Contains value of SSE "event" field. This field is optional. Method may return null, if the event + name is not specified. +

        +
        +
        Specified by:
        +
        getName in interface jakarta.ws.rs.sse.SseEvent
        +
        Returns:
        +
        event name, or null if not set.
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public String getId()
        +
        Get event identifier. +

        + Contains value of SSE "id" field. This field is optional. Method may return null, if the event + identifier is not specified. +

        +
        +
        Specified by:
        +
        getId in interface jakarta.ws.rs.sse.SseEvent
        +
        Returns:
        +
        event id.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        getComment

        +
        public String getComment()
        +
        Get a comment string that accompanies the event. +

        + Contains value of the comment associated with SSE event. This field is optional. Method may return null, + if the event comment is not specified. +

        +
        +
        Specified by:
        +
        getComment in interface jakarta.ws.rs.sse.SseEvent
        +
        Returns:
        +
        comment associated with the event.
        +
        Since:
        +
        2.21
        +
        +
      • +
      + + + +
        +
      • +

        getReconnectDelay

        +
        public long getReconnectDelay()
        +
        Get new connection retry time in milliseconds the event receiver should wait before attempting to + reconnect after a connection to the SSE event source is lost. +

        + Contains value of SSE "retry" field. This field is optional. Method returns SseFeature.RECONNECT_NOT_SET + if no value has been set. +

        +
        +
        Specified by:
        +
        getReconnectDelay in interface jakarta.ws.rs.sse.SseEvent
        +
        Returns:
        +
        reconnection delay in milliseconds or SseFeature.RECONNECT_NOT_SET if no value has been set.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        isReconnectDelaySet

        +
        public boolean isReconnectDelaySet()
        +
        Check if the connection retry time has been set in the event.
        +
        +
        Specified by:
        +
        isReconnectDelaySet in interface jakarta.ws.rs.sse.SseEvent
        +
        Returns:
        +
        true if new reconnection delay has been set in the event, false otherwise.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
        Check if the event is empty (i.e. does not contain any data).
        +
        +
        Specified by:
        +
        isEmpty in interface jakarta.ws.rs.sse.InboundSseEvent
        +
        Returns:
        +
        true if current instance does not contain any data, false otherwise.
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public String readData()
        +
        Get the original event data string String.
        +
        +
        Specified by:
        +
        readData in interface jakarta.ws.rs.sse.InboundSseEvent
        +
        Returns:
        +
        event data de-serialized into a string.
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - when provided type can't be read. The thrown exception wraps the original cause.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public <T> T readData(Class<T> type)
        +
        Read event data as a given Java type.
        +
        +
        Specified by:
        +
        readData in interface jakarta.ws.rs.sse.InboundSseEvent
        +
        Parameters:
        +
        type - Java type to be used for event data de-serialization.
        +
        Returns:
        +
        event data de-serialized as an instance of a given type.
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - when provided type can't be read. The thrown exception wraps the original cause.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public <T> T readData(jakarta.ws.rs.core.GenericType<T> type)
        +
        Read event data as a given generic type.
        +
        +
        Specified by:
        +
        readData in interface jakarta.ws.rs.sse.InboundSseEvent
        +
        Parameters:
        +
        type - generic type to be used for event data de-serialization.
        +
        Returns:
        +
        event data de-serialized as an instance of a given type.
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - when provided type can't be read. The thrown exception wraps the original cause.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public <T> T readData(Class<T> messageType,
        +                      jakarta.ws.rs.core.MediaType mediaType)
        +
        Read event data as a given Java type.
        +
        +
        Specified by:
        +
        readData in interface jakarta.ws.rs.sse.InboundSseEvent
        +
        Parameters:
        +
        messageType - Java type to be used for event data de-serialization.
        +
        mediaType - media type to be used for event data de-serialization.
        +
        Returns:
        +
        event data de-serialized as an instance of a given type.
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - when provided type can't be read. The thrown exception wraps the original cause.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        readData

        +
        public <T> T readData(jakarta.ws.rs.core.GenericType<T> type,
        +                      jakarta.ws.rs.core.MediaType mediaType)
        +
        Read event data as a given generic type.
        +
        +
        Specified by:
        +
        readData in interface jakarta.ws.rs.sse.InboundSseEvent
        +
        Parameters:
        +
        type - generic type to be used for event data de-serialization.
        +
        mediaType - media type to be used for event data de-serialization.
        +
        Returns:
        +
        event data de-serialized as an instance of a given type.
        +
        Throws:
        +
        jakarta.ws.rs.ProcessingException - when provided type can't be read. The thrown exception wraps the original cause.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        getRawData

        +
        public byte[] getRawData()
        +
        Get the raw event data bytes.
        +
        +
        Returns:
        +
        raw event data bytes. The returned byte array may be empty if the event does not + contain any data.
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/JerseySseEventSourceBuilder.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/JerseySseEventSourceBuilder.html new file mode 100644 index 000000000..6b9b42603 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/JerseySseEventSourceBuilder.html @@ -0,0 +1,272 @@ + + + + + + +JerseySseEventSourceBuilder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse
+

Class JerseySseEventSourceBuilder

+
+
+ +
+
    +
  • +
    +
    +
    public final class JerseySseEventSourceBuilder
    +extends JerseySseEventSource.Builder
    +
    Public SseEventSource.Builder implementation.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JerseySseEventSourceBuilder

        +
        public JerseySseEventSourceBuilder()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/LocalizationMessages.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/LocalizationMessages.html new file mode 100644 index 000000000..bf8510d86 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/LocalizationMessages.html @@ -0,0 +1,787 @@ + + + + + + +LocalizationMessages (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse
+

Class LocalizationMessages

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.media.sse.LocalizationMessages
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class LocalizationMessages
    +extends Object
    +
    Defines string formatting method for each constant in the resource file
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LocalizationMessages

        +
        public LocalizationMessages()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        localizableEVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableEVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED()
        +
      • +
      + + + +
        +
      • +

        EVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED

        +
        public static String EVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED()
        +
        Waiting for opening the event source connection has been interrupted.
        +
      • +
      + + + +
        +
      • +

        localizableOUT_EVENT_DATA_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableOUT_EVENT_DATA_NULL()
        +
      • +
      + + + +
        +
      • +

        OUT_EVENT_DATA_NULL

        +
        public static String OUT_EVENT_DATA_NULL()
        +
        Outbound event data must not be explicitly set to 'null'.
        +
      • +
      + + + +
        +
      • +

        localizableIN_EVENT_RETRY_PARSE_ERROR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableIN_EVENT_RETRY_PARSE_ERROR(Object arg0)
        +
      • +
      + + + +
        +
      • +

        IN_EVENT_RETRY_PARSE_ERROR

        +
        public static String IN_EVENT_RETRY_PARSE_ERROR(Object arg0)
        +
        Unable to parse inbound event retry value [{0}] as decimal number.
        +
      • +
      + + + +
        +
      • +

        localizableEVENT_SOURCE_SHUTDOWN_TIMEOUT

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableEVENT_SOURCE_SHUTDOWN_TIMEOUT(Object arg0)
        +
      • +
      + + + +
        +
      • +

        EVENT_SOURCE_SHUTDOWN_TIMEOUT

        +
        public static String EVENT_SOURCE_SHUTDOWN_TIMEOUT(Object arg0)
        +
        Attempt to shutdown the event source executor for [{0}] has timed out.
        +
      • +
      + + + +
        +
      • +

        localizableEVENT_SINK_NEXT_FAILED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableEVENT_SINK_NEXT_FAILED()
        +
      • +
      + + + +
        +
      • +

        EVENT_SINK_NEXT_FAILED

        +
        public static String EVENT_SINK_NEXT_FAILED()
        +
        Processing onNext signal failed.
        +
      • +
      + + + +
        +
      • +

        localizableOUT_EVENT_MEDIA_TYPE_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableOUT_EVENT_MEDIA_TYPE_NULL()
        +
      • +
      + + + +
        +
      • +

        OUT_EVENT_MEDIA_TYPE_NULL

        +
        public static String OUT_EVENT_MEDIA_TYPE_NULL()
        +
        Outbound event data media type must not be explicitly set to 'null'.
        +
      • +
      + + + +
        +
      • +

        localizablePARAM_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePARAM_NULL(Object arg0)
        +
      • +
      + + + +
        +
      • +

        PARAM_NULL

        +
        public static String PARAM_NULL(Object arg0)
        +
        "{0}" parameter is null.
        +
      • +
      + + + +
        +
      • +

        localizableEVENT_SINK_CLOSE_FAILED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableEVENT_SINK_CLOSE_FAILED()
        +
      • +
      + + + +
        +
      • +

        EVENT_SINK_CLOSE_FAILED

        +
        public static String EVENT_SINK_CLOSE_FAILED()
        +
        Closing EventSink failed. Could not close chunked output.
        +
      • +
      + + + +
        +
      • +

        localizablePARAMS_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizablePARAMS_NULL()
        +
      • +
      + + + +
        +
      • +

        PARAMS_NULL

        +
        public static String PARAMS_NULL()
        +
        One or more of parameters is null.
        +
      • +
      + + + +
        +
      • +

        localizableIN_EVENT_FIELD_NOT_RECOGNIZED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableIN_EVENT_FIELD_NOT_RECOGNIZED(Object arg0,
        +                                                                                                      Object arg1)
        +
      • +
      + + + +
        +
      • +

        IN_EVENT_FIELD_NOT_RECOGNIZED

        +
        public static String IN_EVENT_FIELD_NOT_RECOGNIZED(Object arg0,
        +                                                   Object arg1)
        +
        Inbound event field [{0}: {1}] is not a recognized SSE field name and will be ignored.
        +
      • +
      + + + +
        +
      • +

        localizableUNSUPPORTED_WEBTARGET_TYPE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableUNSUPPORTED_WEBTARGET_TYPE(Object arg0)
        +
      • +
      + + + +
        +
      • +

        UNSUPPORTED_WEBTARGET_TYPE

        +
        public static String UNSUPPORTED_WEBTARGET_TYPE(Object arg0)
        +
        Argument {0} is not a valid JerseyWebTarget instance. SseEventSource does not support other WebTarget implementations.
        +
      • +
      + + + +
        +
      • +

        localizableEVENT_SOURCE_ALREADY_CLOSED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableEVENT_SOURCE_ALREADY_CLOSED()
        +
      • +
      + + + +
        +
      • +

        EVENT_SOURCE_ALREADY_CLOSED

        +
        public static String EVENT_SOURCE_ALREADY_CLOSED()
        +
        This event source has already been closed.
        +
      • +
      + + + +
        +
      • +

        localizableEVENT_SOURCE_SHUTDOWN_INTERRUPTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableEVENT_SOURCE_SHUTDOWN_INTERRUPTED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        EVENT_SOURCE_SHUTDOWN_INTERRUPTED

        +
        public static String EVENT_SOURCE_SHUTDOWN_INTERRUPTED(Object arg0)
        +
        Waiting for the event source executor for [{0}] to shutdown has been interrupted.
        +
      • +
      + + + +
        +
      • +

        localizableEVENT_SOURCE_ALREADY_CONNECTED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableEVENT_SOURCE_ALREADY_CONNECTED()
        +
      • +
      + + + +
        +
      • +

        EVENT_SOURCE_ALREADY_CONNECTED

        +
        public static String EVENT_SOURCE_ALREADY_CONNECTED()
        +
        This event source is already open.
        +
      • +
      + + + +
        +
      • +

        localizableEVENT_SOURCE_DEFAULT_ONERROR

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableEVENT_SOURCE_DEFAULT_ONERROR()
        +
      • +
      + + + +
        +
      • +

        EVENT_SOURCE_DEFAULT_ONERROR

        +
        public static String EVENT_SOURCE_DEFAULT_ONERROR()
        +
        Subscriber.onError() called on subscriber with no registered error handler.
        +
      • +
      + + + +
        +
      • +

        localizableOUT_EVENT_NOT_BUILDABLE

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableOUT_EVENT_NOT_BUILDABLE()
        +
      • +
      + + + +
        +
      • +

        OUT_EVENT_NOT_BUILDABLE

        +
        public static String OUT_EVENT_NOT_BUILDABLE()
        +
        Cannot build outbound event. Either a comment or non-null event data must be set.
        +
      • +
      + + + +
        +
      • +

        localizableEVENT_DATA_READER_NOT_FOUND

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableEVENT_DATA_READER_NOT_FOUND()
        +
      • +
      + + + +
        +
      • +

        EVENT_DATA_READER_NOT_FOUND

        +
        public static String EVENT_DATA_READER_NOT_FOUND()
        +
        Message body reader not found for the SSE event data.
        +
      • +
      + + + +
        +
      • +

        localizableOUT_EVENT_DATA_TYPE_NULL

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableOUT_EVENT_DATA_TYPE_NULL()
        +
      • +
      + + + +
        +
      • +

        OUT_EVENT_DATA_TYPE_NULL

        +
        public static String OUT_EVENT_DATA_TYPE_NULL()
        +
        Outbound event data type must not be explicitly set to 'null'.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/OutboundEvent.Builder.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/OutboundEvent.Builder.html new file mode 100644 index 000000000..6bce27b56 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/OutboundEvent.Builder.html @@ -0,0 +1,560 @@ + + + + + + +OutboundEvent.Builder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse
+

Class OutboundEvent.Builder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.media.sse.OutboundEvent.Builder
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.sse.OutboundSseEvent.Builder
    +
    +
    +
    Enclosing class:
    +
    OutboundEvent
    +
    +
    +
    +
    public static class OutboundEvent.Builder
    +extends Object
    +implements jakarta.ws.rs.sse.OutboundSseEvent.Builder
    +
    Used for creating OutboundEvent instances.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Builder

        +
        public Builder()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        name

        +
        public OutboundEvent.Builder name(String name)
        +
        Set event name. + +

        + Will be send as a value of the SSE "event" field. This field is optional. +

        +
        +
        Specified by:
        +
        name in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
        +
        Parameters:
        +
        name - event name.
        +
        Returns:
        +
        updated builder instance.
        +
        +
      • +
      + + + +
        +
      • +

        id

        +
        public OutboundEvent.Builder id(String id)
        +
        Set event id. +

        + Will be send as a value of the SSE "id" field. This field is optional. +

        +
        +
        Specified by:
        +
        id in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
        +
        Parameters:
        +
        id - event id.
        +
        Returns:
        +
        updated builder instance.
        +
        +
      • +
      + + + +
        +
      • +

        reconnectDelay

        +
        public OutboundEvent.Builder reconnectDelay(long milliseconds)
        +
        Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait + before attempting to reconnect in case a connection to SSE event source is lost. +

        + Will be send as a value of the SSE "retry" field. This field is optional. +

        +

        + Absence of a value of this field in an OutboundEvent instance + is indicated by SseFeature.RECONNECT_NOT_SET value returned from + OutboundEvent.getReconnectDelay(). +

        +
        +
        Specified by:
        +
        reconnectDelay in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
        +
        Parameters:
        +
        milliseconds - reconnection delay in milliseconds. Negative values un-set the reconnection delay.
        +
        Returns:
        +
        updated builder instance.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        mediaType

        +
        public OutboundEvent.Builder mediaType(jakarta.ws.rs.core.MediaType mediaType)
        +
        Set the media type of the event data. +

        + This information is mandatory. The default value is MediaType.TEXT_PLAIN. +

        +
        +
        Specified by:
        +
        mediaType in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
        +
        Parameters:
        +
        mediaType - MediaType of event data. Must not be null.
        +
        Returns:
        +
        updated builder instance.
        +
        Throws:
        +
        NullPointerException - in case the mediaType parameter is null.
        +
        +
      • +
      + + + +
        +
      • +

        comment

        +
        public OutboundEvent.Builder comment(String comment)
        +
        Set comment string associated with the event. + + The comment will be serialized with the event, before event data are serialized. If the event + does not contain any data, a separate "event" that contains only the comment will be sent. + This information is optional, provided the event data are set. +

        + Note that multiple invocations of this method result in a previous comment being replaced with a new one. + To achieve multi-line comments, a multi-line comment string has to be used. +

        +
        +
        Specified by:
        +
        comment in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
        +
        Parameters:
        +
        comment - comment string.
        +
        Returns:
        +
        updated builder instance.
        +
        +
      • +
      + + + +
        +
      • +

        data

        +
        public OutboundEvent.Builder data(Class type,
        +                                  Object data)
        +
        Set event data and java type of event data. + + Type information will be used for MessageBodyWriter lookup. +

        + Note that multiple invocations of this method result in previous even data being replaced with new one. +

        +
        +
        Specified by:
        +
        data in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
        +
        Parameters:
        +
        type - java type of supplied data. Must not be null.
        +
        data - event data. Must not be null.
        +
        Returns:
        +
        updated builder instance.
        +
        Throws:
        +
        NullPointerException - in case either type or data parameter is null.
        +
        +
      • +
      + + + +
        +
      • +

        data

        +
        public OutboundEvent.Builder data(jakarta.ws.rs.core.GenericType type,
        +                                  Object data)
        +
        Set event data and a generic java type of event data. + + Type information will be used for MessageBodyWriter lookup. +

        + Note that multiple invocations of this method result in previous even data being replaced with new one. +

        +
        +
        Specified by:
        +
        data in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
        +
        Parameters:
        +
        type - generic type of supplied data. Must not be null.
        +
        data - event data. Must not be null.
        +
        Returns:
        +
        updated builder instance.
        +
        Throws:
        +
        NullPointerException - in case either type or data parameter is null.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        data

        +
        public OutboundEvent.Builder data(Object data)
        +
        Set event data and java type of event data. + + This is a convenience method that derives the event data type information from the runtime type of + the event data. The supplied event data may be represented as GenericEntity. +

        + Note that multiple invocations of this method result in previous even data being replaced with new one. +

        +
        +
        Specified by:
        +
        data in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
        +
        Parameters:
        +
        data - event data. Must not be null.
        +
        Returns:
        +
        updated builder instance.
        +
        Throws:
        +
        NullPointerException - in case the data parameter is null.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public OutboundEvent build()
        +
        Build OutboundEvent. +

        + There are two valid configurations: +

          +
        • if a comment is set, all other parameters are optional. + If event data and media type is set, + event data will be serialized after the comment.
        • +
        • if a comment is not set, at least the event + data must be set. All other parameters are optional.
        • +
        +

        +
        +
        Specified by:
        +
        build in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
        +
        Returns:
        +
        new OutboundEvent instance.
        +
        Throws:
        +
        IllegalStateException - when called with invalid configuration (neither a comment nor event data are set).
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/OutboundEvent.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/OutboundEvent.html new file mode 100644 index 000000000..2fc953f84 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/OutboundEvent.html @@ -0,0 +1,511 @@ + + + + + + +OutboundEvent (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse
+

Class OutboundEvent

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.sse.OutboundSseEvent, jakarta.ws.rs.sse.SseEvent
    +
    +
    +
    +
    public final class OutboundEvent
    +extends Object
    +implements jakarta.ws.rs.sse.OutboundSseEvent
    +
    Representation of a single outbound SSE event.
    +
    +
    Author:
    +
    Pavel Bucek, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        Get event name. +

        + This field is optional. If specified, will be send as a value of the SSE "event" field. +

        +
        +
        Specified by:
        +
        getName in interface jakarta.ws.rs.sse.SseEvent
        +
        Returns:
        +
        event name, or null if not set.
        +
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public String getId()
        +
        Get event identifier. +

        + This field is optional. If specified, the value is send as a value of the SSE "id" field. +

        +
        +
        Specified by:
        +
        getId in interface jakarta.ws.rs.sse.SseEvent
        +
        Returns:
        +
        event identifier, or null if not set.
        +
        +
      • +
      + + + +
        +
      • +

        getReconnectDelay

        +
        public long getReconnectDelay()
        +
        Get connection retry time in milliseconds the event receiver should wait before attempting to + reconnect after a connection to the SSE source is lost. +

        + This field is optional. If specified, the value is send as a value of the SSE "retry" field. +

        +
        +
        Specified by:
        +
        getReconnectDelay in interface jakarta.ws.rs.sse.SseEvent
        +
        Returns:
        +
        reconnection delay in milliseconds or SseFeature.RECONNECT_NOT_SET if no value has been set.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        isReconnectDelaySet

        +
        public boolean isReconnectDelaySet()
        +
        Check if the connection retry time has been set in the event.
        +
        +
        Specified by:
        +
        isReconnectDelaySet in interface jakarta.ws.rs.sse.SseEvent
        +
        Returns:
        +
        true if reconnection delay in milliseconds has been set in the event, false otherwise.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public Class<?> getType()
        +
        Get data type. +

        + This information is used to select a proper MessageBodyWriter to be used for + serializing the event data. +

        +
        +
        Specified by:
        +
        getType in interface jakarta.ws.rs.sse.OutboundSseEvent
        +
        Returns:
        +
        data type. May return null, if the event does not contain any data.
        +
        +
      • +
      + + + +
        +
      • +

        getGenericType

        +
        public Type getGenericType()
        +
        Get generic data type. +

        + This information is used to select a proper MessageBodyWriter to be used for + serializing the event data. +

        +
        +
        Specified by:
        +
        getGenericType in interface jakarta.ws.rs.sse.OutboundSseEvent
        +
        Returns:
        +
        generic data type. May return null, if the event does not contain any data.
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        getMediaType

        +
        public jakarta.ws.rs.core.MediaType getMediaType()
        +
        Get media type of the event data. +

        + This information is used to a select proper MessageBodyWriter to be used for + serializing the event data. +

        +
        +
        Specified by:
        +
        getMediaType in interface jakarta.ws.rs.sse.OutboundSseEvent
        +
        Returns:
        +
        data MediaType.
        +
        +
      • +
      + + + +
        +
      • +

        getComment

        +
        public String getComment()
        +
        Get a comment string that accompanies the event. +

        + If specified, the comment value is sent with the event as one or more SSE comment lines + (depending on line breaks in the actual data string), before any actual event data are serialized. + If the event instance does not contain any data, a separate "event" that contains only the comment + will be sent. Comment information is optional, provided the event data are set. +

        +
        +
        Specified by:
        +
        getComment in interface jakarta.ws.rs.sse.SseEvent
        +
        Returns:
        +
        comment associated with the event.
        +
        +
      • +
      + + + +
        +
      • +

        getData

        +
        public Object getData()
        +
        Get event data. +

        + The event data, if specified, are serialized and sent as one or more SSE event "data" fields + (depending on the line breaks in the actual serialized data content). The data are serialized + using an available MessageBodyWriter that is selected based on the event + type, getGenericType() generic type} and getMediaType() media type}. +

        +
        +
        Specified by:
        +
        getData in interface jakarta.ws.rs.sse.OutboundSseEvent
        +
        Returns:
        +
        event data. May return null, if the event does not contain any data.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/SseBroadcaster.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/SseBroadcaster.html new file mode 100644 index 000000000..eae1e26e0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/SseBroadcaster.html @@ -0,0 +1,296 @@ + + + + + + +SseBroadcaster (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse
+

Class SseBroadcaster

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.server.BroadcasterListener<OutboundEvent>
    +
    +
    +
    +
    public class SseBroadcaster
    +extends org.glassfish.jersey.server.Broadcaster<OutboundEvent>
    +
    Used for broadcasting SSE to multiple EventOutput instances.
    +
    +
    Author:
    +
    Pavel Bucek, Martin Matula
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SseBroadcaster

        +
        public SseBroadcaster()
        +
        Creates a new instance. + If this constructor is called by a subclass, it assumes the the reason for the subclass to exist is to implement + Broadcaster.onClose(org.glassfish.jersey.server.ChunkedOutput) and Broadcaster.onException(org.glassfish.jersey.server.ChunkedOutput, Exception) methods, so it adds + the newly created instance as the listener. To avoid this, subclasses may call SseBroadcaster(Class) + passing their class as an argument.
        +
      • +
      + + + +
        +
      • +

        SseBroadcaster

        +
        protected SseBroadcaster(Class<? extends SseBroadcaster> subclass)
        +
        Can be used by subclasses to override the default functionality of adding self to the set of + listeners. + If creating a direct instance of a subclass passed in the parameter, + the broadcaster will not register itself as a listener.
        +
        +
        Parameters:
        +
        subclass - subclass of SseBroadcaster that should not be registered as a listener - if creating a direct instance + of this subclass, this constructor will not register the new instance as a listener.
        +
        See Also:
        +
        SseBroadcaster()
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/SseFeature.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/SseFeature.html new file mode 100644 index 000000000..8cc63af3f --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/SseFeature.html @@ -0,0 +1,484 @@ + + + + + + +SseFeature (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse
+

Class SseFeature

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.core.Feature
    +
    +
    +
    +
    public class SseFeature
    +extends Object
    +implements jakarta.ws.rs.core.Feature
    +
    A JAX-RS feature that enables Server-Sent Events support.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        SERVER_SENT_EVENTS

        +
        public static final String SERVER_SENT_EVENTS
        +
        String representation of Server sent events media type. (""text/event-stream"").
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        SERVER_SENT_EVENTS_TYPE

        +
        public static final jakarta.ws.rs.core.MediaType SERVER_SENT_EVENTS_TYPE
        +
        Server sent events media type.
        +
      • +
      + + + +
        +
      • +

        DISABLE_SSE

        +
        public static final String DISABLE_SSE
        +
        If true then SSE Feature automatic registration is + suppressed. +

        + Since Jersey 2.8, by default SSE Feature is automatically enabled when the SSE module is on class path. + You can override this behavior by setting this property to true. + The value of this property may be specifically overridden on either client or server side by setting the + client or server variant of this property. +

        +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.media.sse.disable". +

        +
        +
        Since:
        +
        2.8
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DISABLE_SSE_CLIENT

        +
        public static final String DISABLE_SSE_CLIENT
        +
        Client-side variant of DISABLE_SSE property. +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.client.media.sse.disable". +

        +
        +
        Since:
        +
        2.8
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        DISABLE_SSE_SERVER

        +
        public static final String DISABLE_SSE_SERVER
        +
        Server-side variant of DISABLE_SSE property. +

        + The default value is false. +

        +

        + The name of the configuration property is "jersey.config.server.media.sse.disable". +

        +
        +
        Since:
        +
        2.8
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        RECONNECT_NOT_SET

        +
        public static final long RECONNECT_NOT_SET
        +
        A "reconnection not set" value for the SSE reconnect delay set via retry field.
        +
        +
        Since:
        +
        2.3
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SseFeature

        +
        public SseFeature()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        configure

        +
        public boolean configure(jakarta.ws.rs.core.FeatureContext context)
        +
        +
        Specified by:
        +
        configure in interface jakarta.ws.rs.core.Feature
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventInput.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventInput.html new file mode 100644 index 000000000..a9c6e876d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventInput.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.EventInput (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.EventInput

+
+
No usage of org.glassfish.jersey.media.sse.EventInput
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventListener.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventListener.html new file mode 100644 index 000000000..d09c76e3f --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventListener.html @@ -0,0 +1,260 @@ + + + + + + +Uses of Interface org.glassfish.jersey.media.sse.EventListener (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.media.sse.EventListener

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventOutput.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventOutput.html new file mode 100644 index 000000000..f9feaefd1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventOutput.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.EventOutput (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.EventOutput

+
+
No usage of org.glassfish.jersey.media.sse.EventOutput
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventSource.Builder.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventSource.Builder.html new file mode 100644 index 000000000..14167d047 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventSource.Builder.html @@ -0,0 +1,193 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.EventSource.Builder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.EventSource.Builder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventSource.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventSource.html new file mode 100644 index 000000000..9acc483d5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventSource.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.EventSource (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.EventSource

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/InboundEvent.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/InboundEvent.html new file mode 100644 index 000000000..17767c42d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/InboundEvent.html @@ -0,0 +1,200 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.InboundEvent (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.InboundEvent

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/JerseySseEventSourceBuilder.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/JerseySseEventSourceBuilder.html new file mode 100644 index 000000000..8b8b365fb --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/JerseySseEventSourceBuilder.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.JerseySseEventSourceBuilder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.JerseySseEventSourceBuilder

+
+
No usage of org.glassfish.jersey.media.sse.JerseySseEventSourceBuilder
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/LocalizationMessages.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/LocalizationMessages.html new file mode 100644 index 000000000..36e350477 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/LocalizationMessages.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.LocalizationMessages (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.LocalizationMessages

+
+
No usage of org.glassfish.jersey.media.sse.LocalizationMessages
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/OutboundEvent.Builder.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/OutboundEvent.Builder.html new file mode 100644 index 000000000..819acbd81 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/OutboundEvent.Builder.html @@ -0,0 +1,215 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.OutboundEvent.Builder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.OutboundEvent.Builder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/OutboundEvent.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/OutboundEvent.html new file mode 100644 index 000000000..3c5c509ef --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/OutboundEvent.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.OutboundEvent (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.OutboundEvent

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/SseBroadcaster.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/SseBroadcaster.html new file mode 100644 index 000000000..4dddacd2d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/SseBroadcaster.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.SseBroadcaster (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.SseBroadcaster

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/SseFeature.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/SseFeature.html new file mode 100644 index 000000000..28f7f8860 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/SseFeature.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.SseFeature (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.SseFeature

+
+
No usage of org.glassfish.jersey.media.sse.SseFeature
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.Builder.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.Builder.html new file mode 100644 index 000000000..168abe9bb --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.Builder.html @@ -0,0 +1,345 @@ + + + + + + +EventProcessor.Builder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse.internal
+

Class EventProcessor.Builder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        reconnectDelay

        +
        public EventProcessor.Builder reconnectDelay(long reconnectDelay,
        +                                             TimeUnit unit)
        +
        Set initial reconnect delay. + + Reconnect delay can be controlled by the server side, adding specific properties to incoming events.
        +
        +
        Parameters:
        +
        reconnectDelay - reconnect delay value.
        +
        unit - reconnect delay timeunit.
        +
        Returns:
        +
        updated builder instance.
        +
        +
      • +
      + + + +
        +
      • +

        unboundListeners

        +
        public EventProcessor.Builder unboundListeners(List<EventListener> unboundListeners)
        +
        Unbounded listeners will get notified about any incoming event.
        +
        +
        Parameters:
        +
        unboundListeners - list of listeners.
        +
        Returns:
        +
        updated builder instance.
        +
        +
      • +
      + + + +
        +
      • +

        boundListeners

        +
        public EventProcessor.Builder boundListeners(Map<String,List<EventListener>> boundListeners)
        +
        Unbounded listeners will get notified about incoming events with particular name.
        +
        +
        Parameters:
        +
        boundListeners - map of bound listeners, key is a name to which listeners are bound to, value is a list + of listeners.
        +
        Returns:
        +
        updated builder instance.
        +
        See Also:
        +
        SseEvent.getName()
        +
        +
      • +
      + + + +
        +
      • +

        disableKeepAlive

        +
        public EventProcessor.Builder disableKeepAlive()
        +
        Disables keepalive.
        +
        +
        Returns:
        +
        updated builder instance.
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.ShutdownHandler.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.ShutdownHandler.html new file mode 100644 index 000000000..7108f6ca0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.ShutdownHandler.html @@ -0,0 +1,233 @@ + + + + + + +EventProcessor.ShutdownHandler (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse.internal
+

Interface EventProcessor.ShutdownHandler

+
+
+
+
    +
  • +
    +
    Enclosing class:
    +
    EventProcessor
    +
    +
    +
    +
    public static interface EventProcessor.ShutdownHandler
    +
    Used to signal that the EventProcessor reached terminal stage.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        shutdown

        +
        void shutdown()
        +
        Invoked when the EventProcessor reaches terminal stage. + + All resources should be freed at this point.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.State.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.State.html new file mode 100644 index 000000000..c1c37ea59 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.State.html @@ -0,0 +1,369 @@ + + + + + + +EventProcessor.State (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse.internal
+

Enum EventProcessor.State

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static EventProcessor.State[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (EventProcessor.State c : EventProcessor.State.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static EventProcessor.State valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.html new file mode 100644 index 000000000..cb04dbcc9 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.html @@ -0,0 +1,358 @@ + + + + + + +EventProcessor (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse.internal
+

Class EventProcessor

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.media.sse.internal.EventProcessor
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Runnable, EventListener
    +
    +
    +
    +
    public class EventProcessor
    +extends Object
    +implements Runnable, EventListener
    +
    Private event processor task responsible for connecting to the SSE stream and processing + incoming SSE events as well as handling any connection issues.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        builder

        +
        public static EventProcessor.Builder builder(jakarta.ws.rs.client.WebTarget target,
        +                                             AtomicReference<EventProcessor.State> state,
        +                                             org.glassfish.jersey.client.ClientExecutor clientExecutor,
        +                                             EventListener eventListener,
        +                                             EventProcessor.ShutdownHandler shutdownHandler)
        +
        Create new Event processor builder.
        +
        +
        Parameters:
        +
        target - web target to be used to call remote resource.
        +
        state - state shared with the owner of event processor instance.
        +
        clientExecutor - executor service used for consuming events and scheduling reconnects.
        +
        eventListener - event listener.
        +
        shutdownHandler - shutdown callback.
        +
        Returns:
        +
        new EventProcessor.Builder instance.
        +
        +
      • +
      + + + +
        +
      • +

        run

        +
        public void run()
        +
        +
        Specified by:
        +
        run in interface Runnable
        +
        +
      • +
      + + + + + + + +
        +
      • +

        awaitFirstContact

        +
        public void awaitFirstContact()
        +
        Await the initial contact with the SSE endpoint.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/JerseySseEventSource.Builder.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/JerseySseEventSource.Builder.html new file mode 100644 index 000000000..2334efc5a --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/JerseySseEventSource.Builder.html @@ -0,0 +1,342 @@ + + + + + + +JerseySseEventSource.Builder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse.internal
+

Class JerseySseEventSource.Builder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.ws.rs.sse.SseEventSource.Builder
    • +
    • +
        +
      • org.glassfish.jersey.media.sse.internal.JerseySseEventSource.Builder
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    JerseySseEventSourceBuilder
    +
    +
    +
    Enclosing class:
    +
    JerseySseEventSource
    +
    +
    +
    +
    public static class JerseySseEventSource.Builder
    +extends jakarta.ws.rs.sse.SseEventSource.Builder
    +
    SseEventSource.Builder implementation.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Builder

        +
        public Builder()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        target

        +
        protected JerseySseEventSource.Builder target(jakarta.ws.rs.client.WebTarget endpoint)
        +
        +
        Specified by:
        +
        target in class jakarta.ws.rs.sse.SseEventSource.Builder
        +
        +
      • +
      + + + +
        +
      • +

        reconnectingEvery

        +
        public JerseySseEventSource.Builder reconnectingEvery(long delay,
        +                                                      TimeUnit unit)
        +
        +
        Specified by:
        +
        reconnectingEvery in class jakarta.ws.rs.sse.SseEventSource.Builder
        +
        +
      • +
      + + + +
        +
      • +

        build

        +
        public JerseySseEventSource build()
        +
        +
        Specified by:
        +
        build in class jakarta.ws.rs.sse.SseEventSource.Builder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/JerseySseEventSource.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/JerseySseEventSource.html new file mode 100644 index 000000000..720491bb7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/JerseySseEventSource.html @@ -0,0 +1,390 @@ + + + + + + +JerseySseEventSource (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse.internal
+

Class JerseySseEventSource

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.media.sse.internal.JerseySseEventSource
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.ws.rs.sse.SseEventSource, AutoCloseable
    +
    +
    +
    +
    public class JerseySseEventSource
    +extends Object
    +implements jakarta.ws.rs.sse.SseEventSource
    +
    SseEventSource implementation.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onEvent

        +
        public void onEvent(jakarta.ws.rs.sse.InboundSseEvent inboundEvent)
        +
        On event callback, invoked whenever an event is received.
        +
        +
        Parameters:
        +
        inboundEvent - received event.
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public void register(Consumer<jakarta.ws.rs.sse.InboundSseEvent> onEvent)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.sse.SseEventSource
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public void register(Consumer<jakarta.ws.rs.sse.InboundSseEvent> onEvent,
        +                     Consumer<Throwable> onError)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.sse.SseEventSource
        +
        +
      • +
      + + + +
        +
      • +

        register

        +
        public void register(Consumer<jakarta.ws.rs.sse.InboundSseEvent> onEvent,
        +                     Consumer<Throwable> onError,
        +                     Runnable onComplete)
        +
        +
        Specified by:
        +
        register in interface jakarta.ws.rs.sse.SseEventSource
        +
        +
      • +
      + + + +
        +
      • +

        open

        +
        public void open()
        +
        +
        Specified by:
        +
        open in interface jakarta.ws.rs.sse.SseEventSource
        +
        +
      • +
      + + + +
        +
      • +

        isOpen

        +
        public boolean isOpen()
        +
        +
        Specified by:
        +
        isOpen in interface jakarta.ws.rs.sse.SseEventSource
        +
        +
      • +
      + + + +
        +
      • +

        close

        +
        public boolean close(long timeout,
        +                     TimeUnit unit)
        +
        +
        Specified by:
        +
        close in interface jakarta.ws.rs.sse.SseEventSource
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/SseAutoDiscoverable.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/SseAutoDiscoverable.html new file mode 100644 index 000000000..2197c74bb --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/SseAutoDiscoverable.html @@ -0,0 +1,307 @@ + + + + + + +SseAutoDiscoverable (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse.internal
+

Class SseAutoDiscoverable

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.media.sse.internal.SseAutoDiscoverable
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.internal.spi.AutoDiscoverable, org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable
    +
    +
    +
    +
    @Priority(value=2000)
    +public final class SseAutoDiscoverable
    +extends Object
    +implements org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable
    +
    Jersey AutoDiscoverable responsible for registering SseFeature. + + If this feature is not already registered and the property + SseFeature.DISABLE_SSE is not set to true, the SseFeature + will be automatically registered.
    +
    +
    Author:
    +
    Libor Kramolis, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SseAutoDiscoverable

        +
        public SseAutoDiscoverable()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        configure

        +
        public void configure(jakarta.ws.rs.core.FeatureContext context)
        +
        +
        Specified by:
        +
        configure in interface org.glassfish.jersey.internal.spi.AutoDiscoverable
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/SseBinder.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/SseBinder.html new file mode 100644 index 000000000..eca8aee76 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/SseBinder.html @@ -0,0 +1,298 @@ + + + + + + +SseBinder (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse.internal
+

Class SseBinder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.internal.inject.AbstractBinder
    • +
    • +
        +
      • org.glassfish.jersey.media.sse.internal.SseBinder
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.internal.inject.Binder
    +
    +
    +
    +
    public class SseBinder
    +extends org.glassfish.jersey.internal.inject.AbstractBinder
    +
    Binds implementations to interfaces for injection of SSE-related injectables.
    +
    +
    Author:
    +
    Adam Lindenthal
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SseBinder

        +
        public SseBinder()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        configure

        +
        protected void configure()
        +
        +
        Specified by:
        +
        configure in class org.glassfish.jersey.internal.inject.AbstractBinder
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/SseEventSinkValueParamProvider.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/SseEventSinkValueParamProvider.html new file mode 100644 index 000000000..a1fac0c81 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/SseEventSinkValueParamProvider.html @@ -0,0 +1,323 @@ + + + + + + +SseEventSinkValueParamProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.media.sse.internal
+

Class SseEventSinkValueParamProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
    • +
    • +
        +
      • org.glassfish.jersey.media.sse.internal.SseEventSinkValueParamProvider
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.server.spi.internal.ValueParamProvider
    +
    +
    +
    +
    public class SseEventSinkValueParamProvider
    +extends org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
    +
    ValueParamProvider for binding SseEventSink to its implementation.
    +
    +
    Author:
    +
    Adam Lindenthal
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface org.glassfish.jersey.server.spi.internal.ValueParamProvider

        +org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority, org.glassfish.jersey.server.spi.internal.ValueParamProvider.PriorityType
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      SseEventSinkValueParamProvider(jakarta.inject.Provider<org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractorProvider> mpep, + jakarta.inject.Provider<org.glassfish.jersey.server.AsyncContext> asyncContextSupplier) +
      Constructor.
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SseEventSinkValueParamProvider

        +
        @Inject
        +public SseEventSinkValueParamProvider(jakarta.inject.Provider<org.glassfish.jersey.server.internal.inject.MultivaluedParameterExtractorProvider> mpep,
        +                                              jakarta.inject.Provider<org.glassfish.jersey.server.AsyncContext> asyncContextSupplier)
        +
        Constructor.
        +
        +
        Parameters:
        +
        mpep - multivalued map parameter extractor provider.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createValueProvider

        +
        protected Function<org.glassfish.jersey.server.ContainerRequest,jakarta.ws.rs.sse.SseEventSink> createValueProvider(org.glassfish.jersey.server.model.Parameter parameter)
        +
        +
        Specified by:
        +
        createValueProvider in class org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.Builder.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.Builder.html new file mode 100644 index 000000000..407d7a04b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.Builder.html @@ -0,0 +1,197 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.internal.EventProcessor.Builder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.internal.EventProcessor.Builder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.ShutdownHandler.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.ShutdownHandler.html new file mode 100644 index 000000000..fa6fd4982 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.ShutdownHandler.html @@ -0,0 +1,172 @@ + + + + + + +Uses of Interface org.glassfish.jersey.media.sse.internal.EventProcessor.ShutdownHandler (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.media.sse.internal.EventProcessor.ShutdownHandler

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.State.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.State.html new file mode 100644 index 000000000..b7f9d8a3b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.State.html @@ -0,0 +1,194 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.internal.EventProcessor.State (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.internal.EventProcessor.State

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.html new file mode 100644 index 000000000..2d40faca0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.internal.EventProcessor (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.internal.EventProcessor

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/JerseySseEventSource.Builder.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/JerseySseEventSource.Builder.html new file mode 100644 index 000000000..24d31af7f --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/JerseySseEventSource.Builder.html @@ -0,0 +1,197 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.internal.JerseySseEventSource.Builder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.internal.JerseySseEventSource.Builder

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/JerseySseEventSource.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/JerseySseEventSource.html new file mode 100644 index 000000000..5d862556e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/JerseySseEventSource.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.internal.JerseySseEventSource (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.internal.JerseySseEventSource

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/SseAutoDiscoverable.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/SseAutoDiscoverable.html new file mode 100644 index 000000000..99d3f5bda --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/SseAutoDiscoverable.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.internal.SseAutoDiscoverable (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.internal.SseAutoDiscoverable

+
+
No usage of org.glassfish.jersey.media.sse.internal.SseAutoDiscoverable
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/SseBinder.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/SseBinder.html new file mode 100644 index 000000000..98b356bb8 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/SseBinder.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.internal.SseBinder (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.internal.SseBinder

+
+
No usage of org.glassfish.jersey.media.sse.internal.SseBinder
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/SseEventSinkValueParamProvider.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/SseEventSinkValueParamProvider.html new file mode 100644 index 000000000..7f41ca10a --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/SseEventSinkValueParamProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.media.sse.internal.SseEventSinkValueParamProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.media.sse.internal.SseEventSinkValueParamProvider

+
+
No usage of org.glassfish.jersey.media.sse.internal.SseEventSinkValueParamProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-frame.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-frame.html new file mode 100644 index 000000000..42b6a0d7b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-frame.html @@ -0,0 +1,35 @@ + + + + + + +org.glassfish.jersey.media.sse.internal (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.media.sse.internal

+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-summary.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-summary.html new file mode 100644 index 000000000..e4b3b4707 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-summary.html @@ -0,0 +1,217 @@ + + + + + + +org.glassfish.jersey.media.sse.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.media.sse.internal

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-tree.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-tree.html new file mode 100644 index 000000000..2222a0c4e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-tree.html @@ -0,0 +1,173 @@ + + + + + + +org.glassfish.jersey.media.sse.internal Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.media.sse.internal

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.glassfish.jersey.internal.inject.AbstractBinder (implements org.glassfish.jersey.internal.inject.Binder) +
        +
      • org.glassfish.jersey.media.sse.internal.SseBinder
      • +
      +
    • +
    • org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider (implements org.glassfish.jersey.server.spi.internal.ValueParamProvider) + +
    • +
    • org.glassfish.jersey.media.sse.internal.EventProcessor (implements org.glassfish.jersey.media.sse.EventListener, java.lang.Runnable)
    • +
    • org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
    • +
    • org.glassfish.jersey.media.sse.internal.JerseySseEventSource (implements jakarta.ws.rs.sse.SseEventSource)
    • +
    • org.glassfish.jersey.media.sse.internal.SseAutoDiscoverable (implements org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable)
    • +
    • jakarta.ws.rs.sse.SseEventSource.Builder + +
    • +
    +
  • +
+

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-use.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-use.html new file mode 100644 index 000000000..92ebcf0d1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-use.html @@ -0,0 +1,210 @@ + + + + + + +Uses of Package org.glassfish.jersey.media.sse.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.media.sse.internal

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-frame.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-frame.html new file mode 100644 index 000000000..4beeb3e18 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-frame.html @@ -0,0 +1,35 @@ + + + + + + +org.glassfish.jersey.media.sse (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.media.sse

+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-summary.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-summary.html new file mode 100644 index 000000000..d61a1ca91 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-summary.html @@ -0,0 +1,233 @@ + + + + + + +org.glassfish.jersey.media.sse (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.media.sse

+
+
Support for Server Sent events in Jersey.
+
+

See: Description

+
+
+ + + + +

Package org.glassfish.jersey.media.sse Description

+
Support for Server Sent events in Jersey.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-tree.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-tree.html new file mode 100644 index 000000000..6790ee1ea --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-tree.html @@ -0,0 +1,177 @@ + + + + + + +org.glassfish.jersey.media.sse Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.media.sse

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.glassfish.jersey.server.Broadcaster<T> (implements org.glassfish.jersey.server.BroadcasterListener<T>) + +
    • +
    • org.glassfish.jersey.media.sse.EventSource (implements org.glassfish.jersey.media.sse.EventListener)
    • +
    • org.glassfish.jersey.media.sse.EventSource.Builder
    • +
    • jakarta.ws.rs.core.GenericType<T> +
        +
      • org.glassfish.jersey.client.ChunkedInput<T> (implements java.io.Closeable) + +
      • +
      • org.glassfish.jersey.server.ChunkedOutput<T> (implements java.io.Closeable) + +
      • +
      +
    • +
    • org.glassfish.jersey.media.sse.InboundEvent (implements jakarta.ws.rs.sse.InboundSseEvent)
    • +
    • org.glassfish.jersey.media.sse.LocalizationMessages
    • +
    • org.glassfish.jersey.media.sse.OutboundEvent (implements jakarta.ws.rs.sse.OutboundSseEvent)
    • +
    • org.glassfish.jersey.media.sse.OutboundEvent.Builder (implements jakarta.ws.rs.sse.OutboundSseEvent.Builder)
    • +
    • jakarta.ws.rs.sse.SseEventSource.Builder + +
    • +
    • org.glassfish.jersey.media.sse.SseFeature (implements jakarta.ws.rs.core.Feature)
    • +
    +
  • +
+

Interface Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-use.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-use.html new file mode 100644 index 000000000..3ea5242b1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-use.html @@ -0,0 +1,221 @@ + + + + + + +Uses of Package org.glassfish.jersey.media.sse (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.media.sse

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/overview-frame.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/overview-frame.html new file mode 100644 index 000000000..71f7f481b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/overview-frame.html @@ -0,0 +1,23 @@ + + + + + + +Overview List (Jersey 3.0.8 API) + + + + + + + +

 

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/overview-summary.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/overview-summary.html new file mode 100644 index 000000000..51d3333be --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/overview-summary.html @@ -0,0 +1,146 @@ + + + + + + +Overview (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Jersey 3.0.8 API Documentation

+
+
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
org.glassfish.jersey.media.sse +
Support for Server Sent events in Jersey.
+
org.glassfish.jersey.media.sse.internal 
+
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/overview-tree.html b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/overview-tree.html new file mode 100644 index 000000000..14e4b729c --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/overview-tree.html @@ -0,0 +1,205 @@ + + + + + + +Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • org.glassfish.jersey.internal.inject.AbstractBinder (implements org.glassfish.jersey.internal.inject.Binder) +
        +
      • org.glassfish.jersey.media.sse.internal.SseBinder
      • +
      +
    • +
    • org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider (implements org.glassfish.jersey.server.spi.internal.ValueParamProvider) + +
    • +
    • org.glassfish.jersey.server.Broadcaster<T> (implements org.glassfish.jersey.server.BroadcasterListener<T>) + +
    • +
    • org.glassfish.jersey.media.sse.internal.EventProcessor (implements org.glassfish.jersey.media.sse.EventListener, java.lang.Runnable)
    • +
    • org.glassfish.jersey.media.sse.internal.EventProcessor.Builder
    • +
    • org.glassfish.jersey.media.sse.EventSource (implements org.glassfish.jersey.media.sse.EventListener)
    • +
    • org.glassfish.jersey.media.sse.EventSource.Builder
    • +
    • jakarta.ws.rs.core.GenericType<T> +
        +
      • org.glassfish.jersey.client.ChunkedInput<T> (implements java.io.Closeable) + +
      • +
      • org.glassfish.jersey.server.ChunkedOutput<T> (implements java.io.Closeable) + +
      • +
      +
    • +
    • org.glassfish.jersey.media.sse.InboundEvent (implements jakarta.ws.rs.sse.InboundSseEvent)
    • +
    • org.glassfish.jersey.media.sse.internal.JerseySseEventSource (implements jakarta.ws.rs.sse.SseEventSource)
    • +
    • org.glassfish.jersey.media.sse.LocalizationMessages
    • +
    • org.glassfish.jersey.media.sse.OutboundEvent (implements jakarta.ws.rs.sse.OutboundSseEvent)
    • +
    • org.glassfish.jersey.media.sse.OutboundEvent.Builder (implements jakarta.ws.rs.sse.OutboundSseEvent.Builder)
    • +
    • org.glassfish.jersey.media.sse.internal.SseAutoDiscoverable (implements org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable)
    • +
    • jakarta.ws.rs.sse.SseEventSource.Builder + +
    • +
    • org.glassfish.jersey.media.sse.SseFeature (implements jakarta.ws.rs.core.Feature)
    • +
    +
  • +
+

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/package-list b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/package-list new file mode 100644 index 000000000..2e050d111 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/package-list @@ -0,0 +1,2 @@ +org.glassfish.jersey.media.sse +org.glassfish.jersey.media.sse.internal diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/script.js b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/script.js new file mode 100644 index 000000000..b34635693 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/stylesheet.css b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/stylesheet.css new file mode 100644 index 000000000..98055b22d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-media-sse/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-media-sse/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/css/print.css b/project-info/3.0.8/jersey/project/jersey-media-sse/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/css/site.css b/project-info/3.0.8/jersey/project/jersey-media-sse/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/dependencies.html b/project-info/3.0.8/jersey/project/jersey-media-sse/dependencies.html new file mode 100644 index 000000000..9a39df6f4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/dependencies.html @@ -0,0 +1,2342 @@ + + + + + + jersey-media-sse – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.javassistjavassist3.28.0-GA-jarMPL 1.1LGPL 2.1Apache License 2.0
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8514.7 MB1064190613781.876
compile: 8compile: 2.7 MBcompile: 2164compile: 1959compile: 84-compile: 7
test: 77test: 12 MBtest: 8477test: 7102test: 294-test: 69
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/images/close.gif b/project-info/3.0.8/jersey/project/jersey-media-sse/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-sse/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-media-sse/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-sse/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-media-sse/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-sse/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/images/external.png b/project-info/3.0.8/jersey/project/jersey-media-sse/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-sse/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-media-sse/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-sse/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-media-sse/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-sse/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-media-sse/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-sse/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-media-sse/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-media-sse/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/index.html b/project-info/3.0.8/jersey/project/jersey-media-sse/index.html new file mode 100644 index 000000000..a85bd0dd1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-media-sse – About + + + + + + + + +
+ +
+
+
+
+

About jersey-media-sse

+

Jersey Server Sent Events entity providers support module.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/project-info.html b/project-info/3.0.8/jersey/project/jersey-media-sse/project-info.html new file mode 100644 index 000000000..5112267a1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-media-sse – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Server Sent Events entity providers support module.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-media-sse/project-reports.html b/project-info/3.0.8/jersey/project/jersey-media-sse/project-reports.html new file mode 100644 index 000000000..7e114e387 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-media-sse/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-media-sse – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-metainf-services/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-metainf-services/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-metainf-services/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-metainf-services/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/css/print.css b/project-info/3.0.8/jersey/project/jersey-metainf-services/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-metainf-services/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/css/site.css b/project-info/3.0.8/jersey/project/jersey-metainf-services/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-metainf-services/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/dependencies.html b/project-info/3.0.8/jersey/project/jersey-metainf-services/dependencies.html new file mode 100644 index 000000000..cb6e61847 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-metainf-services/dependencies.html @@ -0,0 +1,2346 @@ + + + + + + jersey-ext-metainf-services – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0-jarApache License 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8-jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.javassistjavassist3.28.0-GA-jarMPL 1.1LGPL 2.1Apache License 2.0
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-metainf-services, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-metainf-services, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-metainf-services, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-metainf-services, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-metainf-services, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-metainf-services, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-metainf-services, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-metainf-services, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-metainf-services, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-metainf-services, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8514.7 MB1064190613781.876
compile: 5compile: 1.4 MBcompile: 1134compile: 1037compile: 37-compile: 4
test: 80test: 13.3 MBtest: 9507test: 8024test: 341-test: 72
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/images/close.gif b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/images/external.png b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-metainf-services/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/index.html b/project-info/3.0.8/jersey/project/jersey-metainf-services/index.html new file mode 100644 index 000000000..5abeb0272 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-metainf-services/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-metainf-services – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-metainf-services

+

Jersey extension module enabling automatic registration of JAX-RS providers (MBW/MBR/EM) via META-INF/services mechanism.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/project-info.html b/project-info/3.0.8/jersey/project/jersey-metainf-services/project-info.html new file mode 100644 index 000000000..110f37b96 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-metainf-services/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-metainf-services – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey extension module enabling automatic registration of JAX-RS providers (MBW/MBR/EM) via META-INF/services mechanism.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-metainf-services/project-reports.html b/project-info/3.0.8/jersey/project/jersey-metainf-services/project-reports.html new file mode 100644 index 000000000..d8fa7035d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-metainf-services/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-metainf-services – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/print.css b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/site.css b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/dependencies.html b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/dependencies.html new file mode 100644 index 000000000..758cf0c54 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/dependencies.html @@ -0,0 +1,735 @@ + + + + + + jersey-ext-mvc-bean-validation – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.extjersey-bean-validation3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.extjersey-mvc3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxmlclassmate1.3.3jarThe Apache Software License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.hibernate.validatorhibernate-validator7.0.1.FinaljarApache License 2.0
org.jboss.loggingjboss-logging3.3.0.FinaljarApache License, version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-bean-validation, jersey-ext-mvc, jersey-ext-mvc-bean-validation, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-bean-validation, jersey-ext-mvc, jersey-ext-mvc-bean-validation, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-bean-validation, jersey-ext-mvc, jersey-ext-mvc-bean-validation, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-bean-validation, jersey-ext-mvc, jersey-ext-mvc-bean-validation, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-ext-bean-validation, jersey-ext-mvc, jersey-ext-mvc-bean-validation, jersey-inject-hk2

+

EDL 1.0: jersey-core-client, jersey-ext-bean-validation, jersey-ext-mvc, jersey-ext-mvc-bean-validation, jersey-inject-hk2

+

Apache License 2.0: Hibernate Validator Engine, Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-ext-bean-validation, jersey-ext-mvc, jersey-ext-mvc-bean-validation, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-bean-validation, jersey-ext-mvc, jersey-ext-mvc-bean-validation, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-bean-validation, jersey-ext-mvc, jersey-ext-mvc-bean-validation, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-bean-validation, jersey-ext-mvc, jersey-ext-mvc-bean-validation, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: ClassMate, Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
classmate-1.3.3.jar65 kB523741.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-bean-validation-3.0.8.jar59.7 kB462631.8Yes
jersey-mvc-3.0.8.jar53.9 kB412431.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
hibernate-validator-7.0.1.Final.jar1.3 MB1055923841.8Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
226.5 MB500843492571.821
compile: 14compile: 4.6 MBcompile: 3569compile: 3102compile: 183-compile: 13
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/close.gif b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/external.png b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/index.html b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/index.html new file mode 100644 index 000000000..2d5df0f6b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-mvc-bean-validation – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-mvc-bean-validation

+

Jersey extension module providing support for Bean Validation in MVC.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/project-info.html b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/project-info.html new file mode 100644 index 000000000..747f73dad --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-mvc-bean-validation – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey extension module providing support for Bean Validation in MVC.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/project-reports.html b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/project-reports.html new file mode 100644 index 000000000..4cc1e061b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-mvc-bean-validation – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/print.css b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/site.css b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/dependencies.html b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/dependencies.html new file mode 100644 index 000000000..4219b84eb --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/dependencies.html @@ -0,0 +1,705 @@ + + + + + + jersey-ext-mvc-freemarker – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.freemarkerfreemarker2.3.27-incubatingjarApache License, Version 2.0
org.glassfish.jersey.extjersey-mvc3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
javax.servletjavax.servlet-api4.0.1jarCDDL + GPLv2 with classpath exception
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2

+

EDL 1.0: jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2

+

Apache License, Version 2.0: Apache FreeMarker

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2

+

CDDL + GPLv2 with classpath exception: Java Servlet API

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
javax.servlet-api-4.0.1.jar95.5 kB1098541.8Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
freemarker-2.3.27-incubating.jar1.5 MB11371112171.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-mvc-3.0.8.jar53.9 kB412431.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
206.6 MB504145121861.819
compile: 10compile: 4.3 MBcompile: 3342compile: 3095compile: 104-compile: 9
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
provided: 2provided: 403.4 kBprovided: 260provided: 170provided: 8-provided: 2
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/close.gif b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/external.png b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/index.html b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/index.html new file mode 100644 index 000000000..4a3262a7a --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-mvc-freemarker – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-mvc-freemarker

+

Jersey extension module providing support for Freemarker templates.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/project-info.html b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/project-info.html new file mode 100644 index 000000000..df222996e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-mvc-freemarker – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey extension module providing support for Freemarker templates.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/project-reports.html b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/project-reports.html new file mode 100644 index 000000000..347d2b714 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-freemarker/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-mvc-freemarker – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/print.css b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/site.css b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/dependencies.html b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/dependencies.html new file mode 100644 index 000000000..d48d2ee80 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/dependencies.html @@ -0,0 +1,705 @@ + + + + + + jersey-ext-mvc-jsp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.extjersey-mvc3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.servlet.jspjakarta.servlet.jsp-api3.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-servlet-core, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2

+

Public Domain: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-servlet-core, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2

+

Eclipse Public License v. 2.0: Jakarta Server Pages API

+

EDL 1.0: jersey-container-servlet-core, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Server Pages API

+

Modified BSD: jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-servlet-core, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-servlet-core, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.servlet.jsp-api-3.0.0.jar66.9 kB725831.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-mvc-3.0.8.jar53.9 kB412431.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
205.1 MB392834171721.819
compile: 10compile: 2.8 MBcompile: 2266compile: 2027compile: 91-compile: 9
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
provided: 2provided: 374.7 kBprovided: 223provided: 143provided: 7-provided: 2
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/close.gif b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/external.png b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/index.html b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/index.html new file mode 100644 index 000000000..076c09c1d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-mvc-jsp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-mvc-jsp

+

Jersey extension module providing support for JSP templates.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/project-info.html b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/project-info.html new file mode 100644 index 000000000..a2b0a4508 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-mvc-jsp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey extension module providing support for JSP templates.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-jsp/project-reports.html b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/project-reports.html new file mode 100644 index 000000000..ec7f27b23 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-jsp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-mvc-jsp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/print.css b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/site.css b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/dependencies.html b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/dependencies.html new file mode 100644 index 000000000..e5680450b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/dependencies.html @@ -0,0 +1,853 @@ + + + + + + jersey-ext-mvc-mustache – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.github.spullara.mustache.javacompiler0.8.17jarApache License 2.0
com.google.guavaguava31.1-jrejarApache License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.extjersey-mvc3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
com.google.errorproneerror_prone_annotations2.11.0jarApache 2.0
com.google.guavafailureaccess1.0.1jarThe Apache Software License, Version 2.0
com.google.guavalistenablefuture9999.0-empty-to-avoid-conflict-with-guavajarThe Apache Software License, Version 2.0
com.google.j2objcj2objc-annotations1.3jarThe Apache Software License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.checkerframeworkchecker-qual3.12.0jarThe MIT License
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-mustache, jersey-inject-hk2

+

Apache 2.0: error-prone annotations

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-mustache, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-mustache, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-mvc, jersey-ext-mvc-mustache, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-mustache, jersey-inject-hk2

+

EDL 1.0: jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-mustache, jersey-inject-hk2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist, compiler

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-mustache, jersey-inject-hk2

+

The MIT License: Checker Qual

+

Apache License, Version 2.0: Guava: Google Core Libraries for Java

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-mustache, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-mustache, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-mustache, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations, Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
compiler-0.8.17.jar115.9 kB1169981.6Yes
jsr305-3.0.2.jar19.9 kB463531.5Yes
error_prone_annotations-2.11.0.jar16 kB382621.7Yes
failureaccess-1.0.1.jar4.6 kB15211.7Yes
guava-31.1-jre.jar3 MB20532023181.8Yes
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar2.2 kB700-No
j2objc-annotations-1.3.jar8.8 kB231211.5Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
checker-qual-3.12.0.jar208.8 kB399333291.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-mvc-3.0.8.jar53.9 kB412431.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
268.3 MB649258452271.824
compile: 18compile: 6.4 MBcompile: 5053compile: 4598compile: 153-compile: 16
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/close.gif b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/external.png b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/index.html b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/index.html new file mode 100644 index 000000000..cd72a2dd7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-mvc-mustache – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-mvc-mustache

+

Jersey extension module providing support for Mustache templates.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/project-info.html b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/project-info.html new file mode 100644 index 000000000..1115286ab --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-mvc-mustache – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey extension module providing support for Mustache templates.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc-mustache/project-reports.html b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/project-reports.html new file mode 100644 index 000000000..b16ab1fa2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc-mustache/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-mvc-mustache – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-mvc/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-mvc/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/css/print.css b/project-info/3.0.8/jersey/project/jersey-mvc/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/css/site.css b/project-info/3.0.8/jersey/project/jersey-mvc/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/dependencies.html b/project-info/3.0.8/jersey/project/jersey-mvc/dependencies.html new file mode 100644 index 000000000..f734af163 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc/dependencies.html @@ -0,0 +1,615 @@ + + + + + + jersey-ext-mvc – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-mvc, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-mvc, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-mvc, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-mvc, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-ext-mvc, jersey-inject-hk2

+

EDL 1.0: jersey-core-client, jersey-ext-mvc, jersey-inject-hk2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-ext-mvc, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-mvc, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-mvc, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-mvc, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
174.9 MB375432911621.816
compile: 9compile: 3 MBcompile: 2315compile: 2044compile: 88-compile: 8
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/images/close.gif b/project-info/3.0.8/jersey/project/jersey-mvc/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-mvc/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-mvc/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/images/external.png b/project-info/3.0.8/jersey/project/jersey-mvc/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-mvc/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-mvc/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-mvc/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-mvc/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-mvc/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-mvc/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/index.html b/project-info/3.0.8/jersey/project/jersey-mvc/index.html new file mode 100644 index 000000000..3092908c6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-mvc – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-mvc

+

Jersey extension module providing support for MVC.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/project-info.html b/project-info/3.0.8/jersey/project/jersey-mvc/project-info.html new file mode 100644 index 000000000..15f984631 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-mvc – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey extension module providing support for MVC.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-mvc/project-reports.html b/project-info/3.0.8/jersey/project/jersey-mvc/project-reports.html new file mode 100644 index 000000000..32974e9a9 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-mvc/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-mvc – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-netty-connector/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-netty-connector/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-netty-connector/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-netty-connector/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/css/print.css b/project-info/3.0.8/jersey/project/jersey-netty-connector/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-netty-connector/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/css/site.css b/project-info/3.0.8/jersey/project/jersey-netty-connector/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-netty-connector/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/dependencies.html b/project-info/3.0.8/jersey/project/jersey-netty-connector/dependencies.html new file mode 100644 index 000000000..abe5b979d --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-netty-connector/dependencies.html @@ -0,0 +1,1796 @@ + + + + + + jersey-connectors-netty – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
io.nettynetty-all4.1.75.FinaljarApache License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest2.2jarBSD License 3
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
io.nettynetty-buffer4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-common4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-handler4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.FinaljarApache License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

BSD License 3: Hamcrest

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
6411.9 MB885476123151.856
compile: 33compile: 6.2 MBcompile: 4683compile: 4104compile: 130-compile: 31
test: 25test: 5.6 MBtest: 4105test: 3508test: 185-test: 25
runtime: 6runtime: 160.4 kBruntime: 66----
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/images/close.gif b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/images/external.png b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-netty-connector/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/index.html b/project-info/3.0.8/jersey/project/jersey-netty-connector/index.html new file mode 100644 index 000000000..889302376 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-netty-connector/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-connectors-netty – About + + + + + + + + +
+ +
+
+
+
+

About jersey-connectors-netty

+

Jersey Client Transport via Netty

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/project-info.html b/project-info/3.0.8/jersey/project/jersey-netty-connector/project-info.html new file mode 100644 index 000000000..353203e4b --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-netty-connector/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-connectors-netty – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Client Transport via Netty
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-netty-connector/project-reports.html b/project-info/3.0.8/jersey/project/jersey-netty-connector/project-reports.html new file mode 100644 index 000000000..5c4aa7d1e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-netty-connector/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-connectors-netty – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-open-tracing/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-open-tracing/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-open-tracing/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-open-tracing/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/css/print.css b/project-info/3.0.8/jersey/project/jersey-open-tracing/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-open-tracing/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/css/site.css b/project-info/3.0.8/jersey/project/jersey-open-tracing/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-open-tracing/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/dependencies.html b/project-info/3.0.8/jersey/project/jersey-open-tracing/dependencies.html new file mode 100644 index 000000000..3cdce3dc4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-open-tracing/dependencies.html @@ -0,0 +1,992 @@ + + + + + + jersey-open-tracing – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
io.opentracingopentracing-api0.30.0jarThe Apache Software License, Version 2.0
io.opentracingopentracing-util0.30.0jarThe Apache Software License, Version 2.0
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
io.opentracingopentracing-noop0.30.0jarThe Apache Software License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Public Domain: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EDL 1.0: Jakarta Activation, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, OpenTracing API, OpenTracing-noop, OpenTracing-util

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
opentracing-api-0.30.0.jar14.1 kB312031.6Yes
opentracing-noop-0.30.0.jar12.4 kB241511.6Yes
opentracing-util-0.30.0.jar7.6 kB14411.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
337.2 MB538446422271.832
compile: 11compile: 2.7 MBcompile: 2233compile: 1998compile: 89-compile: 10
test: 22test: 4.4 MBtest: 3151test: 2644test: 138-test: 22
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/images/close.gif b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/images/external.png b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-open-tracing/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/index.html b/project-info/3.0.8/jersey/project/jersey-open-tracing/index.html new file mode 100644 index 000000000..913c758db --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-open-tracing/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-open-tracing – About + + + + + + + + +
+ +
+
+
+
+

About jersey-open-tracing

+

Jersey support for OpenTracing.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/project-info.html b/project-info/3.0.8/jersey/project/jersey-open-tracing/project-info.html new file mode 100644 index 000000000..895af9c64 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-open-tracing/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-open-tracing – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey support for OpenTracing.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-open-tracing/project-reports.html b/project-info/3.0.8/jersey/project/jersey-open-tracing/project-reports.html new file mode 100644 index 000000000..5b5c951f8 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-open-tracing/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-open-tracing – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-proxy-client/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-proxy-client/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-proxy-client/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-proxy-client/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/css/print.css b/project-info/3.0.8/jersey/project/jersey-proxy-client/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-proxy-client/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/css/site.css b/project-info/3.0.8/jersey/project/jersey-proxy-client/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-proxy-client/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/dependencies.html b/project-info/3.0.8/jersey/project/jersey-proxy-client/dependencies.html new file mode 100644 index 000000000..0ccc8dfca --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-proxy-client/dependencies.html @@ -0,0 +1,2369 @@ + + + + + + jersey-ext-proxy-client – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0-jarApache License 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8-jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.javassistjavassist3.28.0-GA-jarMPL 1.1LGPL 2.1Apache License 2.0
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

Eclipse Distribution License - v 1.0: JAXB OSGI, Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8618.2 MB13299111745071.877
compile: 5compile: 1.4 MBcompile: 1134compile: 1037compile: 37-compile: 4
test: 81test: 16.8 MBtest: 12165test: 10137test: 470-test: 73
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/images/close.gif b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/images/external.png b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-proxy-client/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/index.html b/project-info/3.0.8/jersey/project/jersey-proxy-client/index.html new file mode 100644 index 000000000..0e24a0676 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-proxy-client/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-proxy-client – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-proxy-client

+

Jersey extension module providing support for (proxy-based) high-level client API.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/project-info.html b/project-info/3.0.8/jersey/project/jersey-proxy-client/project-info.html new file mode 100644 index 000000000..68c184f8f --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-proxy-client/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-proxy-client – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey extension module providing support for (proxy-based) high-level client API.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-proxy-client/project-reports.html b/project-info/3.0.8/jersey/project/jersey-proxy-client/project-reports.html new file mode 100644 index 000000000..fa6c92842 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-proxy-client/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-proxy-client – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/print.css b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/site.css b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/external.png b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/index.html b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/index.html new file mode 100644 index 000000000..cbefa4c17 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/index.html @@ -0,0 +1,72 @@ + + + + + + jersey-archetype-grizzly2 – About + + + + + + + + +
+ +
+
+
+
+

About jersey-archetype-grizzly2

+

An archetype which contains a quick start Jersey project based on Grizzly container.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/project-info.html b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/project-info.html new file mode 100644 index 000000000..9ab5a078e --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/project-info.html @@ -0,0 +1,81 @@ + + + + + + jersey-archetype-grizzly2 – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + +
DocumentDescription
AboutAn archetype which contains a quick start Jersey project based on Grizzly container.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/print.css b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/site.css b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/external.png b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/index.html b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/index.html new file mode 100644 index 000000000..ea10c3147 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/index.html @@ -0,0 +1,72 @@ + + + + + + jersey-archetype-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-archetype-webapp

+

An archetype which contains a quick start Jersey-based web application project.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/project-info.html b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/project-info.html new file mode 100644 index 000000000..885977947 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-quickstart-webapp/project-info.html @@ -0,0 +1,81 @@ + + + + + + jersey-archetype-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + +
DocumentDescription
AboutAn archetype which contains a quick start Jersey-based web application project.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-spring6/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-spring6/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-spring6/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-spring6/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/css/print.css b/project-info/3.0.8/jersey/project/jersey-spring6/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-spring6/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/css/site.css b/project-info/3.0.8/jersey/project/jersey-spring6/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-spring6/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/dependencies.html b/project-info/3.0.8/jersey/project/jersey-spring6/dependencies.html new file mode 100644 index 000000000..a098651d6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-spring6/dependencies.html @@ -0,0 +1,1395 @@ + + + + + + jersey-spring6 – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk23.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2spring-bridge3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
commons-loggingcommons-logging1.2jarThe Apache Software License, Version 2.0
junitjunit4.13.1jarEclipse Public License 1.0
org.aspectjaspectjrt1.6.11jarEclipse Public License - v 1.0
org.aspectjaspectjweaver1.6.11jarEclipse Public License - v 1.0
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
org.springframeworkspring-aop6.0.0-M3jarApache License, Version 2.0
org.springframeworkspring-beans6.0.0-M3jarApache License, Version 2.0
org.springframeworkspring-context6.0.0-M3jarApache License, Version 2.0
org.springframeworkspring-core6.0.0-M3jarApache License, Version 2.0
org.springframeworkspring-web6.0.0-M3jarApache License, Version 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2class-model3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-core3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-runlevel3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.ow2.asmasm-analysis9.2jarBSD-3-Clause
org.ow2.asmasm-commons9.2jarBSD-3-Clause
org.ow2.asmasm-tree9.2jarBSD-3-Clause
org.ow2.asmasm-util9.2jarBSD-3-Clause
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.springframeworkspring-expression6.0.0-M3jarApache License, Version 2.0
org.springframeworkspring-jcl6.0.0-M3jarApache License, Version 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-spring6, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-spring6, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

BSD-3-Clause: asm-analysis, asm-commons, asm-tree, asm-util

+

GPL2 w/ CPE: Class Model for Hk2, HK2 API module, HK2 Implementation Utilities, HK2 Spring Bridge, HK2 core module, HK2 module of HK2 itself, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, Run Level Service, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-spring6, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Public Domain: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-spring6, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-spring6, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EDL 1.0: Jakarta Activation, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-spring6, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-spring6, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License, Version 2.0: Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring Web

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL 2.0: Class Model for Hk2, HK2 API module, HK2 Implementation Utilities, HK2 Spring Bridge, HK2 core module, HK2 module of HK2 itself, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, Run Level Service, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-spring6, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-spring6, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-spring6, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Apache Commons Logging, Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+

Eclipse Public License - v 1.0: AspectJ runtime, AspectJ weaver

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
commons-logging-1.2.jar61.8 kB422821.2Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
aspectjrt-1.6.11.jar116.2 kB145128101.5Yes
aspectjweaver-1.6.11.jar1.7 MB899853331.6Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
class-model-3.0.3.jar114.3 kB1008431.8Yes
hk2-3.0.3.jar15.4 kB900-No
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-core-3.0.3.jar129.3 kB1078571.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-runlevel-3.0.3.jar70.5 kB553831.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
spring-bridge-3.0.3.jar25.5 kB25921.8Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
asm-analysis-9.2.jar34.3 kB22152-Yes
asm-commons-9.2.jar72.6 kB34282-Yes
asm-tree-9.2.jar52.7 kB45392-Yes
asm-util-9.2.jar84.9 kB31252-Yes
spring-aop-6.0.0-M3.jar389.9 kB30027117-Yes
spring-beans-6.0.0-M3.jar785.1 kB43740614-Yes
spring-context-6.0.0-M3.jar1.1 MB84576357-Yes
spring-core-6.0.0-M3.jar1.7 MB1106104154-Yes
spring-expression-6.0.0-M3.jar293.7 kB1611476-Yes
spring-jcl-6.0.0-M3.jar25 kB28172-Yes
spring-web-6.0.0-M3.jar1.5 MB96690051-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
4915.4 MB1067294804911.847
compile: 24compile: 4.9 MBcompile: 3653compile: 3180compile: 150-compile: 22
test: 17test: 4.4 MBtest: 3025test: 2670test: 136-test: 17
provided: 8provided: 6.1 MBprovided: 3994provided: 3630provided: 205-provided: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/images/close.gif b/project-info/3.0.8/jersey/project/jersey-spring6/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-spring6/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-spring6/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-spring6/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-spring6/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-spring6/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/images/external.png b/project-info/3.0.8/jersey/project/jersey-spring6/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-spring6/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-spring6/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-spring6/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-spring6/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-spring6/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-spring6/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-spring6/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-spring6/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-spring6/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-spring6/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-spring6/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-spring6/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-spring6/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-spring6/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-spring6/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-spring6/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-spring6/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/index.html b/project-info/3.0.8/jersey/project/jersey-spring6/index.html new file mode 100644 index 000000000..e3dec7aff --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-spring6/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-spring6 – About + + + + + + + + +
+ +
+
+
+
+

About jersey-spring6

+

Jersey extension module providing support for Spring 6 integration.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/project-info.html b/project-info/3.0.8/jersey/project/jersey-spring6/project-info.html new file mode 100644 index 000000000..3b3b5b256 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-spring6/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-spring6 – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey extension module providing support for Spring 6 integration.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-spring6/project-reports.html b/project-info/3.0.8/jersey/project/jersey-spring6/project-reports.html new file mode 100644 index 000000000..fb52243f8 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-spring6/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-spring6 – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-test-framework-core/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-core/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-test-framework-core/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-core/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/css/print.css b/project-info/3.0.8/jersey/project/jersey-test-framework-core/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-core/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/css/site.css b/project-info/3.0.8/jersey/project/jersey-test-framework-core/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-core/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/dependencies.html b/project-info/3.0.8/jersey/project/jersey-test-framework-core/dependencies.html new file mode 100644 index 000000000..57cdea2cd --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-core/dependencies.html @@ -0,0 +1,1182 @@ + + + + + + jersey-test-framework-core – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.junit.jupiterjunit-jupiter5.6.0jarEclipse Public License v2.0
org.testngtestng6.9.6jarApache Version 2.0, January 2004
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.junit.jupiterjunit-jupiter-engine5.6.0jarEclipse Public License v2.0
org.junit.platformjunit-platform-engine1.6.0jarEclipse Public License v2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
aopallianceaopalliance1.0-jarPublic Domain
com.beustjcommander1.48-jarThe Apache Software License, Version 2.0
com.google.guavaguava16.0.1-jarThe Apache Software License, Version 2.0
com.google.injectguice4.0no_aopjarThe Apache Software License, Version 2.0
javax.injectjavax.inject1-jarThe Apache Software License, Version 2.0
org.apache.antant1.7.0-jar-
org.apache.antant-launcher1.7.0-jar-
org.apiguardianapiguardian-api1.1.0-jarThe Apache License, Version 2.0
org.beanshellbsh2.0b4-jarGNU LESSER GENERAL PUBLIC LICENSE
org.junit.jupiterjunit-jupiter-api5.6.0-jarEclipse Public License v2.0
org.junit.jupiterjunit-jupiter-params5.6.0-jarEclipse Public License v2.0
org.junit.platformjunit-platform-commons1.6.0-jarEclipse Public License v2.0
org.opentest4jopentest4j1.2.0-jarThe Apache License, Version 2.0
org.yamlsnakeyaml1.15-jarApache License Version 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License Version 2.0: SnakeYAML

+

GNU LESSER GENERAL PUBLIC LICENSE: BeanShell

+

The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

New BSD License: Hamcrest Core

+

Unknown: ant-launcher, org.apache.tools.ant

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache Version 2.0, January 2004: testng

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Apache License, 2.0: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Public Domain: AOP alliance, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

W3C license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

EDL 1.0: Jakarta Activation, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Modified BSD: jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Google Guice - Core Library, Guava: Google Core Libraries for Java, JCommander, Jakarta Dependency Injection, javax.inject

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
aopalliance-1.0.jar4.5 kB15921.3Yes
jcommander-1.48.jar63.5 kB675351.5Yes
guava-16.0.1.jar2.2 MB17091678171.6Yes
guice-4.0-no_aop.jar423.6 kB34432981.6Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
javax.inject-1.jar2.5 kB8611.5No
junit-4.13.1.jar382.7 kB387348321.5Yes
ant-1.7.0.jar1.3 MB801752291.2Yes
ant-launcher-1.7.0.jar11.7 kB12511.2Yes
apiguardian-api-1.1.0.jar2.4 kB832-Yes
bsh-2.0b4.jar281.7 kB23815881.2No
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
junit-jupiter-5.6.0.jar6.4 kB511-No
junit-jupiter-api-5.6.0.jar154 kB1501358-Yes
junit-jupiter-engine-5.6.0.jar209.4 kB1301139-Yes
junit-jupiter-params-5.6.0.jar562.3 kB37033622-Yes
junit-platform-commons-1.6.0.jar96.6 kB61417-Yes
junit-platform-engine-1.6.0.jar174.1 kB1391239-Yes
opentest4j-1.2.0.jar7.7 kB1172-Yes
testng-6.9.6.jar869.9 kB597550261.7Yes
snakeyaml-1.15.jar269.3 kB237201191.5Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
3912 MB898480393541.835
compile: 14compile: 3.5 MBcompile: 2884compile: 2519compile: 128-compile: 13
test: 8test: 1.9 MBtest: 1269test: 1090test: 57-test: 8
provided: 17provided: 6.5 MBprovided: 4831provided: 4430provided: 169-provided: 14
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/close.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/external.png b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-core/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/index.html b/project-info/3.0.8/jersey/project/jersey-test-framework-core/index.html new file mode 100644 index 000000000..c02f34231 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-core/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-test-framework-core – About + + + + + + + + +
+ +
+
+
+
+

About jersey-test-framework-core

+

Jersey Test Framework Core

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/project-info.html b/project-info/3.0.8/jersey/project/jersey-test-framework-core/project-info.html new file mode 100644 index 000000000..010861689 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-core/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-test-framework-core – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Test Framework Core
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-core/project-reports.html b/project-info/3.0.8/jersey/project/jersey-test-framework-core/project-reports.html new file mode 100644 index 000000000..b12a2ec30 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-core/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-test-framework-core – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-test-framework-util/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-util/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-test-framework-util/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-util/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/css/print.css b/project-info/3.0.8/jersey/project/jersey-test-framework-util/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-util/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/css/site.css b/project-info/3.0.8/jersey/project/jersey-test-framework-util/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-util/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/dependencies.html b/project-info/3.0.8/jersey/project/jersey-test-framework-util/dependencies.html new file mode 100644 index 000000000..8d7833001 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-util/dependencies.html @@ -0,0 +1,590 @@ + + + + + + jersey-test-framework-util – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-test-framework-util

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-inject-hk2, jersey-test-framework-util

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-inject-hk2, jersey-test-framework-util

+

Public Domain: jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-test-framework-util

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-inject-hk2, jersey-test-framework-util

+

EDL 1.0: jersey-core-client, jersey-inject-hk2, jersey-test-framework-util

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-test-framework-util

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-test-framework-util

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-inject-hk2, jersey-test-framework-util

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-inject-hk2, jersey-test-framework-util

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
164.6 MB360332061581.815
compile: 10compile: 3.1 MBcompile: 2603compile: 2352compile: 119-compile: 9
test: 6test: 1.5 MBtest: 1000test: 854test: 39-test: 6
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/close.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/external.png b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-test-framework-util/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/index.html b/project-info/3.0.8/jersey/project/jersey-test-framework-util/index.html new file mode 100644 index 000000000..fc84a03bd --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-util/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-test-framework-util – About + + + + + + + + +
+ +
+
+
+
+

About jersey-test-framework-util

+

Jersey Test Framework Utils

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/project-info.html b/project-info/3.0.8/jersey/project/jersey-test-framework-util/project-info.html new file mode 100644 index 000000000..01c0bbbe6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-util/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-test-framework-util – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Test Framework Utils
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-test-framework-util/project-reports.html b/project-info/3.0.8/jersey/project/jersey-test-framework-util/project-reports.html new file mode 100644 index 000000000..9790e8c09 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-test-framework-util/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-test-framework-util – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/maven-base.css b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/maven-theme.css b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/print.css b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/site.css b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/dependencies.html b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/dependencies.html new file mode 100644 index 000000000..4ee8b5ea5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/dependencies.html @@ -0,0 +1,750 @@ + + + + + + jersey-wadl-doclet – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
xercesxercesImpl2.12.2jarThe Apache Software License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

system

+

The following is a list of system dependencies for this project. These dependencies are required to compile the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.suntools1.8.0jar-
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
xml-apisxml-apis1.4.01jarThe Apache Software License, Version 2.0The SAX LicenseThe W3C License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-wadl-doclet

+

The SAX License: XML Commons External Components XML APIs

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-wadl-doclet

+

The W3C License: XML Commons External Components XML APIs

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-wadl-doclet

+

Public Domain: jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-wadl-doclet

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-wadl-doclet

+

EDL 1.0: Jakarta Activation, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-wadl-doclet

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-wadl-doclet

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-wadl-doclet

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-wadl-doclet

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-wadl-doclet

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, XML Commons External Components XML APIs, Xerces2-j

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
xercesImpl-2.12.2.jar1.4 MB1045962401.7No
xml-apis-1.4.01.jar220.5 kB391346291.1No
TotalSizeEntriesClassesPackagesJava VersionDebug Information
216.6 MB530647182391.818
compile: 13compile: 4.7 MBcompile: 3867compile: 3471compile: 165-compile: 10
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/close.gif b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/collapsed.gif b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/expanded.gif b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/external.png b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/newwindow.png b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/index.html b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/index.html new file mode 100644 index 000000000..c2f9a1525 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/index.html @@ -0,0 +1,76 @@ + + + + + + jersey-wadl-doclet – About + + + + + + + + +
+ +
+
+
+
+

About jersey-wadl-doclet

+

A doclet that generates a resourcedoc xml file: this file contains the javadoc documentation + of resource classes, so that this can be used for extending generated wadl with useful + documentation.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/project-info.html b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/project-info.html new file mode 100644 index 000000000..0facf5c24 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/project-info.html @@ -0,0 +1,88 @@ + + + + + + jersey-wadl-doclet – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutA doclet that generates a resourcedoc xml file: this file contains the javadoc documentation + of resource classes, so that this can be used for extending generated wadl with useful + documentation.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/jersey-wadl-doclet/project-reports.html b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/project-reports.html new file mode 100644 index 000000000..fb7870640 --- /dev/null +++ b/project-info/3.0.8/jersey/project/jersey-wadl-doclet/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-wadl-doclet – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/json-binding-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-binding-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/json-binding-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-binding-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/css/print.css b/project-info/3.0.8/jersey/project/json-binding-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-binding-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/css/site.css b/project-info/3.0.8/jersey/project/json-binding-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-binding-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/dependencies.html b/project-info/3.0.8/jersey/project/json-binding-webapp/dependencies.html new file mode 100644 index 000000000..1149ea98b --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-binding-webapp/dependencies.html @@ -0,0 +1,2522 @@ + + + + + + jersey-examples-json-binding-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-binding3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1-jarThe Apache Software License, Version 2.0
jakarta.jsonjakarta.json-api2.0.2-jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api2.0.0-jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.validationjakarta.validation-api3.0.0-jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0-jarEPL-2.0GPL-2.0-with-classpath-exception
org.eclipseyasson2.0.4-jarEclipse Public License v. 2.0Eclipse Distribution License v. 1.0
org.eclipse.parssonparsson1.0.0-jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfishjakarta.json2.0.0modulejarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8-jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8-jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GA-jarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 2.0: Eclipse Parsson, JSON-B API, JSON-P Default Provider, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-json-binding-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Eclipse Public License v. 2.0: org.eclipse.yasson

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-json-binding-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-json-binding-webapp, org.eclipse.yasson

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, JSON-B API, JSON-P Default Provider, Jakarta JSON Processing API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-binding, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: JAXB OSGI, Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
yasson-2.0.4.jar364.5 kB28224010-Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
jakarta.json-2.0.0-module.jar115.5 kB77613-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-binding-3.0.8.jar26.1 kB24721.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9218.9 MB13852116065361.883
compile: 29compile: 10.3 MBcompile: 7695compile: 6501compile: 334-compile: 28
test: 63test: 8.6 MBtest: 6157test: 5105test: 202-test: 55
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/images/close.gif b/project-info/3.0.8/jersey/project/json-binding-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-binding-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/json-binding-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-binding-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/json-binding-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-binding-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/images/external.png b/project-info/3.0.8/jersey/project/json-binding-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-binding-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/json-binding-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-binding-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/json-binding-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-binding-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/json-binding-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-binding-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/json-binding-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-binding-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/index.html b/project-info/3.0.8/jersey/project/json-binding-webapp/index.html new file mode 100644 index 000000000..37a2365ec --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-binding-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-json-binding-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-json-binding-webapp

+

Jersey JSON Binding example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/project-info.html b/project-info/3.0.8/jersey/project/json-binding-webapp/project-info.html new file mode 100644 index 000000000..2a32a1224 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-binding-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-json-binding-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JSON Binding example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-binding-webapp/project-reports.html b/project-info/3.0.8/jersey/project/json-binding-webapp/project-reports.html new file mode 100644 index 000000000..0913cedb8 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-binding-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-json-binding-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-jackson/css/maven-base.css b/project-info/3.0.8/jersey/project/json-jackson/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jackson/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/json-jackson/css/maven-theme.css b/project-info/3.0.8/jersey/project/json-jackson/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jackson/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/json-jackson/css/print.css b/project-info/3.0.8/jersey/project/json-jackson/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jackson/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/json-jackson/css/site.css b/project-info/3.0.8/jersey/project/json-jackson/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jackson/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/json-jackson/dependencies.html b/project-info/3.0.8/jersey/project/json-jackson/dependencies.html new file mode 100644 index 000000000..7d9d7b101 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jackson/dependencies.html @@ -0,0 +1,2521 @@ + + + + + + jersey-examples-json-jackson – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-jackson3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-frameworkjersey-test-framework-util3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.corejackson-annotations2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-core2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-jakarta-xmlbind-annotations2.13.3jarThe Apache Software License, Version 2.0
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.extjersey-entity-filtering3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-json-jackson, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-json-jackson, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-json-jackson

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: JAXB OSGI, Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind), Jackson-annotations, Jackson-core, Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport, jackson-databind

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server, jersey-media-json-jackson

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jackson-annotations-2.13.3.jar75.7 kB84722-Yes
jackson-core-2.13.3.jar374.9 kB15612813-Yes
jackson-databind-2.13.3.jar1.5 MB74670823-Yes
jackson-module-jakarta-xmlbind-annotations-2.13.3.jar31.6 kB30114-Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-jackson-3.0.8.jar80.1 kB674281.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-util-3.0.8.jar34.9 kB281131.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9320.4 MB14486122055631.884
compile: 27compile: 11.6 MBcompile: 8211compile: 7037compile: 351-compile: 26
test: 66test: 8.8 MBtest: 6275test: 5168test: 212-test: 58
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-jackson/images/close.gif b/project-info/3.0.8/jersey/project/json-jackson/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jackson/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jackson/images/collapsed.gif b/project-info/3.0.8/jersey/project/json-jackson/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jackson/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jackson/images/expanded.gif b/project-info/3.0.8/jersey/project/json-jackson/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jackson/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jackson/images/external.png b/project-info/3.0.8/jersey/project/json-jackson/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jackson/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/json-jackson/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/json-jackson/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jackson/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jackson/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/json-jackson/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jackson/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jackson/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/json-jackson/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jackson/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jackson/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/json-jackson/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jackson/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jackson/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/json-jackson/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jackson/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/json-jackson/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/json-jackson/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jackson/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/json-jackson/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/json-jackson/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jackson/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/json-jackson/images/newwindow.png b/project-info/3.0.8/jersey/project/json-jackson/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jackson/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/json-jackson/index.html b/project-info/3.0.8/jersey/project/json-jackson/index.html new file mode 100644 index 000000000..1e028b3e0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jackson/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-json-jackson – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-json-jackson

+

Jersey JSON with Jackson example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-jackson/project-info.html b/project-info/3.0.8/jersey/project/json-jackson/project-info.html new file mode 100644 index 000000000..7ab967d6b --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jackson/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-json-jackson – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JSON with Jackson example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-jackson/project-reports.html b/project-info/3.0.8/jersey/project/json-jackson/project-reports.html new file mode 100644 index 000000000..90fe94c70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jackson/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-json-jackson – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-jettison/css/maven-base.css b/project-info/3.0.8/jersey/project/json-jettison/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jettison/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/json-jettison/css/maven-theme.css b/project-info/3.0.8/jersey/project/json-jettison/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jettison/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/json-jettison/css/print.css b/project-info/3.0.8/jersey/project/json-jettison/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jettison/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/json-jettison/css/site.css b/project-info/3.0.8/jersey/project/json-jettison/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jettison/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/json-jettison/dependencies.html b/project-info/3.0.8/jersey/project/json-jettison/dependencies.html new file mode 100644 index 000000000..b2ed96dbc --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jettison/dependencies.html @@ -0,0 +1,2425 @@ + + + + + + jersey-examples-json-jettison – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.istackistack-commons-runtime4.0.0jarEclipse Distribution License - v 1.0
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-jettison3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.codehaus.jettisonjettison1.3.7jarApache License, Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-json-jettison, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Jettison, Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-json-jettison, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-json-jettison

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: JAXB OSGI, Jakarta XML Binding API, istack common utility code runtime

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
istack-commons-runtime-4.0.0.jar29.9 kB44234-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jettison-1.3.7.jar83.6 kB624751.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-jettison-3.0.8.jar59.9 kB513531.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8918.4 MB13456112795191.880
compile: 25compile: 9.7 MBcompile: 7280compile: 6176compile: 312-compile: 24
test: 64test: 8.6 MBtest: 6176test: 5103test: 207-test: 56
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-jettison/images/close.gif b/project-info/3.0.8/jersey/project/json-jettison/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jettison/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jettison/images/collapsed.gif b/project-info/3.0.8/jersey/project/json-jettison/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jettison/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jettison/images/expanded.gif b/project-info/3.0.8/jersey/project/json-jettison/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jettison/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jettison/images/external.png b/project-info/3.0.8/jersey/project/json-jettison/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jettison/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/json-jettison/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/json-jettison/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jettison/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jettison/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/json-jettison/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jettison/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jettison/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/json-jettison/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jettison/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jettison/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/json-jettison/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jettison/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-jettison/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/json-jettison/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jettison/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/json-jettison/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/json-jettison/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jettison/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/json-jettison/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/json-jettison/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jettison/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/json-jettison/images/newwindow.png b/project-info/3.0.8/jersey/project/json-jettison/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-jettison/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/json-jettison/index.html b/project-info/3.0.8/jersey/project/json-jettison/index.html new file mode 100644 index 000000000..8f3e2b3ca --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jettison/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-json-jettison – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-json-jettison

+

Jersey JSON with Jettison JAXB example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-jettison/project-info.html b/project-info/3.0.8/jersey/project/json-jettison/project-info.html new file mode 100644 index 000000000..ae46c8ba1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jettison/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-json-jettison – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JSON with Jettison JAXB example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-jettison/project-reports.html b/project-info/3.0.8/jersey/project/json-jettison/project-reports.html new file mode 100644 index 000000000..f19e77c32 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-jettison/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-json-jettison – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-moxy/css/maven-base.css b/project-info/3.0.8/jersey/project/json-moxy/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-moxy/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/json-moxy/css/maven-theme.css b/project-info/3.0.8/jersey/project/json-moxy/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-moxy/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/json-moxy/css/print.css b/project-info/3.0.8/jersey/project/json-moxy/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-moxy/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/json-moxy/css/site.css b/project-info/3.0.8/jersey/project/json-moxy/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-moxy/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/json-moxy/dependencies.html b/project-info/3.0.8/jersey/project/json-moxy/dependencies.html new file mode 100644 index 000000000..395430f7c --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-moxy/dependencies.html @@ -0,0 +1,2679 @@ + + + + + + jersey-examples-json-moxy – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.istackistack-commons-runtime4.0.0jarEclipse Distribution License - v 1.0
com.sun.xml.bindjaxb-impl3.0.2jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-processing3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-moxy3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.xml.bindjaxb-core3.0.2jarEclipse Distribution License - v 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.jsonjakarta.json-api2.0.2jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api2.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.eclipse.parssonparsson1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.parssonparsson-media1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.persistenceorg.eclipse.persistence.asm9.1.0jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.core3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.moxy3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.extjersey-entity-filtering3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.mailjakarta.mail2.0.1jarEPL 2.0GPL2 w/ CPEEDL 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 2.0: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-json-moxy, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-json-moxy, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-json-moxy

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, Jakarta Mail API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, Jakarta JSON Processing API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy, Jakarta XML Binding API, Old JAXB Core, Old JAXB Runtime, istack common utility code runtime

+

Eclipse Public License - v 2.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
istack-commons-runtime-4.0.0.jar29.9 kB44234-Yes
jakarta.mail-2.0.1.jar689.3 kB38434715-Yes
jaxb-core-3.0.2.jar238.4 kB26718124-Yes
jaxb-impl-3.0.2.jar916.6 kB68453819-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
parsson-media-1.0.0.jar20.3 kB1632-Yes
org.eclipse.persistence.asm-9.1.0.jar322 kB1421216-Yes
org.eclipse.persistence.core-3.0.2.jar5 MB220720231591.8Yes
org.eclipse.persistence.moxy-3.0.2.jar654.1 kB321281211.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-processing-3.0.8.jar19.8 kB18221.8Yes
jersey-media-moxy-3.0.8.jar38.2 kB331441.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9922.8 MB15003127776511.890
compile: 33compile: 13.4 MBcompile: 8372compile: 7273compile: 427-compile: 32
test: 65test: 8.7 MBtest: 6247test: 5157test: 209-test: 57
runtime: 1runtime: 689.3 kBruntime: 384runtime: 347runtime: 15-runtime: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-moxy/images/close.gif b/project-info/3.0.8/jersey/project/json-moxy/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-moxy/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/json-moxy/images/collapsed.gif b/project-info/3.0.8/jersey/project/json-moxy/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-moxy/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/json-moxy/images/expanded.gif b/project-info/3.0.8/jersey/project/json-moxy/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-moxy/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/json-moxy/images/external.png b/project-info/3.0.8/jersey/project/json-moxy/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-moxy/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/json-moxy/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/json-moxy/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-moxy/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-moxy/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/json-moxy/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-moxy/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-moxy/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/json-moxy/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-moxy/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-moxy/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/json-moxy/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-moxy/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-moxy/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/json-moxy/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-moxy/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/json-moxy/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/json-moxy/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-moxy/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/json-moxy/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/json-moxy/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-moxy/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/json-moxy/images/newwindow.png b/project-info/3.0.8/jersey/project/json-moxy/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-moxy/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/json-moxy/index.html b/project-info/3.0.8/jersey/project/json-moxy/index.html new file mode 100644 index 000000000..3a86bd718 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-moxy/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-json-moxy – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-json-moxy

+

Jersey JSON with MOXy example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-moxy/project-info.html b/project-info/3.0.8/jersey/project/json-moxy/project-info.html new file mode 100644 index 000000000..ecb495a76 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-moxy/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-json-moxy – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JSON with MOXy example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-moxy/project-reports.html b/project-info/3.0.8/jersey/project/json-moxy/project-reports.html new file mode 100644 index 000000000..2d0f548d6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-moxy/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-json-moxy – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-with-padding/css/maven-base.css b/project-info/3.0.8/jersey/project/json-with-padding/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-with-padding/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/json-with-padding/css/maven-theme.css b/project-info/3.0.8/jersey/project/json-with-padding/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-with-padding/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/json-with-padding/css/print.css b/project-info/3.0.8/jersey/project/json-with-padding/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-with-padding/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/json-with-padding/css/site.css b/project-info/3.0.8/jersey/project/json-with-padding/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-with-padding/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/json-with-padding/dependencies.html b/project-info/3.0.8/jersey/project/json-with-padding/dependencies.html new file mode 100644 index 000000000..5dbd9089e --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-with-padding/dependencies.html @@ -0,0 +1,2633 @@ + + + + + + jersey-examples-json-with-padding – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-processing3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-moxy3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.jsonjakarta.json-api2.0.2jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api2.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.eclipse.parssonparsson1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.parssonparsson-media1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.persistenceorg.eclipse.persistence.asm9.1.0jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.core3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.moxy3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.extjersey-entity-filtering3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.mailjakarta.mail2.0.1jarEPL 2.0GPL2 w/ CPEEDL 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 2.0: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-json-with-padding, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-json-with-padding, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-json-with-padding

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, Jakarta Mail API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, Jakarta JSON Processing API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy, JAXB OSGI, Jakarta XML Binding API

+

Eclipse Public License - v 2.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.mail-2.0.1.jar689.3 kB38434715-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
parsson-media-1.0.0.jar20.3 kB1632-Yes
org.eclipse.persistence.asm-9.1.0.jar322 kB1421216-Yes
org.eclipse.persistence.core-3.0.2.jar5 MB220720231591.8Yes
org.eclipse.persistence.moxy-3.0.2.jar654.1 kB321281211.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-processing-3.0.8.jar19.8 kB18221.8Yes
jersey-media-moxy-3.0.8.jar38.2 kB331441.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9725.2 MB16666141487331.888
compile: 31compile: 15.7 MBcompile: 10035compile: 8644compile: 509-compile: 30
test: 65test: 8.7 MBtest: 6247test: 5157test: 209-test: 57
runtime: 1runtime: 689.3 kBruntime: 384runtime: 347runtime: 15-runtime: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-with-padding/images/close.gif b/project-info/3.0.8/jersey/project/json-with-padding/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-with-padding/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/json-with-padding/images/collapsed.gif b/project-info/3.0.8/jersey/project/json-with-padding/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-with-padding/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/json-with-padding/images/expanded.gif b/project-info/3.0.8/jersey/project/json-with-padding/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-with-padding/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/json-with-padding/images/external.png b/project-info/3.0.8/jersey/project/json-with-padding/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-with-padding/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/json-with-padding/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/json-with-padding/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-with-padding/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-with-padding/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/json-with-padding/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-with-padding/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-with-padding/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/json-with-padding/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-with-padding/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-with-padding/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/json-with-padding/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-with-padding/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/json-with-padding/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/json-with-padding/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-with-padding/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/json-with-padding/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/json-with-padding/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-with-padding/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/json-with-padding/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/json-with-padding/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-with-padding/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/json-with-padding/images/newwindow.png b/project-info/3.0.8/jersey/project/json-with-padding/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/json-with-padding/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/json-with-padding/index.html b/project-info/3.0.8/jersey/project/json-with-padding/index.html new file mode 100644 index 000000000..2888cae0a --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-with-padding/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-json-with-padding – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-json-with-padding

+

Jersey JSON with Padding example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-with-padding/project-info.html b/project-info/3.0.8/jersey/project/json-with-padding/project-info.html new file mode 100644 index 000000000..63b5f784a --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-with-padding/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-json-with-padding – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JSON with Padding example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/json-with-padding/project-reports.html b/project-info/3.0.8/jersey/project/json-with-padding/project-reports.html new file mode 100644 index 000000000..6f831637b --- /dev/null +++ b/project-info/3.0.8/jersey/project/json-with-padding/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-json-with-padding – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/managed-client/css/maven-base.css b/project-info/3.0.8/jersey/project/managed-client/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/managed-client/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/managed-client/css/maven-theme.css b/project-info/3.0.8/jersey/project/managed-client/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/managed-client/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/managed-client/css/print.css b/project-info/3.0.8/jersey/project/managed-client/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/managed-client/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/managed-client/css/site.css b/project-info/3.0.8/jersey/project/managed-client/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/managed-client/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/managed-client/dependencies.html b/project-info/3.0.8/jersey/project/managed-client/dependencies.html new file mode 100644 index 000000000..315a70143 --- /dev/null +++ b/project-info/3.0.8/jersey/project/managed-client/dependencies.html @@ -0,0 +1,2380 @@ + + + + + + jersey-examples-managed-client – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-impl3.0.2jarEclipse Distribution License - v 1.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.xml.bindjaxb-core3.0.2jarEclipse Distribution License - v 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-managed-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-managed-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-managed-client

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API, Old JAXB Core, Old JAXB Runtime

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-core-3.0.2.jar238.4 kB26718124-Yes
jaxb-impl-3.0.2.jar916.6 kB68453819-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8715.8 MB1159297804211.878
compile: 22compile: 7.1 MBcompile: 5345compile: 4623compile: 212-compile: 21
test: 65test: 8.7 MBtest: 6247test: 5157test: 209-test: 57
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/managed-client/images/close.gif b/project-info/3.0.8/jersey/project/managed-client/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/managed-client/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/managed-client/images/collapsed.gif b/project-info/3.0.8/jersey/project/managed-client/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/managed-client/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/managed-client/images/expanded.gif b/project-info/3.0.8/jersey/project/managed-client/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/managed-client/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/managed-client/images/external.png b/project-info/3.0.8/jersey/project/managed-client/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/managed-client/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/managed-client/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/managed-client/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/managed-client/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/managed-client/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/managed-client/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/managed-client/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/managed-client/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/managed-client/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/managed-client/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/managed-client/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/managed-client/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/managed-client/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/managed-client/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/managed-client/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/managed-client/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/managed-client/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/managed-client/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/managed-client/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/managed-client/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/managed-client/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/managed-client/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/managed-client/images/newwindow.png b/project-info/3.0.8/jersey/project/managed-client/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/managed-client/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/managed-client/index.html b/project-info/3.0.8/jersey/project/managed-client/index.html new file mode 100644 index 000000000..94ea0cc9e --- /dev/null +++ b/project-info/3.0.8/jersey/project/managed-client/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-managed-client – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-managed-client

+

Jersey managed client example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/managed-client/project-info.html b/project-info/3.0.8/jersey/project/managed-client/project-info.html new file mode 100644 index 000000000..206dfca30 --- /dev/null +++ b/project-info/3.0.8/jersey/project/managed-client/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-managed-client – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey managed client example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/managed-client/project-reports.html b/project-info/3.0.8/jersey/project/managed-client/project-reports.html new file mode 100644 index 000000000..1c88d3281 --- /dev/null +++ b/project-info/3.0.8/jersey/project/managed-client/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-managed-client – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/css/maven-base.css b/project-info/3.0.8/jersey/project/memleak-test-common/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/memleak-test-common/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/css/maven-theme.css b/project-info/3.0.8/jersey/project/memleak-test-common/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/memleak-test-common/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/css/print.css b/project-info/3.0.8/jersey/project/memleak-test-common/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/memleak-test-common/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/css/site.css b/project-info/3.0.8/jersey/project/memleak-test-common/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/memleak-test-common/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/dependencies.html b/project-info/3.0.8/jersey/project/memleak-test-common/dependencies.html new file mode 100644 index 000000000..0d24c401a --- /dev/null +++ b/project-info/3.0.8/jersey/project/memleak-test-common/dependencies.html @@ -0,0 +1,757 @@ + + + + + + jersey-test-framework-memleak-test-common – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-memleak-test-common, jersey-test-framework-provider-external

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-memleak-test-common, jersey-test-framework-provider-external

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-memleak-test-common, jersey-test-framework-provider-external

+

Public Domain: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-memleak-test-common, jersey-test-framework-provider-external

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-memleak-test-common, jersey-test-framework-provider-external

+

EDL 1.0: Jakarta Activation, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-memleak-test-common, jersey-test-framework-provider-external

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-memleak-test-common, jersey-test-framework-provider-external

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-memleak-test-common, jersey-test-framework-provider-external

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-memleak-test-common, jersey-test-framework-provider-external

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-memleak-test-common, jersey-test-framework-provider-external

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
235.4 MB413535641811.822
compile: 17compile: 3.9 MBcompile: 3135compile: 2710compile: 142-compile: 16
test: 6test: 1.5 MBtest: 1000test: 854test: 39-test: 6
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/images/close.gif b/project-info/3.0.8/jersey/project/memleak-test-common/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/memleak-test-common/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/images/collapsed.gif b/project-info/3.0.8/jersey/project/memleak-test-common/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/memleak-test-common/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/images/expanded.gif b/project-info/3.0.8/jersey/project/memleak-test-common/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/memleak-test-common/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/images/external.png b/project-info/3.0.8/jersey/project/memleak-test-common/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/memleak-test-common/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/memleak-test-common/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/memleak-test-common/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/memleak-test-common/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/memleak-test-common/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/memleak-test-common/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/memleak-test-common/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/memleak-test-common/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/memleak-test-common/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/memleak-test-common/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/memleak-test-common/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/memleak-test-common/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/memleak-test-common/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/memleak-test-common/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/memleak-test-common/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/images/newwindow.png b/project-info/3.0.8/jersey/project/memleak-test-common/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/memleak-test-common/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/index.html b/project-info/3.0.8/jersey/project/memleak-test-common/index.html new file mode 100644 index 000000000..a9b2e5bdc --- /dev/null +++ b/project-info/3.0.8/jersey/project/memleak-test-common/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-test-framework-memleak-test-common – About + + + + + + + + +
+ +
+
+
+
+

About jersey-test-framework-memleak-test-common

+

Jersey test framework umbrella project

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/project-info.html b/project-info/3.0.8/jersey/project/memleak-test-common/project-info.html new file mode 100644 index 000000000..5013070cf --- /dev/null +++ b/project-info/3.0.8/jersey/project/memleak-test-common/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-test-framework-memleak-test-common – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey test framework umbrella project
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/memleak-test-common/project-reports.html b/project-info/3.0.8/jersey/project/memleak-test-common/project-reports.html new file mode 100644 index 000000000..7a2f43c95 --- /dev/null +++ b/project-info/3.0.8/jersey/project/memleak-test-common/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-test-framework-memleak-test-common – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/css/maven-base.css b/project-info/3.0.8/jersey/project/oauth-client-twitter/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth-client-twitter/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/css/maven-theme.css b/project-info/3.0.8/jersey/project/oauth-client-twitter/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth-client-twitter/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/css/print.css b/project-info/3.0.8/jersey/project/oauth-client-twitter/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth-client-twitter/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/css/site.css b/project-info/3.0.8/jersey/project/oauth-client-twitter/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth-client-twitter/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/dependencies.html b/project-info/3.0.8/jersey/project/oauth-client-twitter/dependencies.html new file mode 100644 index 000000000..29334f6d9 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth-client-twitter/dependencies.html @@ -0,0 +1,752 @@ + + + + + + oauth-client-twitter – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-impl3.0.2jarEclipse Distribution License - v 1.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-jackson3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0
org.glassfish.jersey.securityoauth1-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.corejackson-annotations2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-core2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-jakarta-xmlbind-annotations2.13.3jarThe Apache Software License, Version 2.0
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.xml.bindjaxb-core3.0.2jarEclipse Distribution License - v 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.extjersey-entity-filtering3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.securityoauth1-signature3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-json-jackson, jersey-security, oauth1-signature

+

jQuery license: jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-security, oauth-client-twitter, oauth1-signature

+

Eclipse Distribution License v. 1.0: oauth-client-twitter

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-security, oauth1-signature

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-security, oauth1-signature

+

W3C license: jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-security, oauth1-signature

+

EDL 1.0: Jakarta Activation, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-security, oauth1-signature

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-security, oauth1-signature

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API, Old JAXB Core, Old JAXB Runtime

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-json-jackson, jersey-security, oauth1-signature

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-security, oauth-client-twitter, oauth1-signature

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-security, oauth1-signature

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind), Jackson-annotations, Jackson-core, Jakarta Dependency Injection, jackson-databind

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-media-json-jackson

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jackson-annotations-2.13.3.jar75.7 kB84722-Yes
jackson-core-2.13.3.jar374.9 kB15612813-Yes
jackson-databind-2.13.3.jar1.5 MB74670823-Yes
jackson-module-jakarta-xmlbind-annotations-2.13.3.jar31.6 kB30114-Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-core-3.0.2.jar238.4 kB26718124-Yes
jaxb-impl-3.0.2.jar916.6 kB68453819-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-json-jackson-3.0.8.jar80.1 kB674281.8Yes
oauth1-client-3.0.8.jar39.3 kB351921.8Yes
oauth1-signature-3.0.8.jar39.7 kB341821.8Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
246.8 MB470739831971.823
compile: 24compile: 6.8 MBcompile: 4707compile: 3983compile: 197-compile: 23
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/images/close.gif b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/images/collapsed.gif b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/images/expanded.gif b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/images/external.png b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/images/newwindow.png b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth-client-twitter/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/index.html b/project-info/3.0.8/jersey/project/oauth-client-twitter/index.html new file mode 100644 index 000000000..18202886f --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth-client-twitter/index.html @@ -0,0 +1,75 @@ + + + + + + oauth-client-twitter – About + + + + + + + + +
+ +
+
+
+
+

About oauth-client-twitter

+

Twitter client using OAuth 1 support for Jersey that retrieves Tweets from the home timeline of a + registered Twitter account.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/project-info.html b/project-info/3.0.8/jersey/project/oauth-client-twitter/project-info.html new file mode 100644 index 000000000..70a677473 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth-client-twitter/project-info.html @@ -0,0 +1,87 @@ + + + + + + oauth-client-twitter – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutTwitter client using OAuth 1 support for Jersey that retrieves Tweets from the home timeline of a + registered Twitter account.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth-client-twitter/project-reports.html b/project-info/3.0.8/jersey/project/oauth-client-twitter/project-reports.html new file mode 100644 index 000000000..6eb134e9a --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth-client-twitter/project-reports.html @@ -0,0 +1,82 @@ + + + + + + oauth-client-twitter – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth1-client/css/maven-base.css b/project-info/3.0.8/jersey/project/oauth1-client/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-client/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/oauth1-client/css/maven-theme.css b/project-info/3.0.8/jersey/project/oauth1-client/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-client/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/oauth1-client/css/print.css b/project-info/3.0.8/jersey/project/oauth1-client/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-client/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/oauth1-client/css/site.css b/project-info/3.0.8/jersey/project/oauth1-client/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-client/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/oauth1-client/dependencies.html b/project-info/3.0.8/jersey/project/oauth1-client/dependencies.html new file mode 100644 index 000000000..3b112bd81 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-client/dependencies.html @@ -0,0 +1,566 @@ + + + + + + jersey-security – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.securityoauth1-signature3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-security, oauth1-signature

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-inject-hk2, jersey-security, oauth1-signature

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-inject-hk2, jersey-security, oauth1-signature

+

Public Domain: jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-security, oauth1-signature

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-inject-hk2, jersey-security, oauth1-signature

+

EDL 1.0: jersey-core-client, jersey-inject-hk2, jersey-security, oauth1-signature

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-core-client, jersey-inject-hk2, jersey-security, oauth1-signature

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-security, oauth1-signature

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-inject-hk2, jersey-security, oauth1-signature

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-inject-hk2, jersey-security, oauth1-signature

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
oauth1-signature-3.0.8.jar39.7 kB341821.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
153.6 MB280524681241.814
compile: 7compile: 1.7 MBcompile: 1366compile: 1221compile: 50-compile: 6
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth1-client/images/close.gif b/project-info/3.0.8/jersey/project/oauth1-client/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-client/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-client/images/collapsed.gif b/project-info/3.0.8/jersey/project/oauth1-client/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-client/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-client/images/expanded.gif b/project-info/3.0.8/jersey/project/oauth1-client/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-client/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-client/images/external.png b/project-info/3.0.8/jersey/project/oauth1-client/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-client/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-client/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/oauth1-client/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-client/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-client/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/oauth1-client/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-client/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-client/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/oauth1-client/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-client/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-client/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/oauth1-client/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-client/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-client/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/oauth1-client/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-client/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-client/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/oauth1-client/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-client/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-client/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/oauth1-client/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-client/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-client/images/newwindow.png b/project-info/3.0.8/jersey/project/oauth1-client/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-client/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-client/index.html b/project-info/3.0.8/jersey/project/oauth1-client/index.html new file mode 100644 index 000000000..1c16361e7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-client/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-security – About + + + + + + + + +
+ +
+
+
+
+

About jersey-security

+

Module that adds an OAuth 1 support to Jersey client.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth1-client/project-info.html b/project-info/3.0.8/jersey/project/oauth1-client/project-info.html new file mode 100644 index 000000000..0c883535a --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-client/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-security – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutModule that adds an OAuth 1 support to Jersey client.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth1-client/project-reports.html b/project-info/3.0.8/jersey/project/oauth1-client/project-reports.html new file mode 100644 index 000000000..ef2a9d1f5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-client/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-security – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth1-server/css/maven-base.css b/project-info/3.0.8/jersey/project/oauth1-server/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-server/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/oauth1-server/css/maven-theme.css b/project-info/3.0.8/jersey/project/oauth1-server/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-server/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/oauth1-server/css/print.css b/project-info/3.0.8/jersey/project/oauth1-server/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-server/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/oauth1-server/css/site.css b/project-info/3.0.8/jersey/project/oauth1-server/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-server/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/oauth1-server/dependencies.html b/project-info/3.0.8/jersey/project/oauth1-server/dependencies.html new file mode 100644 index 000000000..feade528e --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-server/dependencies.html @@ -0,0 +1,613 @@ + + + + + + oauth1-server – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.securityoauth1-signature3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, oauth1-server, oauth1-signature

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-inject-hk2, oauth1-server, oauth1-signature

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-inject-hk2, oauth1-server, oauth1-signature

+

Public Domain: jersey-core-client, jersey-core-common, jersey-inject-hk2, oauth1-server, oauth1-signature

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-inject-hk2, oauth1-server, oauth1-signature

+

EDL 1.0: jersey-core-client, jersey-inject-hk2, oauth1-server, oauth1-signature

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-inject-hk2, oauth1-server, oauth1-signature

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, oauth1-server, oauth1-signature

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-inject-hk2, oauth1-server, oauth1-signature

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-inject-hk2, oauth1-server, oauth1-signature

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
oauth1-signature-3.0.8.jar39.7 kB341821.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
174.7 MB363732241601.816
compile: 9compile: 2.7 MBcompile: 2198compile: 1977compile: 86-compile: 8
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth1-server/images/close.gif b/project-info/3.0.8/jersey/project/oauth1-server/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-server/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-server/images/collapsed.gif b/project-info/3.0.8/jersey/project/oauth1-server/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-server/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-server/images/expanded.gif b/project-info/3.0.8/jersey/project/oauth1-server/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-server/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-server/images/external.png b/project-info/3.0.8/jersey/project/oauth1-server/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-server/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-server/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/oauth1-server/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-server/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-server/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/oauth1-server/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-server/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-server/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/oauth1-server/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-server/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-server/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/oauth1-server/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-server/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-server/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/oauth1-server/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-server/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-server/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/oauth1-server/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-server/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-server/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/oauth1-server/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-server/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-server/images/newwindow.png b/project-info/3.0.8/jersey/project/oauth1-server/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-server/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-server/index.html b/project-info/3.0.8/jersey/project/oauth1-server/index.html new file mode 100644 index 000000000..40a735c0e --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-server/index.html @@ -0,0 +1,74 @@ + + + + + + oauth1-server – About + + + + + + + + +
+ +
+
+
+
+

About oauth1-server

+

Module that adds an OAuth 1 support to Jersey server

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth1-server/project-info.html b/project-info/3.0.8/jersey/project/oauth1-server/project-info.html new file mode 100644 index 000000000..02ec19847 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-server/project-info.html @@ -0,0 +1,86 @@ + + + + + + oauth1-server – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutModule that adds an OAuth 1 support to Jersey server
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth1-server/project-reports.html b/project-info/3.0.8/jersey/project/oauth1-server/project-reports.html new file mode 100644 index 000000000..ae7ce1b7a --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-server/project-reports.html @@ -0,0 +1,82 @@ + + + + + + oauth1-server – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/css/maven-base.css b/project-info/3.0.8/jersey/project/oauth1-signature/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-signature/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/css/maven-theme.css b/project-info/3.0.8/jersey/project/oauth1-signature/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-signature/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/css/print.css b/project-info/3.0.8/jersey/project/oauth1-signature/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-signature/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/css/site.css b/project-info/3.0.8/jersey/project/oauth1-signature/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-signature/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/dependencies.html b/project-info/3.0.8/jersey/project/oauth1-signature/dependencies.html new file mode 100644 index 000000000..7927585c8 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-signature/dependencies.html @@ -0,0 +1,520 @@ + + + + + + oauth1-signature – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-common, jersey-inject-hk2, oauth1-signature

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-inject-hk2, oauth1-signature

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-inject-hk2, oauth1-signature

+

Public Domain: jersey-core-common, jersey-inject-hk2, oauth1-signature

+

New BSD License: Hamcrest Core

+

W3C license: jersey-inject-hk2, oauth1-signature

+

EDL 1.0: jersey-inject-hk2, oauth1-signature

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-inject-hk2, oauth1-signature

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-common, jersey-inject-hk2, oauth1-signature

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-inject-hk2, oauth1-signature

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-inject-hk2, oauth1-signature

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
133.3 MB257322841111.812
compile: 5compile: 1.4 MBcompile: 1134compile: 1037compile: 37-compile: 4
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/images/close.gif b/project-info/3.0.8/jersey/project/oauth1-signature/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-signature/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/images/collapsed.gif b/project-info/3.0.8/jersey/project/oauth1-signature/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-signature/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/images/expanded.gif b/project-info/3.0.8/jersey/project/oauth1-signature/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-signature/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/images/external.png b/project-info/3.0.8/jersey/project/oauth1-signature/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-signature/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/oauth1-signature/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-signature/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/oauth1-signature/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-signature/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/oauth1-signature/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-signature/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/oauth1-signature/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-signature/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/oauth1-signature/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-signature/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/oauth1-signature/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-signature/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/oauth1-signature/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-signature/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/images/newwindow.png b/project-info/3.0.8/jersey/project/oauth1-signature/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth1-signature/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/index.html b/project-info/3.0.8/jersey/project/oauth1-signature/index.html new file mode 100644 index 000000000..6dea621df --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-signature/index.html @@ -0,0 +1,74 @@ + + + + + + oauth1-signature – About + + + + + + + + +
+ +
+
+
+
+

About oauth1-signature

+

OAuth1 signature module

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/project-info.html b/project-info/3.0.8/jersey/project/oauth1-signature/project-info.html new file mode 100644 index 000000000..291f47d1c --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-signature/project-info.html @@ -0,0 +1,86 @@ + + + + + + oauth1-signature – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutOAuth1 signature module
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth1-signature/project-reports.html b/project-info/3.0.8/jersey/project/oauth1-signature/project-reports.html new file mode 100644 index 000000000..344f569cf --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth1-signature/project-reports.html @@ -0,0 +1,82 @@ + + + + + + oauth1-signature – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth2-client/css/maven-base.css b/project-info/3.0.8/jersey/project/oauth2-client/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth2-client/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/oauth2-client/css/maven-theme.css b/project-info/3.0.8/jersey/project/oauth2-client/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth2-client/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/oauth2-client/css/print.css b/project-info/3.0.8/jersey/project/oauth2-client/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth2-client/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/oauth2-client/css/site.css b/project-info/3.0.8/jersey/project/oauth2-client/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth2-client/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/oauth2-client/dependencies.html b/project-info/3.0.8/jersey/project/oauth2-client/dependencies.html new file mode 100644 index 000000000..6d29c5ae5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth2-client/dependencies.html @@ -0,0 +1,650 @@ + + + + + + oauth2-client – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-binding3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1-jarThe Apache Software License, Version 2.0
jakarta.jsonjakarta.json-api2.0.2-jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api2.0.0-jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.ws.rsjakarta.ws.rs-api3.0.0-jarEPL-2.0GPL-2.0-with-classpath-exception
org.eclipseyasson2.0.4-jarEclipse Public License v. 2.0Eclipse Distribution License v. 1.0
org.eclipse.parssonparsson1.0.0-jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfishjakarta.json2.0.0modulejarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.hk2osgi-resource-locator1.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8-jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-json-binding, oauth2-client

+

Eclipse Public License 2.0: Eclipse Parsson, JSON-B API, JSON-P Default Provider, Jakarta JSON Processing API

+

jQuery license: jersey-core-client, jersey-inject-hk2, jersey-media-json-binding, oauth2-client

+

Eclipse Distribution License v. 1.0: org.eclipse.yasson

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-inject-hk2, jersey-media-json-binding, oauth2-client

+

Public Domain: jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-json-binding, oauth2-client

+

W3C license: jersey-core-client, jersey-inject-hk2, jersey-media-json-binding, oauth2-client

+

Eclipse Public License v. 2.0: org.eclipse.yasson

+

EDL 1.0: jersey-core-client, jersey-inject-hk2, jersey-media-json-binding, oauth2-client

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, JSON-B API, JSON-P Default Provider, Jakarta JSON Processing API

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-core-client, jersey-inject-hk2, jersey-media-json-binding, oauth2-client

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-json-binding, oauth2-client

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-inject-hk2, jersey-media-json-binding, oauth2-client

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-inject-hk2, jersey-media-json-binding, oauth2-client

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
yasson-2.0.4.jar364.5 kB28224010-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
jakarta.json-2.0.0-module.jar115.5 kB77613-Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-json-binding-3.0.8.jar26.1 kB24721.8Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
183.9 MB288524891161.817
compile: 12compile: 2.4 MBcompile: 1885compile: 1635compile: 77-compile: 11
test: 6test: 1.5 MBtest: 1000test: 854test: 39-test: 6
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth2-client/images/close.gif b/project-info/3.0.8/jersey/project/oauth2-client/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth2-client/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth2-client/images/collapsed.gif b/project-info/3.0.8/jersey/project/oauth2-client/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth2-client/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth2-client/images/expanded.gif b/project-info/3.0.8/jersey/project/oauth2-client/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth2-client/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth2-client/images/external.png b/project-info/3.0.8/jersey/project/oauth2-client/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth2-client/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/oauth2-client/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/oauth2-client/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth2-client/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth2-client/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/oauth2-client/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth2-client/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth2-client/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/oauth2-client/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth2-client/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth2-client/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/oauth2-client/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth2-client/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/oauth2-client/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/oauth2-client/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth2-client/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/oauth2-client/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/oauth2-client/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth2-client/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/oauth2-client/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/oauth2-client/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth2-client/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/oauth2-client/images/newwindow.png b/project-info/3.0.8/jersey/project/oauth2-client/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/oauth2-client/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/oauth2-client/index.html b/project-info/3.0.8/jersey/project/oauth2-client/index.html new file mode 100644 index 000000000..bcb66da2c --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth2-client/index.html @@ -0,0 +1,74 @@ + + + + + + oauth2-client – About + + + + + + + + +
+ +
+
+
+
+

About oauth2-client

+

Module that adds an OAuth 2 support to Jersey client

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth2-client/project-info.html b/project-info/3.0.8/jersey/project/oauth2-client/project-info.html new file mode 100644 index 000000000..8f09b86e2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth2-client/project-info.html @@ -0,0 +1,86 @@ + + + + + + oauth2-client – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutModule that adds an OAuth 2 support to Jersey client
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/oauth2-client/project-reports.html b/project-info/3.0.8/jersey/project/oauth2-client/project-reports.html new file mode 100644 index 000000000..2ce553a18 --- /dev/null +++ b/project-info/3.0.8/jersey/project/oauth2-client/project-reports.html @@ -0,0 +1,82 @@ + + + + + + oauth2-client – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/open-tracing/css/maven-base.css b/project-info/3.0.8/jersey/project/open-tracing/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/open-tracing/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/open-tracing/css/maven-theme.css b/project-info/3.0.8/jersey/project/open-tracing/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/open-tracing/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/open-tracing/css/print.css b/project-info/3.0.8/jersey/project/open-tracing/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/open-tracing/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/open-tracing/css/site.css b/project-info/3.0.8/jersey/project/open-tracing/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/open-tracing/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/open-tracing/dependencies.html b/project-info/3.0.8/jersey/project/open-tracing/dependencies.html new file mode 100644 index 000000000..d90b68a39 --- /dev/null +++ b/project-info/3.0.8/jersey/project/open-tracing/dependencies.html @@ -0,0 +1,2671 @@ + + + + + + jersey-examples-open-tracing – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.uber.jaegerjaeger-core0.27.0jarApache 2.0 License
io.opentracingopentracing-api0.30.0jarThe Apache Software License, Version 2.0
io.opentracingopentracing-util0.30.0jarThe Apache Software License, Version 2.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.incubatorjersey-open-tracing3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-frameworkjersey-test-framework-util3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.google.code.gsongson2.9.0jarApache-2.0
com.squareup.okhttp3okhttp3.9.0jarApache 2.0
com.squareup.okiookio1.13.0jarApache 2.0
com.uber.jaegerjaeger-thrift0.27.0jarApache 2.0 License
commons-codeccommons-codec1.11jarApache License, Version 2.0
commons-loggingcommons-logging1.2jarThe Apache Software License, Version 2.0
io.opentracingopentracing-noop0.30.0jarThe Apache Software License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.apache.httpcomponentshttpclient4.5.13jarApache License, Version 2.0
org.apache.thriftlibthrift0.9.2jarThe Apache Software License, Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache 2.0: OkHttp, Okio

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-open-tracing, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Apache Commons Codec, Apache HttpClient, Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

Apache-2.0: Gson

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-open-tracing, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-open-tracing

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-open-tracing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-test-framework-util

+

Apache 2.0 License: jaeger-client

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Apache Commons Logging, Apache Thrift, Jakarta Dependency Injection, OpenTracing API, OpenTracing-noop, OpenTracing-util, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
gson-2.9.0.jar249.3 kB20918910-Yes
okhttp-3.9.0.jar405.7 kB224203131.7Yes
okio-1.13.0.jar81.8 kB514311.7Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaeger-core-0.27.0.jar136.7 kB135118121.6Yes
jaeger-thrift-0.27.0.jar676.8 kB44843071.6Yes
commons-codec-1.11.jar335 kB2439671.6Yes
commons-logging-1.2.jar61.8 kB422821.2Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
opentracing-api-0.30.0.jar14.1 kB312031.6Yes
opentracing-noop-0.30.0.jar12.4 kB241511.6Yes
opentracing-util-0.30.0.jar7.6 kB14411.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
httpclient-4.5.13.jar780.3 kB511470241.6Yes
libthrift-0.9.2.jar227.7 kB18417171.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-open-tracing-3.0.8.jar38.4 kB261211.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-util-3.0.8.jar34.9 kB281131.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9917.7 MB12811108714701.890
compile: 31compile: 8.8 MBcompile: 6340compile: 5553compile: 248-compile: 30
test: 68test: 8.9 MBtest: 6471test: 5318test: 222-test: 60
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/open-tracing/images/close.gif b/project-info/3.0.8/jersey/project/open-tracing/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/open-tracing/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/open-tracing/images/collapsed.gif b/project-info/3.0.8/jersey/project/open-tracing/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/open-tracing/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/open-tracing/images/expanded.gif b/project-info/3.0.8/jersey/project/open-tracing/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/open-tracing/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/open-tracing/images/external.png b/project-info/3.0.8/jersey/project/open-tracing/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/open-tracing/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/open-tracing/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/open-tracing/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/open-tracing/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/open-tracing/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/open-tracing/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/open-tracing/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/open-tracing/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/open-tracing/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/open-tracing/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/open-tracing/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/open-tracing/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/open-tracing/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/open-tracing/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/open-tracing/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/open-tracing/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/open-tracing/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/open-tracing/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/open-tracing/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/open-tracing/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/open-tracing/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/open-tracing/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/open-tracing/images/newwindow.png b/project-info/3.0.8/jersey/project/open-tracing/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/open-tracing/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/open-tracing/index.html b/project-info/3.0.8/jersey/project/open-tracing/index.html new file mode 100644 index 000000000..afc2ec2d7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/open-tracing/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-open-tracing – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-open-tracing

+

Jersey OpenTracing example

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/open-tracing/project-info.html b/project-info/3.0.8/jersey/project/open-tracing/project-info.html new file mode 100644 index 000000000..0c53a15e9 --- /dev/null +++ b/project-info/3.0.8/jersey/project/open-tracing/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-open-tracing – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey OpenTracing example
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/open-tracing/project-reports.html b/project-info/3.0.8/jersey/project/open-tracing/project-reports.html new file mode 100644 index 000000000..5f7cd60f4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/open-tracing/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-open-tracing – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/maven-base.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/maven-theme.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/print.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/site.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/dependencies.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/dependencies.html new file mode 100644 index 000000000..d3974ca9f --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/dependencies.html @@ -0,0 +1,187 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-additional – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
+
+

Project Transitive Dependencies

+

No transitive dependencies are required for this project.

+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

jQuery license: jersey-examples-osgi-helloworld-webapp-additional

+

Eclipse Distribution License v. 1.0: jersey-examples-osgi-helloworld-webapp-additional

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-examples-osgi-helloworld-webapp-additional

+

EPL-2.0: jakarta.ws.rs-api

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
1138.8 kB15313670.01
provided: 1provided: 138.8 kBprovided: 153provided: 136provided: 7-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/close.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/collapsed.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/expanded.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/external.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/newwindow.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/index.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/index.html new file mode 100644 index 000000000..8ef43255d --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-additional – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-osgi-helloworld-webapp-additional

+

OSGi Helloworld Webapp - additional bundle

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/project-info.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/project-info.html new file mode 100644 index 000000000..7e5c05d03 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-additional – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutOSGi Helloworld Webapp - additional bundle
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/project-reports.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/project-reports.html new file mode 100644 index 000000000..8072fc8fb --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-additional – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/maven-base.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/maven-theme.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/print.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/site.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/dependencies.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/dependencies.html new file mode 100644 index 000000000..689515b10 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/dependencies.html @@ -0,0 +1,187 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-alternate-version – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
+
+

Project Transitive Dependencies

+

No transitive dependencies are required for this project.

+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

jQuery license: jersey-examples-osgi-helloworld-webapp-alternate-version

+

Eclipse Distribution License v. 1.0: jersey-examples-osgi-helloworld-webapp-alternate-version

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-examples-osgi-helloworld-webapp-alternate-version

+

EPL-2.0: jakarta.ws.rs-api

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
1138.8 kB15313670.01
provided: 1provided: 138.8 kBprovided: 153provided: 136provided: 7-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/close.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/collapsed.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/expanded.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/external.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/newwindow.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/index.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/index.html new file mode 100644 index 000000000..1172694ba --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-alternate-version – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-osgi-helloworld-webapp-alternate-version

+

OSGi Helloworld Webapp - alternate version bundle

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/project-info.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/project-info.html new file mode 100644 index 000000000..1b024c4b0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-alternate-version – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutOSGi Helloworld Webapp - alternate version bundle
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/project-reports.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/project-reports.html new file mode 100644 index 000000000..98b272e41 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-alternate-version – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/print.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/site.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/maven-base.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/maven-theme.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/print.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/site.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/dependencies.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/dependencies.html new file mode 100644 index 000000000..f490174d4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/dependencies.html @@ -0,0 +1,1841 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-test – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
junitjunit4.13.1jarEclipse Public License 1.0
org.apache.felixorg.apache.felix.eventadmin1.5.0jarApache License, Version 2.0
org.apache.felixorg.apache.felix.framework7.0.0jarApache License, Version 2.0
org.apache.felixorg.apache.felix.framework.security2.6.1jarApache License, Version 2.0
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.examples.osgi-helloworld-webappwar-bundle3.0.8warEclipse Distribution License v. 1.0jQuery licenseMIT license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.ops4j.pax.exampax-exam-container-forked4.13.4jarApache License, Version 2.0
org.ops4j.pax.exampax-exam-junit44.13.4jarApache License, Version 2.0
org.ops4j.pax.exampax-exam-link-mvn4.13.4jarApache License, Version 2.0
org.ops4j.pax.webpax-web-extender-war0.7.4jarALv2
org.ops4j.pax.webpax-web-jetty-bundle0.7.4jarALv2
org.osgiorg.osgi.service.cm1.6.0jarApache-2.0
org.slf4jslf4j-log4j121.6.4jarMIT License
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.examples.osgi-helloworld-webappadditional-bundle3.0.8jarEclipse Distribution License v. 1.0jQuery licenseMIT license
org.glassfish.jersey.examples.osgi-helloworld-webappalternate-version-bundle3.0.8jarEclipse Distribution License v. 1.0jQuery licenseMIT license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
biz.aQute.bndbndlib2.4.0jarApache Software License 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
log4jlog4j1.2.16jar-
org.apache.maven.resolvermaven-resolver-api1.3.1jarApache License, Version 2.0
org.apache.maven.resolvermaven-resolver-impl1.3.1jarApache License, Version 2.0
org.apache.maven.resolvermaven-resolver-spi1.3.1jarApache License, Version 2.0
org.apache.maven.resolvermaven-resolver-util1.3.1jarApache License, Version 2.0
org.codehaus.mojoanimal-sniffer-annotations1.9jarMIT license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.hamcresthamcrest-core1.3jarNew BSD License
org.ops4j.baseops4j-base-exec1.5.1jarALv2
org.ops4j.baseops4j-base-io1.5.1jarALv2
org.ops4j.baseops4j-base-lang1.5.1jarALv2
org.ops4j.baseops4j-base-monitors1.5.1jarALv2
org.ops4j.baseops4j-base-net1.5.1jarALv2
org.ops4j.baseops4j-base-spi1.5.1jarALv2
org.ops4j.baseops4j-base-store1.5.1jarALv2
org.ops4j.baseops4j-base-util-collections1.2.2jarALv2
org.ops4j.baseops4j-base-util-property1.5.1jarALv2
org.ops4j.baseops4j-base-util-xml1.2.2jarALv2
org.ops4j.pax.exampax-exam4.13.4jarApache License, Version 2.0
org.ops4j.pax.exampax-exam-spi4.13.4jarApache License, Version 2.0
org.ops4j.pax.swissboxpax-swissbox-core1.3.0jarALv2
org.ops4j.pax.swissboxpax-swissbox-extender1.3.0jarALv2
org.ops4j.pax.swissboxpax-swissbox-framework1.8.3jarALv2
org.ops4j.pax.swissboxpax-swissbox-lifecycle1.8.3jarALv2
org.ops4j.pax.swissboxpax-swissbox-optional-jcl1.3.0jarALv2
org.ops4j.pax.swissboxpax-swissbox-property1.8.3jarALv2
org.ops4j.pax.swissboxpax-swissbox-tracker1.8.3jarALv2
org.ops4j.pax.tinybundlestinybundles2.1.1jarALv2
org.ops4j.pax.urlpax-url-aether2.6.2jarALv2
org.ops4j.pax.urlpax-url-aether-support2.6.2jarALv2
org.ops4j.pax.urlpax-url-classpath2.6.2jarALv2
org.ops4j.pax.urlpax-url-commons2.6.2jarALv2
org.ops4j.pax.urlpax-url-link2.6.2jarALv2
org.slf4jjcl-over-slf4j1.6.6jarMIT License
org.slf4jslf4j-api1.6.4jarMIT License
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.osgiorg.osgi.core6.0.0jarApache License, Version 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-servlet-core, jersey-core-client, jersey-examples-osgi-helloworld-webapp-additional, jersey-examples-osgi-helloworld-webapp-alternate-version, jersey-examples-osgi-helloworld-webapp-test, jersey-examples-osgi-helloworld-webapp-wab, jersey-inject-hk2

+

MIT License: JCL 1.1.1 implemented over SLF4J, SLF4J API Module, SLF4J LOG4J-12 Binding

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

Apache Software License 2.0: A Swiss Army Knife for OSGi

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache-2.0: org.osgi:org.osgi.service.cm

+

Apache License, Version 2.0: Apache Felix EventAdmin, Apache Felix Framework, Apache Felix Security Provider, Maven Artifact Resolver API, Maven Artifact Resolver Implementation, Maven Artifact Resolver SPI, Maven Artifact Resolver Utilities, OPS4J Pax Exam API, OPS4J Pax Exam Driver JUnit4, OPS4J Pax Exam Forked Test Container, OPS4J Pax Exam Links for Maven, OPS4J Pax Exam UI Low Level SPI, org.osgi.core

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: Animal Sniffer Annotations, jersey-container-servlet-core, jersey-core-client, jersey-examples-osgi-helloworld-webapp-additional, jersey-examples-osgi-helloworld-webapp-alternate-version, jersey-examples-osgi-helloworld-webapp-test, jersey-examples-osgi-helloworld-webapp-wab, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Apache License, 2.0: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2

+

Eclipse Distribution License v. 1.0: jersey-examples-osgi-helloworld-webapp-additional, jersey-examples-osgi-helloworld-webapp-alternate-version, jersey-examples-osgi-helloworld-webapp-test, jersey-examples-osgi-helloworld-webapp-wab

+

Public Domain: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

W3C license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

EDL 1.0: Jakarta Activation, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2

+

Modified BSD: jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

ALv2: OPS4J Base - Execution, OPS4J Base - IO, OPS4J Base - Lang, OPS4J Base - Monitors, OPS4J Base - Net, OPS4J Base - Service Provider Access, OPS4J Base - Store, OPS4J Base - Util - Collections, OPS4J Base - Util - Property, OPS4J Base - Util - XML, OPS4J Pax Swissbox :: Extender, OPS4J Pax Swissbox :: Framework Helpers, OPS4J Pax Swissbox :: Lifecycle, OPS4J Pax Swissbox :: OSGi Core, OPS4J Pax Swissbox :: Optional JCL, OPS4J Pax Swissbox :: Property, OPS4J Pax Swissbox :: Tracker, OPS4J Pax Tinybundles, OPS4J Pax Url - Commons, OPS4J Pax Url - classpath:, OPS4J Pax Url - link:, OPS4J Pax Url - mvn:, OPS4J Pax Url - mvn: - support library, OPS4J Pax Web - Extender - WAR, OPS4J Pax Web - Jetty Bundle

+

Eclipse Distribution License - v 1.0: JAXB OSGI, Jakarta XML Binding API

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
bndlib-2.4.0.jar2 MB15266611081.6Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
log4j-1.2.16.jar481.5 kB346308201.1Yes
org.apache.felix.eventadmin-1.5.0.jar81.5 kB735071.7Yes
org.apache.felix.framework-7.0.0.jar765.1 kB454390331.8Yes
org.apache.felix.framework.security-2.6.1.jar88.6 kB694481.5Yes
maven-resolver-api-1.3.1.jar149 kB155131121.7Yes
maven-resolver-impl-1.3.1.jar182.3 kB1179651.7Yes
maven-resolver-spi-1.3.1.jar36.9 kB563481.7Yes
maven-resolver-util-1.3.1.jar160.1 kB128101131.7Yes
animal-sniffer-annotations-1.9.jar3.4 kB12111.5No
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
additional-bundle/target/classes-000-No
alternate-version-bundle/target/classes-000-No
war-bundle/target/classes-000-No
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
ops4j-base-exec-1.5.1.jar13.4 kB20711.7Yes
ops4j-base-io-1.5.1.jar26 kB241111.7Yes
ops4j-base-lang-1.5.1.jar11.3 kB17411.7Yes
ops4j-base-monitors-1.5.1.jar12.9 kB23831.7Yes
ops4j-base-net-1.5.1.jar17.8 kB19611.7Yes
ops4j-base-spi-1.5.1.jar12 kB17411.7Yes
ops4j-base-store-1.5.1.jar12.7 kB19521.7Yes
ops4j-base-util-collections-1.2.2.jar8.2 kB14311.5Yes
ops4j-base-util-property-1.5.1.jar10.6 kB19511.7Yes
ops4j-base-util-xml-1.2.2.jar9 kB14311.5Yes
pax-exam-4.13.4.jar87.6 kB1058561.7Yes
pax-exam-container-forked-4.13.4.jar32 kB281021.7Yes
pax-exam-junit4-4.13.4.jar35.4 kB311521.7Yes
pax-exam-link-mvn-4.13.4.jar11.4 kB3000-No
pax-exam-spi-4.13.4.jar70 kB583861.7Yes
pax-swissbox-core-1.3.0.jar8.3 kB17511.5Yes
pax-swissbox-extender-1.3.0.jar15.7 kB231111.5Yes
pax-swissbox-framework-1.8.3.jar14.2 kB18611.6Yes
pax-swissbox-lifecycle-1.8.3.jar6.6 kB18611.6Yes
pax-swissbox-optional-jcl-1.3.0.jar6.5 kB16511.5Yes
pax-swissbox-property-1.8.3.jar4 kB13111.6Yes
pax-swissbox-tracker-1.8.3.jar15.2 kB221011.6Yes
tinybundles-2.1.1.jar29.6 kB331531.6Yes
pax-url-aether-2.6.2.jar3.4 MB233619601831.7Yes
pax-url-aether-support-2.6.2.jar5.7 kB13111.7Yes
pax-url-classpath-2.6.2.jar9 kB19621.7Yes
pax-url-commons-2.6.2.jar9.7 kB19611.7Yes
pax-url-link-2.6.2.jar7.8 kB18521.7Yes
pax-web-extender-war-0.7.4.jar104.1 kB12468121.5Yes
pax-web-jetty-bundle-0.7.4.jar1 MB616482361.5Yes
org.osgi.core-6.0.0.jar475.3 kB387158211.5Yes
org.osgi.service.cm-1.6.0.jar55.2 kB531721.7Yes
jcl-over-slf4j-1.6.6.jar17.3 kB23921.3Yes
slf4j-api-1.6.4.jar26 kB342331.3Yes
slf4j-log4j12-1.6.4.jar9.7 kB16611.3Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
6817.9 MB13710103338211.862
compile: 9compile: 2 MBcompile: 1646compile: 1462compile: 54-compile: 8
test: 55test: 15.1 MBtest: 11479test: 8547test: 735-test: 52
provided: 4provided: 742.8 kBprovided: 585provided: 324provided: 32-provided: 2
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/close.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/collapsed.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/expanded.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/external.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/newwindow.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/index.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/index.html new file mode 100644 index 000000000..c0e2c4998 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/index.html @@ -0,0 +1,73 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-test – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-osgi-helloworld-webapp-test

+

Jersey examples

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/project-info.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/project-info.html new file mode 100644 index 000000000..1f14b46d9 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/project-info.html @@ -0,0 +1,85 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-test – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey examples
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/external.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/index.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/index.html new file mode 100644 index 000000000..c15e48693 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/index.html @@ -0,0 +1,102 @@ + + + + + + jersey-examples-osgi-helloworld-webapp – About + + + + + + + + + +
+
+
+

About jersey-examples-osgi-helloworld-webapp

+

Jersey examples

+
+

Project Modules

+

This project has declared the following modules:

+ + + + + + + + + + + + + + + + + + +
NameDescription
jersey-examples-osgi-helloworld-webapp-wabOSGi Helloworld Webapp WAR bundle
jersey-examples-osgi-helloworld-webapp-testJersey examples
jersey-examples-osgi-helloworld-webapp-libOSGi Helloworld Webapp - lib bundle
jersey-examples-osgi-helloworld-webapp-additionalOSGi Helloworld Webapp - additional bundle
jersey-examples-osgi-helloworld-webapp-alternate-versionOSGi Helloworld Webapp - alternate version bundle
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/maven-base.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/maven-theme.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/print.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/site.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/dependencies.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/dependencies.html new file mode 100644 index 000000000..0c768c259 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/dependencies.html @@ -0,0 +1,187 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-lib – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
+
+

Project Transitive Dependencies

+

No transitive dependencies are required for this project.

+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

jQuery license: jersey-examples-osgi-helloworld-webapp-lib

+

Eclipse Distribution License v. 1.0: jersey-examples-osgi-helloworld-webapp-lib

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-examples-osgi-helloworld-webapp-lib

+

EPL-2.0: jakarta.ws.rs-api

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
1138.8 kB15313670.01
provided: 1provided: 138.8 kBprovided: 153provided: 136provided: 7-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/close.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/collapsed.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/expanded.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/external.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/newwindow.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/index.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/index.html new file mode 100644 index 000000000..0c5b5bc5c --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-lib – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-osgi-helloworld-webapp-lib

+

OSGi Helloworld Webapp - lib bundle

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/project-info.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/project-info.html new file mode 100644 index 000000000..c1183fae2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-lib – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutOSGi Helloworld Webapp - lib bundle
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/project-reports.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/project-reports.html new file mode 100644 index 000000000..ffed080df --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-lib – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/project-info.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/project-info.html new file mode 100644 index 000000000..d3cea9719 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/project-info.html @@ -0,0 +1,89 @@ + + + + + + jersey-examples-osgi-helloworld-webapp – Project Information + + + + + + + + + +
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + +
DocumentDescription
AboutJersey examples
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/maven-base.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/maven-theme.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/print.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/site.css b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/dependencies.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/dependencies.html new file mode 100644 index 000000000..562523153 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/dependencies.html @@ -0,0 +1,578 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-wab – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.examples.osgi-helloworld-webappadditional-bundle3.0.8jarEclipse Distribution License v. 1.0jQuery licenseMIT license
org.glassfish.jersey.examples.osgi-helloworld-webappalternate-version-bundle3.0.8jarEclipse Distribution License v. 1.0jQuery licenseMIT license
org.glassfish.jersey.examples.osgi-helloworld-webapplib-bundle3.0.8jarEclipse Distribution License v. 1.0jQuery licenseMIT license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.apache.felixorg.apache.felix.eventadmin1.5.0jarApache License, Version 2.0
org.apache.felixorg.apache.felix.framework7.0.0jarApache License, Version 2.0
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.codehaus.mojoanimal-sniffer-annotations1.9jarMIT license
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server

+

jQuery license: jersey-container-servlet-core, jersey-core-client, jersey-examples-osgi-helloworld-webapp-additional, jersey-examples-osgi-helloworld-webapp-alternate-version, jersey-examples-osgi-helloworld-webapp-lib, jersey-examples-osgi-helloworld-webapp-wab

+

Eclipse Distribution License v. 1.0: jersey-examples-osgi-helloworld-webapp-additional, jersey-examples-osgi-helloworld-webapp-alternate-version, jersey-examples-osgi-helloworld-webapp-lib, jersey-examples-osgi-helloworld-webapp-wab

+

GPL2 w/ CPE: Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, jersey-container-servlet-core, jersey-core-client

+

Public Domain: jersey-container-servlet-core, jersey-core-client, jersey-core-common

+

W3C license: jersey-container-servlet-core, jersey-core-client

+

EDL 1.0: jersey-container-servlet-core, jersey-core-client

+

Apache License 2.0: Jakarta Bean Validation API

+

Modified BSD: jersey-container-servlet-core, jersey-core-client, jersey-core-server

+

Apache License, Version 2.0: Apache Felix EventAdmin, Apache Felix Framework

+

EPL 2.0: Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: Animal Sniffer Annotations, jersey-container-servlet-core, jersey-core-client, jersey-examples-osgi-helloworld-webapp-additional, jersey-examples-osgi-helloworld-webapp-alternate-version, jersey-examples-osgi-helloworld-webapp-lib, jersey-examples-osgi-helloworld-webapp-wab

+

BSD 2-Clause: jersey-container-servlet-core, jersey-core-client

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
org.apache.felix.eventadmin-1.5.0.jar81.5 kB735071.7Yes
org.apache.felix.framework-7.0.0.jar765.1 kB454390331.8Yes
animal-sniffer-annotations-1.9.jar3.4 kB12111.5No
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
additional-bundle/target/classes-000-No
alternate-version-bundle/target/classes-000-No
lib-bundle/target/classes-000-No
TotalSizeEntriesClassesPackagesJava VersionDebug Information
163.9 MB291525291331.811
compile: 3compile: 0.1 kB-----
provided: 13provided: 3.9 MBprovided: 2915provided: 2529provided: 133-provided: 11
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/close.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/collapsed.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/expanded.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/external.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/newwindow.png b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/index.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/index.html new file mode 100644 index 000000000..0ed2fed26 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-wab – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-osgi-helloworld-webapp-wab

+

OSGi Helloworld Webapp WAR bundle

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/project-info.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/project-info.html new file mode 100644 index 000000000..8c6baa614 --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-wab – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutOSGi Helloworld Webapp WAR bundle
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/project-reports.html b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/project-reports.html new file mode 100644 index 000000000..e3f328d3c --- /dev/null +++ b/project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-osgi-helloworld-webapp-wab – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project-info.html b/project-info/3.0.8/jersey/project/project-info.html new file mode 100644 index 000000000..916119a82 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project-info.html @@ -0,0 +1,85 @@ + + + + + + jersey-bundles – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + +
DocumentDescription
AboutJersey bundles providers umbrella project module.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/maven-base.css b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/print.css b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/site.css b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/dependencies.html b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/dependencies.html new file mode 100644 index 000000000..71c3caaaf --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/dependencies.html @@ -0,0 +1,2730 @@ + + + + + + jersey-test-framework-maven-container-runner-plugin – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.apache.mavenmaven-artifact3.6.0jarApache License, Version 2.0
org.apache.mavenmaven-core3.6.0jarApache License, Version 2.0
org.apache.mavenmaven-model3.6.0jarApache License, Version 2.0
org.apache.mavenmaven-plugin-api3.6.0jarApache License, Version 2.0
org.codehaus.gmavenplusgmavenplus-plugin1.13.1jarApache 2
org.codehaus.groovygroovy-all3.0.2pomThe Apache Software License, Version 2.0
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.apache.mavenmaven-compat3.6.0jarApache License, Version 2.0
org.apache.maven.plugin-testingmaven-plugin-testing-harness3.3.0jarApache License, Version 2.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.apache.maven.plugin-toolsmaven-plugin-annotations3.6.0jarApache License, Version 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
aopallianceaopalliance1.0-jarPublic Domain
classworldsclassworlds1.1-alpha-2-jar-
com.github.javaparserjavaparser-core3.15.13-jarGNU Lesser General Public LicenseApache License, Version 2.0
com.google.errorproneerror_prone_annotations2.1.3-jarApache 2.0
com.google.guavaguava25.1-android-jarThe Apache Software License, Version 2.0
com.google.injectguice4.2.1no_aopjarThe Apache Software License, Version 2.0
com.google.j2objcj2objc-annotations1.1-jarThe Apache Software License, Version 2.0
commons-iocommons-io2.2-jarThe Apache Software License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1-jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0-jarEPL-2.0GPL-2.0-with-classpath-exception
javax.annotationjsr250-api1.0-jarCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.enterprisecdi-api1.0-jarApache License, Version 2.0
javax.injectjavax.inject1-jarThe Apache Software License, Version 2.0
org.apache.commonscommons-lang33.8.1-jarApache License, Version 2.0
org.apache.mavenmaven-archiver3.3.0-jarApache License, Version 2.0
org.apache.mavenmaven-builder-support3.6.0-jarApache License, Version 2.0
org.apache.mavenmaven-model-builder3.6.0-jarApache License, Version 2.0
org.apache.mavenmaven-repository-metadata3.6.0-jarApache License, Version 2.0
org.apache.mavenmaven-resolver-provider3.6.0-jarApache License, Version 2.0
org.apache.mavenmaven-settings3.6.0-jarApache License, Version 2.0
org.apache.mavenmaven-settings-builder3.6.0-jarApache License, Version 2.0
org.apache.maven.resolvermaven-resolver-api1.3.1-jarApache License, Version 2.0
org.apache.maven.resolvermaven-resolver-impl1.3.1-jarApache License, Version 2.0
org.apache.maven.resolvermaven-resolver-spi1.3.1-jarApache License, Version 2.0
org.apache.maven.resolvermaven-resolver-util1.3.1-jarApache License, Version 2.0
org.apache.maven.sharedmaven-shared-utils3.2.1-jarApache License, Version 2.0
org.checkerframeworkchecker-compat-qual2.0.0-jarGNU General Public License, version 2 (GPL2), with the classpath exceptionThe MIT License
org.codehaus.groovygroovy3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-ant3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-astbuilder3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-cli-picocli3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-console3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-datetime3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-docgenerator3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-groovydoc3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-groovysh3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-jmx3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-json3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-jsr2233.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-macro3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-nio3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-servlet3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-sql3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-swing3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-templates3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-test3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-test-junit53.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-testng3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-xml3.0.2-jarThe Apache Software License, Version 2.0
org.codehaus.mojoanimal-sniffer-annotations1.14-jarMIT license
org.codehaus.plexusplexus-archiver2.2-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-classworlds2.5.2-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-container-default1.0-alpha-9-stable-1-jar-
org.codehaus.plexusplexus-interpolation1.25-jarApache License, Version 2.0
org.codehaus.plexusplexus-io2.0.4-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-utils3.1.0-jarApache License, Version 2.0
org.eclipse.sisuorg.eclipse.sisu.inject0.3.3-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.plexus0.3.3-jarEclipse Public License, Version 1.0
org.glassfish.hk2osgi-resource-locator1.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8-jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.slf4jslf4j-api1.7.25-jarMIT License
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.thoughtworks.qdoxqdox1.12.1jarThe Apache Software License, Version 2.0
info.picoclipicocli4.1.4jarThe Apache Software License, version 2.0
jlinejline2.14.6jarThe BSD License
org.apache.antant1.10.11jarThe Apache Software License, Version 2.0
org.apache.antant-antlr1.10.7jarThe Apache Software License, Version 2.0
org.apache.antant-junit1.10.7jarThe Apache Software License, Version 2.0
org.apache.antant-launcher1.10.11jarThe Apache Software License, Version 2.0
org.apache.ivyivy2.5.0jarThe Apache Software License, Version 2.0
org.fusesource.jansijansi2.1.0jarThe Apache Software License, Version 2.0
org.junit.platformjunit-platform-commons1.6.0jarEclipse Public License v2.0
org.junit.platformjunit-platform-engine1.6.0jarEclipse Public License v2.0
org.junit.platformjunit-platform-launcher1.6.0jarEclipse Public License v2.0
org.opentest4jopentest4j1.2.0jarThe Apache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.beustjcommander1.48jarThe Apache Software License, Version 2.0
org.apache.maven.wagonwagon-provider-api3.2.0jarApache License, Version 2.0
org.beanshellbsh2.0b4jarGNU LESSER GENERAL PUBLIC LICENSE
org.codehaus.plexusplexus-component-annotations1.7.1jarApache License, Version 2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.junit.jupiterjunit-jupiter-api5.6.0jarEclipse Public License v2.0
org.junit.jupiterjunit-jupiter-engine5.6.0jarEclipse Public License v2.0
org.testngtestng6.9.6jarApache Version 2.0, January 2004
org.yamlsnakeyaml1.15jarApache License Version 2.0
+
+

system

+

The following is a list of system dependencies for this project. These dependencies are required to compile the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.suntools1.8.0jar-
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License Version 2.0: SnakeYAML

+

GNU LESSER GENERAL PUBLIC LICENSE: BeanShell

+

Apache 2.0: error-prone annotations

+

The BSD License: JLine

+

Eclipse Public License 1.0: JUnit

+

The Apache License, Version 2.0: org.opentest4j:opentest4j

+

jQuery license: jersey-core-client, jersey-inject-hk2, jersey-test-framework-maven-container-runner-plugin

+

MIT License: SLF4J API Module

+

Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-inject-hk2, jersey-test-framework-maven-container-runner-plugin

+

New BSD License: Hamcrest Core

+

Apache 2: GMavenPlus Plugin

+

Eclipse Public License, Version 1.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus

+

Unknown: Default Plexus Container, classworlds

+

Apache License 2.0: Javassist

+

Apache Version 2.0, January 2004: testng

+

The MIT License: Checker Qual

+

Apache License, Version 2.0: Apache Commons Lang, Apache Maven Archiver, Apache Maven Shared Utils, Apache Maven Wagon :: API, CDI APIs, Maven Artifact, Maven Artifact Resolver API, Maven Artifact Resolver Implementation, Maven Artifact Resolver Provider, Maven Artifact Resolver SPI, Maven Artifact Resolver Utilities, Maven Builder Support, Maven Compat, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Plugin Testing Mechanism, Maven Plugin Tools Java Annotations, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus :: Component Annotations, Plexus Common Utilities, Plexus Interpolation API, javaparser-core

+

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform

+

GNU General Public License, version 2 (GPL2), with the classpath exception: Checker Qual

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-test-framework-maven-container-runner-plugin

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: Animal Sniffer Annotations, jersey-core-client, jersey-inject-hk2, jersey-test-framework-maven-container-runner-plugin

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-inject-hk2, jersey-test-framework-maven-container-runner-plugin

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-test-framework-maven-container-runner-plugin

+

The Apache Software License, version 2.0: picocli - a mighty tiny Command Line Interface

+

Public Domain: AOP alliance, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-test-framework-maven-container-runner-plugin

+

GNU Lesser General Public License: javaparser-core

+

W3C license: jersey-core-client, jersey-inject-hk2, jersey-test-framework-maven-container-runner-plugin

+

EDL 1.0: jersey-core-client, jersey-inject-hk2, jersey-test-framework-maven-container-runner-plugin

+

Modified BSD: jersey-core-client, jersey-inject-hk2, jersey-test-framework-maven-container-runner-plugin

+

LGPL 2.1: Javassist

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Apache Ant + ANTLR, Apache Ant + JUnit, Apache Ant Core, Apache Ant Launcher, Apache Groovy, Apache Ivy, Commons IO, Google Guice - Core Library, Guava: Google Core Libraries for Java, J2ObjC Annotations, JCommander, Jakarta Dependency Injection, Plexus Archiver Component, Plexus Classworlds, Plexus IO Components, QDox, jansi, javax.inject

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
aopalliance-1.0.jar4.5 kB15921.3Yes
classworlds-1.1-alpha-2.jar37.5 kB322231.1Yes
jcommander-1.48.jar63.5 kB675351.5Yes
javaparser-core-3.15.13.jar1.2 MB609573271.8Yes
error_prone_annotations-2.1.3.jar13.7 kB342221.7No
guava-25.1-android.jar2.6 MB19051875181.7Yes
guice-4.2.1-no_aop.jar520.7 kB40639091.7Yes
j2objc-annotations-1.1.jar8.8 kB231211.5Yes
qdox-1.12.1.jar179.8 kB124104111.4Yes
commons-io-2.2.jar173.6 kB12610861.5Yes
picocli-4.1.4.jar351.6 kB2092042-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jsr250-api-1.0.jar5.8 kB161121.5Yes
cdi-api-1.0.jar44.9 kB927571.5Yes
javax.inject-1.jar2.5 kB8611.5No
jline-2.14.6.jar268.8 kB13610591.5Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
ant-1.10.11.jar2.3 MB12461162621.8Yes
ant-antlr-1.10.7.jar12.2 kB12111.8Yes
ant-junit-1.10.7.jar139.9 kB654811.8Yes
ant-launcher-1.10.11.jar18.9 kB14411.8Yes
commons-lang3-3.8.1.jar501.9 kB297272131.7Yes
ivy-2.5.0.jar1.4 MB884771651.7Yes
maven-archiver-3.3.0.jar23.9 kB19511.7Yes
maven-artifact-3.6.0.jar55.1 kB5732111.7Yes
maven-builder-support-3.6.0.jar14.6 kB241011.7Yes
maven-compat-3.6.0.jar291.3 kB215163291.7Yes
maven-core-3.6.0.jar632.3 kB485398561.7Yes
maven-model-3.6.0.jar166 kB715431.7Yes
maven-model-builder-3.6.0.jar177.9 kB150117161.7Yes
maven-plugin-api-3.6.0.jar47.8 kB482761.7Yes
maven-repository-metadata-3.6.0.jar27.5 kB27921.7Yes
maven-resolver-provider-3.6.0.jar66.6 kB432611.7Yes
maven-settings-3.6.0.jar44.6 kB351921.7Yes
maven-settings-builder-3.6.0.jar43.2 kB533251.7Yes
maven-plugin-testing-harness-3.3.0.jar51 kB361731.6Yes
maven-plugin-annotations-3.6.0.jar14.3 kB22711.7Yes
maven-resolver-api-1.3.1.jar149 kB155131121.7Yes
maven-resolver-impl-1.3.1.jar182.3 kB1179651.7Yes
maven-resolver-spi-1.3.1.jar36.9 kB563481.7Yes
maven-resolver-util-1.3.1.jar160.1 kB128101131.7Yes
maven-shared-utils-3.2.1.jar166.6 kB10984101.6Yes
wagon-provider-api-3.2.0.jar55.2 kB603981.7Yes
bsh-2.0b4.jar281.7 kB23815881.2No
checker-compat-qual-2.0.0.jar31.5 kB4728101.7Yes
gmavenplus-plugin-1.13.1.jar108.8 kB523551.7Yes
groovy-3.0.2.jar7.9 MB485246751351.8Yes
groovy-all-3.0.2.pom25.3 kB-----
groovy-ant-3.0.2.jar84.3 kB422731.8Yes
groovy-astbuilder-3.0.2.jar10.5 kB15211.8Yes
groovy-cli-picocli-3.0.2.jar64.2 kB322311.8Yes
groovy-console-3.0.2.jar1.5 MB86179991.8Yes
groovy-datetime-3.0.2.jar19.5 kB16311.8Yes
groovy-docgenerator-3.0.2.jar125.9 kB704911.8Yes
groovy-groovydoc-3.0.2.jar163.2 kB986061.8Yes
groovy-groovysh-3.0.2.jar1 MB473404111.8Yes
groovy-jmx-3.0.2.jar137.4 kB615131.8Yes
groovy-json-3.0.2.jar133 kB816631.8Yes
groovy-jsr223-3.0.2.jar21.3 kB22811.8Yes
groovy-macro-3.0.2.jar234.8 kB16514651.8Yes
groovy-nio-3.0.2.jar33.7 kB21431.8Yes
groovy-servlet-3.0.2.jar26.8 kB201211.8Yes
groovy-sql-3.0.2.jar82.9 kB816621.8Yes
groovy-swing-3.0.2.jar430.7 kB290262121.8Yes
groovy-templates-3.0.2.jar97.5 kB615221.8Yes
groovy-test-3.0.2.jar120 kB704981.8Yes
groovy-test-junit5-3.0.2.jar13.4 kB14311.8Yes
groovy-testng-3.0.2.jar9.8 kB18221.8Yes
groovy-xml-3.0.2.jar284.9 kB189163101.8Yes
animal-sniffer-annotations-1.14.jar3.5 kB12111.5No
plexus-archiver-2.2.jar185 kB137112121.5Yes
plexus-classworlds-2.5.2.jar52.7 kB523751.6Yes
plexus-component-annotations-1.7.1.jar4.3 kB15311.6No
plexus-container-default-1.0-alpha-9-stable-1.jar194.2 kB215175281.1Yes
plexus-interpolation-1.25.jar85.3 kB796271.6Yes
plexus-io-2.0.4.jar58.3 kB624351.5Yes
plexus-utils-3.1.0.jar261.6 kB12910491.6Yes
org.eclipse.sisu.inject-0.3.3.jar379.2 kB28927191.6Yes
org.eclipse.sisu.plexus-0.3.3.jar205.3 kB196164201.6Yes
jansi-2.1.0.jar314.9 kB874031.6Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
junit-jupiter-api-5.6.0.jar154 kB1501358-Yes
junit-jupiter-engine-5.6.0.jar209.4 kB1301139-Yes
junit-platform-commons-1.6.0.jar96.6 kB61417-Yes
junit-platform-engine-1.6.0.jar174.1 kB1391239-Yes
junit-platform-launcher-1.6.0.jar121.8 kB91796-Yes
opentest4j-1.2.0.jar7.7 kB1172-Yes
slf4j-api-1.7.25.jar41.2 kB463441.5Yes
testng-6.9.6.jar869.9 kB597550261.7Yes
snakeyaml-1.15.jar269.3 kB237201191.5Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
10132.5 MB21625191209971.894
compile: 69compile: 22.9 MBcompile: 15340compile: 13745compile: 627-compile: 64
test: 18test: 4.2 MBtest: 3184test: 2679test: 190-test: 16
runtime: 13runtime: 5.4 MBruntime: 3079runtime: 2689runtime: 179-runtime: 13
provided: 1provided: 14.3 kBprovided: 22provided: 7provided: 1-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/close.gif b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/expanded.gif b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/external.png b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/newwindow.png b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/index.html b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/index.html new file mode 100644 index 000000000..430824ef9 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/index.html @@ -0,0 +1,75 @@ + + + + + + jersey-test-framework-maven-container-runner-plugin – About + + + + + + + + +
+ +
+
+
+
+

About jersey-test-framework-maven-container-runner-plugin

+

The container runner maven plugin provides means to start and stop a container (currently, Weblogic, Tomcat and Glassfish4 + are supported). To deploy an application to this container or to repetitively redeploy and test an application in the container.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/project-info.html b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/project-info.html new file mode 100644 index 000000000..630a2a65b --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/project-info.html @@ -0,0 +1,87 @@ + + + + + + jersey-test-framework-maven-container-runner-plugin – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutThe container runner maven plugin provides means to start and stop a container (currently, Weblogic, Tomcat and Glassfish4 + are supported). To deploy an application to this container or to repetitively redeploy and test an application in the container.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/project-reports.html b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/project-reports.html new file mode 100644 index 000000000..5bdd07153 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-test-framework-maven-container-runner-plugin – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/css/maven-base.css b/project-info/3.0.8/jersey/project/project/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/css/print.css b/project-info/3.0.8/jersey/project/project/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/css/site.css b/project-info/3.0.8/jersey/project/project/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/maven-base.css b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/print.css b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/site.css b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/dependencies.html b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/dependencies.html new file mode 100644 index 000000000..178f2dba5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/dependencies.html @@ -0,0 +1,1076 @@ + + + + + + jersey-test-framework-maven-custom-enforcer-rules – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
commons-iocommons-io2.11.0jarApache License, Version 2.0
junitjunit4.13.1jarEclipse Public License 1.0
org.apache.maven.pluginsmaven-enforcer-plugin3.1.0jarApache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
commons-codeccommons-codec1.15jarApache License, Version 2.0
javax.annotationjsr250-api1.0jarCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.enterprisecdi-api1.0jarApache License, Version 2.0
javax.injectjavax.inject1jarThe Apache Software License, Version 2.0
org.apache-extras.beanshellbsh2.0b6jarApache License, Version 2.0
org.apache.commonscommons-lang33.12.0jarApache License, Version 2.0
org.apache.mavenmaven-artifact3.2.5jarApache License, Version 2.0
org.apache.mavenmaven-compat3.2.5jarApache License, Version 2.0
org.apache.mavenmaven-model3.2.5jarApache License, Version 2.0
org.apache.mavenmaven-model-builder3.2.5jarApache License, Version 2.0
org.apache.mavenmaven-plugin-api3.2.5jarApache License, Version 2.0
org.apache.mavenmaven-settings3.2.5jarApache License, Version 2.0
org.apache.maven.enforcerenforcer-api3.1.0jarApache License, Version 2.0
org.apache.maven.enforcerenforcer-rules3.1.0jarApache License, Version 2.0
org.apache.maven.sharedmaven-dependency-tree3.1.1jarApache License, Version 2.0
org.apache.maven.sharedmaven-shared-utils3.3.4jarApache License, Version 2.0
org.apache.maven.wagonwagon-provider-api2.8jarApache License, Version 2.0
org.codehaus.plexusplexus-component-annotations1.5.5jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-interpolation1.21jarThe Apache Software License, Version 2.0
org.eclipse.sisuorg.eclipse.sisu.inject0.3.0.M1jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.plexus0.3.0.M1jarEclipse Public License, Version 1.0
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-common, jersey-inject-hk2, jersey-test-framework-maven-custom-enforcer-rules

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-inject-hk2, jersey-test-framework-maven-custom-enforcer-rules

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-inject-hk2, jersey-test-framework-maven-custom-enforcer-rules

+

Public Domain: jersey-core-common, jersey-inject-hk2, jersey-test-framework-maven-custom-enforcer-rules

+

New BSD License: Hamcrest Core

+

W3C license: jersey-inject-hk2, jersey-test-framework-maven-custom-enforcer-rules

+

Eclipse Public License, Version 1.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus

+

EDL 1.0: jersey-inject-hk2, jersey-test-framework-maven-custom-enforcer-rules

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-inject-hk2, jersey-test-framework-maven-custom-enforcer-rules

+

Apache License, Version 2.0: Apache Commons Codec, Apache Commons IO, Apache Commons Lang, Apache Maven Dependency Tree, Apache Maven Enforcer API, Apache Maven Enforcer Built-In Rules, Apache Maven Enforcer Plugin, Apache Maven Shared Utils, Apache Maven Wagon :: API, BeanShell, CDI APIs, Maven Artifact, Maven Compat, Maven Model, Maven Model Builder, Maven Plugin API, Maven Settings

+

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-common, jersey-inject-hk2, jersey-test-framework-maven-custom-enforcer-rules

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-inject-hk2, jersey-test-framework-maven-custom-enforcer-rules

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-inject-hk2, jersey-test-framework-maven-custom-enforcer-rules

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Plexus :: Component Annotations, Plexus Interpolation API, javax.inject

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
commons-codec-1.15.jar353.8 kB25310671.7Yes
commons-io-2.11.0.jar327.1 kB224201111.8Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jsr250-api-1.0.jar5.8 kB161121.5Yes
cdi-api-1.0.jar44.9 kB927571.5Yes
javax.inject-1.jar2.5 kB8611.5No
junit-4.13.1.jar382.7 kB387348321.5Yes
bsh-2.0b6.jar389 kB24716491.5Yes
commons-lang3-3.12.0.jar587.4 kB374345171.8Yes
maven-artifact-3.2.5.jar55.1 kB5732111.6Yes
maven-compat-3.2.5.jar286.7 kB211159291.6Yes
maven-model-3.2.5.jar160.8 kB675031.6Yes
maven-model-builder-3.2.5.jar170.2 kB148115161.6Yes
maven-plugin-api-3.2.5.jar46.1 kB462561.6Yes
maven-settings-3.2.5.jar43 kB331721.6Yes
enforcer-api-3.1.0.jar11.5 kB21511.8Yes
enforcer-rules-3.1.0.jar117.6 kB715521.8Yes
maven-enforcer-plugin-3.1.0.jar25.9 kB24421.8Yes
maven-dependency-tree-3.1.1.jar99.1 kB795661.8Yes
maven-shared-utils-3.3.4.jar153.1 kB1037991.7Yes
wagon-provider-api-2.8.jar52.6 kB603981.5Yes
plexus-component-annotations-1.5.5.jar4.2 kB15311.5No
plexus-interpolation-1.21.jar62.5 kB604461.5Yes
org.eclipse.sisu.inject-0.3.0.M1.jar340.2 kB27325681.5Yes
org.eclipse.sisu.plexus-0.3.0.M1.jar200.6 kB197165201.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
366.9 MB525242962951.833
compile: 25compile: 4 MBcompile: 3118compile: 2405compile: 219-compile: 23
test: 11test: 2.9 MBtest: 2134test: 1891test: 76-test: 10
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/close.gif b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/expanded.gif b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/external.png b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/newwindow.png b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/index.html b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/index.html new file mode 100644 index 000000000..1c1c7f6be --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-test-framework-maven-custom-enforcer-rules – About + + + + + + + + +
+ +
+
+
+
+

About jersey-test-framework-maven-custom-enforcer-rules

+

Jersey test framework Maven projects

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/project-info.html b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/project-info.html new file mode 100644 index 000000000..857127455 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-test-framework-maven-custom-enforcer-rules – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey test framework Maven projects
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/project-reports.html b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/project-reports.html new file mode 100644 index 000000000..0fdded1fe --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/custom-enforcer-rules/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-test-framework-maven-custom-enforcer-rules – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/dependencies.html b/project-info/3.0.8/jersey/project/project/dependencies.html new file mode 100644 index 000000000..7cd02f66b --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/dependencies.html @@ -0,0 +1,524 @@ + + + + + + jersey-test-framework-maven – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-common, jersey-inject-hk2, jersey-test-framework-maven

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-inject-hk2, jersey-test-framework-maven

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-inject-hk2, jersey-test-framework-maven

+

Public Domain: jersey-core-common, jersey-inject-hk2, jersey-test-framework-maven

+

New BSD License: Hamcrest Core

+

W3C license: jersey-inject-hk2, jersey-test-framework-maven

+

EDL 1.0: jersey-inject-hk2, jersey-test-framework-maven

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-inject-hk2, jersey-test-framework-maven

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-common, jersey-inject-hk2, jersey-test-framework-maven

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-inject-hk2, jersey-test-framework-maven

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-inject-hk2, jersey-test-framework-maven

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
133.3 MB257322841111.812
compile: 2compile: 427.7 kBcompile: 439compile: 393compile: 35-compile: 2
test: 11test: 2.9 MBtest: 2134test: 1891test: 76-test: 10
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/images/close.gif b/project-info/3.0.8/jersey/project/project/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/images/expanded.gif b/project-info/3.0.8/jersey/project/project/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/images/external.png b/project-info/3.0.8/jersey/project/project/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/images/newwindow.png b/project-info/3.0.8/jersey/project/project/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/index.html b/project-info/3.0.8/jersey/project/project/index.html new file mode 100644 index 000000000..660e70fad --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/index.html @@ -0,0 +1,92 @@ + + + + + + jersey-test-framework-maven – About + + + + + + + + + +
+
+
+

About jersey-test-framework-maven

+

Jersey test framework Maven projects

+
+

Project Modules

+

This project has declared the following modules:

+ + + + + + + + + +
NameDescription
jersey-test-framework-maven-container-runner-pluginThe container runner maven plugin provides means to start and stop a container (currently, Weblogic, Tomcat and Glassfish4 + are supported). To deploy an application to this container or to repetitively redeploy and test an application in the container.
jersey-test-framework-maven-custom-enforcer-rulesJersey test framework Maven projects
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/dependencies.html new file mode 100644 index 000000000..327e241f3 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/dependencies.html @@ -0,0 +1,645 @@ + + + + + + jersey-ext-cdi-rs-inject – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.ext.cdijersey-cdi1x3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.interceptorjakarta.interceptor-api2.0.0jarEPL 2.0GPL2 w/ CPE
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-common, jersey-ext-cdi-rs-inject, jersey-ext-cdi1x, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-ext-cdi-rs-inject, jersey-ext-cdi1x, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-ext-cdi-rs-inject, jersey-ext-cdi1x, jersey-inject-hk2

+

Public Domain: jersey-core-common, jersey-ext-cdi-rs-inject, jersey-ext-cdi1x, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-ext-cdi-rs-inject, jersey-ext-cdi1x, jersey-inject-hk2

+

Eclipse Public License v. 2.0: Jakarta Expression Language API

+

EDL 1.0: jersey-ext-cdi-rs-inject, jersey-ext-cdi1x, jersey-inject-hk2

+

Apache License 2.0: CDI APIs, Javassist

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API

+

Modified BSD: jersey-ext-cdi-rs-inject, jersey-ext-cdi1x, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-common, jersey-ext-cdi-rs-inject, jersey-ext-cdi1x, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-ext-cdi-rs-inject, jersey-ext-cdi1x, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-ext-cdi-rs-inject, jersey-ext-cdi1x, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.interceptor-api-2.0.0.jar24.6 kB221011.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-cdi1x-3.0.8.jar82 kB714931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
173.6 MB290125401271.816
compile: 6compile: 1.5 MBcompile: 1205compile: 1086compile: 40-compile: 5
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
provided: 3provided: 224.5 kBprovided: 257provided: 207provided: 13-provided: 3
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/index.html b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/index.html new file mode 100644 index 000000000..e169fdf7d --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-cdi-rs-inject – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-cdi-rs-inject

+

Allow to annotate by Inject instead of Context

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/project-info.html new file mode 100644 index 000000000..5c76e9334 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-cdi-rs-inject – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutAllow to annotate by Inject instead of Context
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/project-reports.html new file mode 100644 index 000000000..be496441a --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-cdi-rs-inject – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/dependencies.html new file mode 100644 index 000000000..b5bce4ebe --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/dependencies.html @@ -0,0 +1,575 @@ + + + + + + jersey-ext-cdi1x-ban-custom-hk2-binding – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest2.2jarBSD License 3
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.ext.cdijersey-cdi1x3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-common, jersey-ext-cdi1x, jersey-ext-cdi1x-ban-custom-hk2-binding, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-ext-cdi1x, jersey-ext-cdi1x-ban-custom-hk2-binding, jersey-inject-hk2

+

BSD License 3: Hamcrest

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-ext-cdi1x, jersey-ext-cdi1x-ban-custom-hk2-binding, jersey-inject-hk2

+

Public Domain: jersey-core-common, jersey-ext-cdi1x, jersey-ext-cdi1x-ban-custom-hk2-binding, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-ext-cdi1x, jersey-ext-cdi1x-ban-custom-hk2-binding, jersey-inject-hk2

+

EDL 1.0: jersey-ext-cdi1x, jersey-ext-cdi1x-ban-custom-hk2-binding, jersey-inject-hk2

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-ext-cdi1x, jersey-ext-cdi1x-ban-custom-hk2-binding, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-common, jersey-ext-cdi1x, jersey-ext-cdi1x-ban-custom-hk2-binding, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-ext-cdi1x, jersey-ext-cdi1x-ban-custom-hk2-binding, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-ext-cdi1x, jersey-ext-cdi1x-ban-custom-hk2-binding, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-cdi1x-3.0.8.jar82 kB714931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
153.5 MB276624411251.814
compile: 1compile: 138.8 kBcompile: 153compile: 136compile: 7-compile: 1
test: 13test: 3.3 MBtest: 2542test: 2256test: 115-test: 12
provided: 1provided: 82 kBprovided: 71provided: 49provided: 3-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/index.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/index.html new file mode 100644 index 000000000..95a41a342 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-cdi1x-ban-custom-hk2-binding – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-cdi1x-ban-custom-hk2-binding

+

Jersey CDI integration - this module disables custom HK2 bindings

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/project-info.html new file mode 100644 index 000000000..9a9c71305 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-cdi1x-ban-custom-hk2-binding – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey CDI integration - this module disables custom HK2 bindings
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/project-reports.html new file mode 100644 index 000000000..09283e9bf --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-cdi1x-ban-custom-hk2-binding – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/dependencies.html new file mode 100644 index 000000000..93c741f7f --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/dependencies.html @@ -0,0 +1,715 @@ + + + + + + jersey-ext-cdi1x-servlet – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.ext.cdijersey-cdi1x3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.interceptorjakarta.interceptor-api2.0.0jarEPL 2.0GPL2 w/ CPE
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-cdi1x-servlet, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-servlet, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-servlet, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-cdi1x, jersey-ext-cdi1x-servlet, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-servlet, jersey-inject-hk2

+

Eclipse Public License v. 2.0: Jakarta Expression Language API

+

EDL 1.0: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-servlet, jersey-inject-hk2

+

Apache License 2.0: CDI APIs, Jakarta Bean Validation API, Javassist

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-ext-cdi1x, jersey-ext-cdi1x-servlet, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-cdi1x-servlet, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-servlet, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-servlet, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.interceptor-api-2.0.0.jar24.6 kB221011.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-cdi1x-3.0.8.jar82 kB714931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
204.9 MB393134621741.819
compile: 9compile: 2.8 MBcompile: 2235compile: 2008compile: 87-compile: 8
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
provided: 3provided: 224.5 kBprovided: 257provided: 207provided: 13-provided: 3
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/index.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/index.html new file mode 100644 index 000000000..e6b93dd42 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-cdi1x-servlet – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-cdi1x-servlet

+

Jersey CDI 1.x Servlet Support

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/project-info.html new file mode 100644 index 000000000..9f5ef8d9a --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-cdi1x-servlet – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey CDI 1.x Servlet Support
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/project-reports.html new file mode 100644 index 000000000..9c6729476 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-cdi1x-servlet – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/dependencies.html new file mode 100644 index 000000000..04ac2487f --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/dependencies.html @@ -0,0 +1,658 @@ + + + + + + jersey-ext-cdi1x-transaction – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.platformjakarta.jakartaee-api9.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.ext.cdijersey-cdi1x3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-cdi1x-transaction, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-transaction, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-transaction, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-cdi1x, jersey-ext-cdi1x-transaction, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-transaction, jersey-inject-hk2

+

Eclipse Public License v. 2.0: jakarta.jakartaee-api

+

EDL 1.0: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-transaction, jersey-inject-hk2

+

GNU General Public License, version 2 with the GNU Classpath Exception: jakarta.jakartaee-api

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-ext-cdi1x, jersey-ext-cdi1x-transaction, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-cdi1x-transaction, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-transaction, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-transaction, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.jakartaee-api-9.0.0.jar2.2 MB251823351331.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-cdi1x-3.0.8.jar82 kB714931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
186.9 MB619255902941.817
compile: 1compile: 138.8 kBcompile: 153compile: 136compile: 7-compile: 1
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
provided: 9provided: 4.8 MBprovided: 4600provided: 4207provided: 213-provided: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/index.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/index.html new file mode 100644 index 000000000..952978b31 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-cdi1x-transaction – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-cdi1x-transaction

+

Jersey CDI 1.x Transactional Support

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/project-info.html new file mode 100644 index 000000000..4fe83a7ae --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-cdi1x-transaction – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey CDI 1.x Transactional Support
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/project-reports.html new file mode 100644 index 000000000..686a01ab5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-cdi1x-transaction – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/dependencies.html new file mode 100644 index 000000000..c4063b0fb --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/dependencies.html @@ -0,0 +1,786 @@ + + + + + + jersey-ext-cdi1x-validation – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0
org.glassfish.jersey.ext.cdijersey-cdi1x3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hibernate.validatorhibernate-validator-cdi7.0.1.FinaljarApache License 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxmlclassmate1.3.3jarThe Apache Software License, Version 2.0
jakarta.interceptorjakarta.interceptor-api2.0.0jarEPL 2.0GPL2 w/ CPE
org.hibernate.validatorhibernate-validator7.0.1.FinaljarApache License 2.0
org.jboss.loggingjboss-logging3.3.0.FinaljarApache License, version 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-cdi1x-validation, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-validation, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-validation, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-cdi1x, jersey-ext-cdi1x-validation, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-validation, jersey-inject-hk2

+

EDL 1.0: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-validation, jersey-inject-hk2

+

Apache License 2.0: CDI APIs, Hibernate Validator Engine, Hibernate Validator Portable Extension, Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-ext-cdi1x, jersey-ext-cdi1x-validation, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-cdi1x-validation, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-validation, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-cdi1x, jersey-ext-cdi1x-validation, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: ClassMate, Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
classmate-1.3.3.jar65 kB523741.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.interceptor-api-2.0.0.jar24.6 kB221011.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-cdi1x-3.0.8.jar82 kB714931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
hibernate-validator-7.0.1.Final.jar1.3 MB1055923841.8Yes
hibernate-validator-cdi-7.0.1.Final.jar41.5 kB422551.8Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
236.3 MB507944462671.822
compile: 8compile: 2.7 MBcompile: 2164compile: 1959compile: 84-compile: 7
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
provided: 7provided: 1.7 MBprovided: 1476provided: 1240provided: 109-provided: 7
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/index.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/index.html new file mode 100644 index 000000000..9d34a8e3e --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-cdi1x-validation – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-cdi1x-validation

+

Jersey CDI 1.x Bean Validation Support

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/project-info.html new file mode 100644 index 000000000..1b1abd4c0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-cdi1x-validation – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey CDI 1.x Bean Validation Support
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/project-reports.html new file mode 100644 index 000000000..3b6475a30 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-cdi1x-validation – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/allclasses-frame.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/allclasses-frame.html new file mode 100644 index 000000000..77ce7c435 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/allclasses-frame.html @@ -0,0 +1,35 @@ + + + + + + +All Classes (Jersey 3.0.8 API) + + + + + +

All Classes

+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/allclasses-noframe.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/allclasses-noframe.html new file mode 100644 index 000000000..cb69f5f6b --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/allclasses-noframe.html @@ -0,0 +1,35 @@ + + + + + + +All Classes (Jersey 3.0.8 API) + + + + + +

All Classes

+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/constant-values.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/constant-values.html new file mode 100644 index 000000000..4c912309c --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/constant-values.html @@ -0,0 +1,155 @@ + + + + + + +Constant Field Values (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

org.glassfish.*

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/deprecated-list.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/deprecated-list.html new file mode 100644 index 000000000..9826129de --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/help-doc.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/help-doc.html new file mode 100644 index 000000000..0bd13fdb2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/index-all.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/index-all.html new file mode 100644 index 000000000..a7a36dc07 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/index-all.html @@ -0,0 +1,444 @@ + + + + + + +Index (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
A B C D G H I J L N O P R  + + +

A

+
+
AbstractCdiBeanSupplier<T> - Class in org.glassfish.jersey.ext.cdi1x.internal
+
+
Abstract supplier to provide CDI components obtained from CDI bean manager.
+
+
AbstractCdiBeanSupplier(Class<T>, InjectionManager, BeanManager, boolean) - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.AbstractCdiBeanSupplier
+
+
Create new factory instance for given type and bean manager.
+
+
addHK2DepenendencyCheck(Predicate<Class<?>>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
+
+
Add a predicate to test HK2 dependency to create a CDI bridge bean to HK2 for it.
+
+
+ + + +

B

+
+
bind(Class<?>, Set<Class<?>>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
+
 
+
bind(Class<?>, ContractProvider) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
+
 
+
bind(Class<?>, Set<Class<?>>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider
+
 
+
bind(Class<?>, ContractProvider) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider
+
 
+
+ + + +

C

+
+
CDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
+
Failed to obtain BeanManager from JNDI lookup.
+
+
CDI_CLASS_ANALYZER - Static variable in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
+
+
Name to be used when binding CDI injectee skipping class analyzer to HK2 service injection manager.
+
+
CDI_CLASS_ANALYZER_MISUSED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
+
Jersey CDI class analyzer is supposed to be used only for field and method inspection when injecting CDI beans.
+
+
CDI_CLASS_BEING_CHECKED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
+
Class, {0}, is being checked with Jersey CDI component provider.
+
+
CDI_CLASS_BOUND_WITH_CDI(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
+
Class, {0}, has been bound by Jersey CDI component provider.
+
+
CDI_HK_2_BEAN_REGISTERED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
+
CDI beans backed by HK2 have been registered for the following types: {0}
+
+
CDI_LOOKUP_FAILED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
+
Error when lookup instance of class, {0}, in CDI.
+
+
CDI_MULTIPLE_LOCATORS_INTO_SIMPLE_APP() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
+
Trying to register multiple service locators into single service locator application.
+
+
CDI_NON_INSTANTIABLE_COMPONENT(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
+
Component of class {0} cannot be instantiated and will be ignored.
+
+
CDI_PROVIDER_INITIALIZED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
+
Jersey CDI component provider initialized.
+
+
CDI_REQUEST_SCOPED_COMPONENTS_RECOGNIZED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
+
The following CDI types were recognized as request scoped components in Jersey: {0}.
+
+
CDI_TYPE_VETOED(Object, Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
+
The following types have been vetoed by Jersey as per {0} configuration: {1}
+
+
CdiComponentProvider - Class in org.glassfish.jersey.ext.cdi1x.internal
+
+
Jersey CDI integration implementation.
+
+
CdiComponentProvider() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
+
 
+
CdiComponentProvider.CdiDefaultAnnotation - Class in org.glassfish.jersey.ext.cdi1x.internal
+
+
Auxiliary annotation for mocked beans used to cover Jersey/HK2 injected injection points.
+
+
CdiComponentProvider.JaxRsParamProducer - Class in org.glassfish.jersey.ext.cdi1x.internal
+
+
CDI producer for CDI bean constructor String parameters, that should be injected by JAX-RS.
+
+
CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier - Annotation Type in org.glassfish.jersey.ext.cdi1x.internal
+
 
+
CdiDefaultAnnotation() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.CdiDefaultAnnotation
+
 
+
CdiServerComponentProvider - Class in org.glassfish.jersey.ext.cdi1x.internal
+
+
Implementation of ComponentProvider for Jersey Server
+
+
CdiServerComponentProvider() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider
+
 
+
CdiUtil - Class in org.glassfish.jersey.ext.cdi1x.internal
+
+
Common CDI utility methods.
+
+
+ + + +

D

+
+
dispose(T) - Method in class org.glassfish.jersey.ext.cdi1x.internal.AbstractCdiBeanSupplier
+
 
+
done() - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
+
 
+
done() - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider
+
 
+
+ + + +

G

+
+
GenericCdiBeanSupplier - Class in org.glassfish.jersey.ext.cdi1x.internal
+
+
Supplier to provide CDI managed components where + there is no clear mapping between the CDI and scopes.
+
+
GenericCdiBeanSupplier(Class, InjectionManager, BeanManager, boolean) - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.GenericCdiBeanSupplier
+
 
+
GenericInjectionManagerStore - Class in org.glassfish.jersey.ext.cdi1x.internal
+
+
Generic injection manager store that allows multiple + injection managers to run in parallel.
+
+
GenericInjectionManagerStore() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
+
 
+
get() - Method in class org.glassfish.jersey.ext.cdi1x.internal.GenericCdiBeanSupplier
+
 
+
get() - Method in class org.glassfish.jersey.ext.cdi1x.internal.RequestScopedCdiBeanSupplier
+
 
+
getBeanManager() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.CdiUtil
+
+
Get me current bean manager.
+
+
getBeanScope(Class<?>, BeanManager) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.CdiUtil
+
+
Get me scope of a bean corresponding to given class.
+
+
getConstructor(Class<T>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
+
 
+
getEffectiveInjectionManager() - Method in class org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
+
 
+
getFields(Class<T>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
+
 
+
getHk2Types() - Method in interface org.glassfish.jersey.ext.cdi1x.spi.Hk2CustomBoundTypesProvider
+
+
Provide a set of types that should became accessible + by CDI container in a form of CDI beans backed by HK2.
+
+
getInitializerMethods(Class<T>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
+
 
+
getParameterValue(InjectionPoint, BeanManager) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.JaxRsParamProducer
+
+
Provide a value for given injection point.
+
+
getPostConstructMethod(Class<T>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
+
 
+
getPreDestroyMethod(Class<T>) - Method in class org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
+
 
+
getQualifiers(Annotation[]) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.CdiUtil
+
+
Get me list of qualifiers included in given annotation list.
+
+
+ + + +

H

+
+
Hk2CustomBoundTypesProvider - Interface in org.glassfish.jersey.ext.cdi1x.spi
+
+
Helper SPI to help specify Jersey HK2 custom bound types that should + be HK2-injectable into CDI components.
+
+
+ + + +

I

+
+
initialize(InjectionManager) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
+
 
+
initialize(InjectionManager) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider
+
 
+
InjecteeSkippingAnalyzer - Class in org.glassfish.jersey.ext.cdi1x.internal
+
+
Class analyzer that ignores given injection points.
+
+
InjecteeSkippingAnalyzer(ClassAnalyzer, Map<Class<?>, Set<Method>>, Map<Class<?>, Set<Field>>, BeanManager) - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
+
 
+
+ + + +

J

+
+
JaxRsParamProducer() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.JaxRsParamProducer
+
 
+
JerseyVetoed - Annotation Type in org.glassfish.jersey.ext.cdi1x.internal
+
+
Use this to annotate types included in Jersey libraries + that are to be CDI managed as defined by the CdiComponentProvider
+
+
+ + + +

L

+
+
localizableCDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
 
+
localizableCDI_CLASS_ANALYZER_MISUSED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
 
+
localizableCDI_CLASS_BEING_CHECKED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
 
+
localizableCDI_CLASS_BOUND_WITH_CDI(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
 
+
localizableCDI_HK_2_BEAN_REGISTERED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
 
+
localizableCDI_LOOKUP_FAILED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
 
+
localizableCDI_MULTIPLE_LOCATORS_INTO_SIMPLE_APP() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
 
+
localizableCDI_NON_INSTANTIABLE_COMPONENT(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
 
+
localizableCDI_PROVIDER_INITIALIZED() - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
 
+
localizableCDI_REQUEST_SCOPED_COMPONENTS_RECOGNIZED(Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
 
+
localizableCDI_TYPE_VETOED(Object, Object) - Static method in class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
 
+
LocalizationMessages - Class in org.glassfish.jersey.ext.cdi1x.internal
+
+
Defines string formatting method for each constant in the resource file
+
+
LocalizationMessages() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+
 
+
lookupInjectionManager() - Method in class org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
+
+
CDI container specific method to obtain the actual injection manager + belonging to the Jersey application where the current HTTP requests + is being processed.
+
+
+ + + +

N

+
+
notify(InjectionManagerInjectedTarget) - Method in class org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
+
 
+
+ + + +

O

+
+
org.glassfish.jersey.ext.cdi1x.internal - package org.glassfish.jersey.ext.cdi1x.internal
+
+
Jersey internal package supporting Jersey CDI integration.
+
+
org.glassfish.jersey.ext.cdi1x.spi - package org.glassfish.jersey.ext.cdi1x.spi
+
+
Jersey package to support custom defined HK2 injection binding + for Jersey/CDI applications.
+
+
+ + + +

P

+
+
ProcessAllAnnotatedTypes - Class in org.glassfish.jersey.ext.cdi1x.internal
+
 
+
ProcessAllAnnotatedTypes() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes
+
 
+
processAnnotatedType(ProcessAnnotatedType) - Method in class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
+
 
+
processAnnotatedType(ProcessAnnotatedType<?>, BeanManager) - Method in class org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes
+
 
+
processAnnotatedType(ProcessAnnotatedType<?>, BeanManager) - Method in class org.glassfish.jersey.ext.cdi1x.internal.ProcessJAXRSAnnotatedTypes
+
 
+
ProcessJAXRSAnnotatedTypes - Class in org.glassfish.jersey.ext.cdi1x.internal
+
 
+
ProcessJAXRSAnnotatedTypes() - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.ProcessJAXRSAnnotatedTypes
+
 
+
+ + + +

R

+
+
registerInjectionManager(InjectionManager) - Method in class org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
+
 
+
RequestScopedCdiBeanSupplier - Class in org.glassfish.jersey.ext.cdi1x.internal
+
+
Supplier to provide CDI managed components + that should be mapped into Jersey request scope.
+
+
RequestScopedCdiBeanSupplier(Class, InjectionManager, BeanManager, boolean) - Constructor for class org.glassfish.jersey.ext.cdi1x.internal.RequestScopedCdiBeanSupplier
+
 
+
+A B C D G H I J L N O P R 
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/index.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/index.html new file mode 100644 index 000000000..31cf9d5f0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/index.html @@ -0,0 +1,76 @@ + + + + + + +Jersey 3.0.8 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/AbstractCdiBeanSupplier.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/AbstractCdiBeanSupplier.html new file mode 100644 index 000000000..3e494b52a --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/AbstractCdiBeanSupplier.html @@ -0,0 +1,320 @@ + + + + + + +AbstractCdiBeanSupplier (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Class AbstractCdiBeanSupplier<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.ext.cdi1x.internal.AbstractCdiBeanSupplier<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Supplier<T>, org.glassfish.jersey.internal.inject.DisposableSupplier<T>
    +
    +
    +
    Direct Known Subclasses:
    +
    GenericCdiBeanSupplier, RequestScopedCdiBeanSupplier
    +
    +
    +
    +
    public abstract class AbstractCdiBeanSupplier<T>
    +extends Object
    +implements org.glassfish.jersey.internal.inject.DisposableSupplier<T>
    +
    Abstract supplier to provide CDI components obtained from CDI bean manager. + The factory handles CDI managed components as well as non-contextual managed beans. + To specify scope of provided CDI beans, an extension of this supplier + should implement properly annotated Supplier.get() method that + could just delegate to the existing _provide() method.
    +
    +
    Author:
    +
    Jakub Podlesak
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractCdiBeanSupplier

        +
        public AbstractCdiBeanSupplier(Class<T> rawType,
        +                               org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                               jakarta.enterprise.inject.spi.BeanManager beanManager,
        +                               boolean cdiManaged)
        +
        Create new factory instance for given type and bean manager.
        +
        +
        Parameters:
        +
        rawType - type of the components to provide.
        +
        injectionManager - actual injection manager instance.
        +
        beanManager - current bean manager to get references from.
        +
        cdiManaged - set to true if the component should be managed by CDI.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        dispose

        +
        public void dispose(T instance)
        +
        +
        Specified by:
        +
        dispose in interface org.glassfish.jersey.internal.inject.DisposableSupplier<T>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.CdiDefaultAnnotation.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.CdiDefaultAnnotation.html new file mode 100644 index 000000000..9603f354d --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.CdiDefaultAnnotation.html @@ -0,0 +1,287 @@ + + + + + + +CdiComponentProvider.CdiDefaultAnnotation (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Class CdiComponentProvider.CdiDefaultAnnotation

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.inject.Default>
    • +
    • +
        +
      • org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.CdiDefaultAnnotation
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.enterprise.inject.Default, Serializable, Annotation
    +
    +
    +
    Enclosing class:
    +
    CdiComponentProvider
    +
    +
    +
    +
    public static class CdiComponentProvider.CdiDefaultAnnotation
    +extends jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.inject.Default>
    +implements jakarta.enterprise.inject.Default
    +
    Auxiliary annotation for mocked beans used to cover Jersey/HK2 injected injection points.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CdiDefaultAnnotation

        +
        public CdiDefaultAnnotation()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier.html new file mode 100644 index 000000000..21068604c --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier.html @@ -0,0 +1,168 @@ + + + + + + +CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Annotation Type CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier

+
+
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.JaxRsParamProducer.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.JaxRsParamProducer.html new file mode 100644 index 000000000..1784c7cc1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.JaxRsParamProducer.html @@ -0,0 +1,312 @@ + + + + + + +CdiComponentProvider.JaxRsParamProducer (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Class CdiComponentProvider.JaxRsParamProducer

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.JaxRsParamProducer
    • +
    +
  • +
+
+
    +
  • +
    +
    Enclosing class:
    +
    CdiComponentProvider
    +
    +
    +
    +
    @ApplicationScoped
    +public static class CdiComponentProvider.JaxRsParamProducer
    +extends Object
    +
    CDI producer for CDI bean constructor String parameters, that should be injected by JAX-RS.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JaxRsParamProducer

        +
        public JaxRsParamProducer()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getParameterValue

        +
        @Produces
        +public String getParameterValue(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint,
        +                                          jakarta.enterprise.inject.spi.BeanManager beanManager)
        +
        Provide a value for given injection point. If the injection point does not refer + to a CDI bean constructor parameter, or the value could not be found, the method will return null.
        +
        +
        Parameters:
        +
        injectionPoint - actual injection point.
        +
        beanManager - current application bean manager.
        +
        Returns:
        +
        concrete JAX-RS parameter value for given injection point.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.html new file mode 100644 index 000000000..8227530d3 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.html @@ -0,0 +1,449 @@ + + + + + + +CdiComponentProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Class CdiComponentProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.enterprise.inject.spi.Extension, org.glassfish.jersey.spi.ComponentProvider
    +
    +
    +
    +
    public class CdiComponentProvider
    +extends Object
    +implements org.glassfish.jersey.spi.ComponentProvider, jakarta.enterprise.inject.spi.Extension
    +
    Jersey CDI integration implementation. + Implements Jersey component provider to serve CDI beans + obtained from the actual CDI bean manager. + To properly inject JAX-RS/Jersey managed beans into CDI, it also + serves as a CDI Extension, that intercepts CDI injection targets.
    +
    +
    Author:
    +
    Jakub Podlesak
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        CDI_CLASS_ANALYZER

        +
        public static final String CDI_CLASS_ANALYZER
        +
        Name to be used when binding CDI injectee skipping class analyzer to HK2 service injection manager.
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CdiComponentProvider

        +
        public CdiComponentProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        initialize

        +
        public void initialize(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
        +
        +
        Specified by:
        +
        initialize in interface org.glassfish.jersey.spi.ComponentProvider
        +
        +
      • +
      + + + +
        +
      • +

        bind

        +
        public boolean bind(Class<?> clazz,
        +                    Set<Class<?>> providerContracts)
        +
        +
        Specified by:
        +
        bind in interface org.glassfish.jersey.spi.ComponentProvider
        +
        +
      • +
      + + + +
        +
      • +

        bind

        +
        public boolean bind(Class<?> component,
        +                    org.glassfish.jersey.model.ContractProvider contractProvider)
        +
        +
        Specified by:
        +
        bind in interface org.glassfish.jersey.spi.ComponentProvider
        +
        +
      • +
      + + + +
        +
      • +

        done

        +
        public void done()
        +
        +
        Specified by:
        +
        done in interface org.glassfish.jersey.spi.ComponentProvider
        +
        +
      • +
      + + + +
        +
      • +

        processAnnotatedType

        +
        public void processAnnotatedType(jakarta.enterprise.inject.spi.ProcessAnnotatedType processAnnotatedType)
        +
      • +
      + + + +
        +
      • +

        addHK2DepenendencyCheck

        +
        public void addHK2DepenendencyCheck(Predicate<Class<?>> predicate)
        +
        Add a predicate to test HK2 dependency to create a CDI bridge bean to HK2 for it.
        +
        +
        Parameters:
        +
        predicate - to test whether given class is a HK2 dependency.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiServerComponentProvider.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiServerComponentProvider.html new file mode 100644 index 000000000..dabe2593a --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiServerComponentProvider.html @@ -0,0 +1,338 @@ + + + + + + +CdiServerComponentProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Class CdiServerComponentProvider

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.spi.ComponentProvider
    +
    +
    +
    +
    public class CdiServerComponentProvider
    +extends Object
    +implements org.glassfish.jersey.server.spi.ComponentProvider
    +
    Implementation of ComponentProvider for Jersey Server
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CdiServerComponentProvider

        +
        public CdiServerComponentProvider()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        initialize

        +
        public void initialize(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
        +
        +
        Specified by:
        +
        initialize in interface org.glassfish.jersey.spi.ComponentProvider
        +
        +
      • +
      + + + +
        +
      • +

        bind

        +
        public boolean bind(Class<?> component,
        +                    Set<Class<?>> providerContracts)
        +
        +
        Specified by:
        +
        bind in interface org.glassfish.jersey.spi.ComponentProvider
        +
        +
      • +
      + + + +
        +
      • +

        bind

        +
        public boolean bind(Class<?> component,
        +                    org.glassfish.jersey.model.ContractProvider contractProvider)
        +
        +
        Specified by:
        +
        bind in interface org.glassfish.jersey.spi.ComponentProvider
        +
        +
      • +
      + + + +
        +
      • +

        done

        +
        public void done()
        +
        +
        Specified by:
        +
        done in interface org.glassfish.jersey.spi.ComponentProvider
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.html new file mode 100644 index 000000000..cb0b4c183 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.html @@ -0,0 +1,299 @@ + + + + + + +CdiUtil (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Class CdiUtil

+
+
+ +
+
    +
  • +
    +
    +
    public final class CdiUtil
    +extends Object
    +
    Common CDI utility methods.
    +
    +
    Author:
    +
    Jakub Podlesak, Michal Gajdos
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getQualifiers

        +
        public static Annotation[] getQualifiers(Annotation[] annotations)
        +
        Get me list of qualifiers included in given annotation list.
        +
        +
        Parameters:
        +
        annotations - list of annotations to introspect
        +
        Returns:
        +
        annotations from the input list that are marked as qualifiers
        +
        +
      • +
      + + + +
        +
      • +

        getBeanManager

        +
        public static jakarta.enterprise.inject.spi.BeanManager getBeanManager()
        +
        Get me current bean manager. Method first tries to lookup available providers via META-INF/services. If not found + the bean manager is returned from the default provider.
        +
        +
        Returns:
        +
        bean manager
        +
        +
      • +
      + + + +
        +
      • +

        getBeanScope

        +
        public static Class<? extends Annotation> getBeanScope(Class<?> beanClass,
        +                                                       jakarta.enterprise.inject.spi.BeanManager beanManager)
        +
        Get me scope of a bean corresponding to given class.
        +
        +
        Parameters:
        +
        beanClass - bean class in question.
        +
        beanManager - actual bean manager.
        +
        Returns:
        +
        actual bean scope or null, if the scope could not be determined.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/GenericCdiBeanSupplier.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/GenericCdiBeanSupplier.html new file mode 100644 index 000000000..0005b6bab --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/GenericCdiBeanSupplier.html @@ -0,0 +1,302 @@ + + + + + + +GenericCdiBeanSupplier (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Class GenericCdiBeanSupplier

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Supplier, org.glassfish.jersey.internal.inject.DisposableSupplier
    +
    +
    +
    +
    @Vetoed
    +public final class GenericCdiBeanSupplier
    +extends AbstractCdiBeanSupplier
    +
    Supplier to provide CDI managed components where + there is no clear mapping between the CDI and scopes.
    +
    +
    Author:
    +
    Jakub Podlesak
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericCdiBeanSupplier

        +
        public GenericCdiBeanSupplier(Class rawType,
        +                              org.glassfish.jersey.internal.inject.InjectionManager injectionManager,
        +                              jakarta.enterprise.inject.spi.BeanManager beanManager,
        +                              boolean cdiManaged)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/GenericInjectionManagerStore.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/GenericInjectionManagerStore.html new file mode 100644 index 000000000..279896ecd --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/GenericInjectionManagerStore.html @@ -0,0 +1,370 @@ + + + + + + +GenericInjectionManagerStore (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Class GenericInjectionManagerStore

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionManagerStore, org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionTargetListener
    +
    +
    +
    +
    public abstract class GenericInjectionManagerStore
    +extends Object
    +implements org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionManagerStore, org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionTargetListener
    +
    Generic injection manager store that allows multiple + injection managers to run in parallel. lookupInjectionManager() + method must be implemented that shall be utilized at runtime in the case that more than a single + injection manager has been registered.
    +
    +
    Since:
    +
    2.20
    +
    Author:
    +
    Jakub Podlesak
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GenericInjectionManagerStore

        +
        public GenericInjectionManagerStore()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        registerInjectionManager

        +
        public void registerInjectionManager(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
        +
        Description copied from interface: org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionManagerStore
        +
        Register a new injection manager with this manager.
        +
        +
        Specified by:
        +
        registerInjectionManager in interface org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionManagerStore
        +
        Parameters:
        +
        injectionManager - injection manager to be registered.
        +
        +
      • +
      + + + +
        +
      • +

        getEffectiveInjectionManager

        +
        public org.glassfish.jersey.internal.inject.InjectionManager getEffectiveInjectionManager()
        +
        Description copied from interface: org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionManagerStore
        +
        Obtain the effective injection manager. The implementations are supposed to + decide which of the registered injection managers is the currently effective locator. The decision can be based, for + example, on current Servlet context (if the application is deployed on Servlet container).
        +
        +
        Specified by:
        +
        getEffectiveInjectionManager in interface org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionManagerStore
        +
        Returns:
        +
        currently effective injection manager.
        +
        +
      • +
      + + + +
        +
      • +

        lookupInjectionManager

        +
        public abstract org.glassfish.jersey.internal.inject.InjectionManager lookupInjectionManager()
        +
        CDI container specific method to obtain the actual injection manager + belonging to the Jersey application where the current HTTP requests + is being processed.
        +
        +
        Returns:
        +
        actual injection manager.
        +
        +
      • +
      + + + +
        +
      • +

        notify

        +
        public void notify(org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionManagerInjectedTarget target)
        +
        Description copied from interface: org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionTargetListener
        +
        Notify the HK2 locator manager about new injection target being processed.
        +
        +
        Specified by:
        +
        notify in interface org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionTargetListener
        +
        Parameters:
        +
        target - processed injection target.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/InjecteeSkippingAnalyzer.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/InjecteeSkippingAnalyzer.html new file mode 100644 index 000000000..e22c60189 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/InjecteeSkippingAnalyzer.html @@ -0,0 +1,394 @@ + + + + + + +InjecteeSkippingAnalyzer (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Class InjecteeSkippingAnalyzer

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ClassAnalyzer
    +
    +
    +
    +
    public final class InjecteeSkippingAnalyzer
    +extends Object
    +implements ClassAnalyzer
    +
    Class analyzer that ignores given injection points. + Used for CDI integration, where we need to avoid HK2 replacing CDI injected entities.
    +
    +
    Author:
    +
    Jakub Podlesak
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/JerseyVetoed.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/JerseyVetoed.html new file mode 100644 index 000000000..1d4ebbb0f --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/JerseyVetoed.html @@ -0,0 +1,173 @@ + + + + + + +JerseyVetoed (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Annotation Type JerseyVetoed

+
+
+
+ +
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/LocalizationMessages.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/LocalizationMessages.html new file mode 100644 index 000000000..e2250c9ce --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/LocalizationMessages.html @@ -0,0 +1,584 @@ + + + + + + +LocalizationMessages (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Class LocalizationMessages

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public final class LocalizationMessages
    +extends Object
    +
    Defines string formatting method for each constant in the resource file
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LocalizationMessages

        +
        public LocalizationMessages()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        localizableCDI_TYPE_VETOED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_TYPE_VETOED(Object arg0,
        +                                                                                        Object arg1)
        +
      • +
      + + + +
        +
      • +

        CDI_TYPE_VETOED

        +
        public static String CDI_TYPE_VETOED(Object arg0,
        +                                     Object arg1)
        +
        The following types have been vetoed by Jersey as per {0} configuration: {1}
        +
      • +
      + + + +
        +
      • +

        localizableCDI_CLASS_BOUND_WITH_CDI

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_CLASS_BOUND_WITH_CDI(Object arg0)
        +
      • +
      + + + +
        +
      • +

        CDI_CLASS_BOUND_WITH_CDI

        +
        public static String CDI_CLASS_BOUND_WITH_CDI(Object arg0)
        +
        Class, {0}, has been bound by Jersey CDI component provider.
        +
      • +
      + + + +
        +
      • +

        localizableCDI_LOOKUP_FAILED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_LOOKUP_FAILED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        CDI_LOOKUP_FAILED

        +
        public static String CDI_LOOKUP_FAILED(Object arg0)
        +
        Error when lookup instance of class, {0}, in CDI.
        +
      • +
      + + + +
        +
      • +

        localizableCDI_CLASS_BEING_CHECKED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_CLASS_BEING_CHECKED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        CDI_CLASS_BEING_CHECKED

        +
        public static String CDI_CLASS_BEING_CHECKED(Object arg0)
        +
        Class, {0}, is being checked with Jersey CDI component provider.
        +
      • +
      + + + +
        +
      • +

        localizableCDI_NON_INSTANTIABLE_COMPONENT

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_NON_INSTANTIABLE_COMPONENT(Object arg0)
        +
      • +
      + + + +
        +
      • +

        CDI_NON_INSTANTIABLE_COMPONENT

        +
        public static String CDI_NON_INSTANTIABLE_COMPONENT(Object arg0)
        +
        Component of class {0} cannot be instantiated and will be ignored.
        +
      • +
      + + + +
        +
      • +

        localizableCDI_PROVIDER_INITIALIZED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_PROVIDER_INITIALIZED()
        +
      • +
      + + + +
        +
      • +

        CDI_PROVIDER_INITIALIZED

        +
        public static String CDI_PROVIDER_INITIALIZED()
        +
        Jersey CDI component provider initialized.
        +
      • +
      + + + +
        +
      • +

        localizableCDI_MULTIPLE_LOCATORS_INTO_SIMPLE_APP

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_MULTIPLE_LOCATORS_INTO_SIMPLE_APP()
        +
      • +
      + + + +
        +
      • +

        CDI_MULTIPLE_LOCATORS_INTO_SIMPLE_APP

        +
        public static String CDI_MULTIPLE_LOCATORS_INTO_SIMPLE_APP()
        +
        Trying to register multiple service locators into single service locator application.
        +
      • +
      + + + +
        +
      • +

        localizableCDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED()
        +
      • +
      + + + +
        +
      • +

        CDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED

        +
        public static String CDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED()
        +
        Failed to obtain BeanManager from JNDI lookup.
        +
      • +
      + + + +
        +
      • +

        localizableCDI_CLASS_ANALYZER_MISUSED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_CLASS_ANALYZER_MISUSED()
        +
      • +
      + + + +
        +
      • +

        CDI_CLASS_ANALYZER_MISUSED

        +
        public static String CDI_CLASS_ANALYZER_MISUSED()
        +
        Jersey CDI class analyzer is supposed to be used only for field and method inspection when injecting CDI beans.
        +
      • +
      + + + +
        +
      • +

        localizableCDI_REQUEST_SCOPED_COMPONENTS_RECOGNIZED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_REQUEST_SCOPED_COMPONENTS_RECOGNIZED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        CDI_REQUEST_SCOPED_COMPONENTS_RECOGNIZED

        +
        public static String CDI_REQUEST_SCOPED_COMPONENTS_RECOGNIZED(Object arg0)
        +
        The following CDI types were recognized as request scoped components in Jersey: {0}.
        +
      • +
      + + + +
        +
      • +

        localizableCDI_HK_2_BEAN_REGISTERED

        +
        public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_HK_2_BEAN_REGISTERED(Object arg0)
        +
      • +
      + + + +
        +
      • +

        CDI_HK_2_BEAN_REGISTERED

        +
        public static String CDI_HK_2_BEAN_REGISTERED(Object arg0)
        +
        CDI beans backed by HK2 have been registered for the following types: {0}
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/ProcessAllAnnotatedTypes.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/ProcessAllAnnotatedTypes.html new file mode 100644 index 000000000..78acacb0c --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/ProcessAllAnnotatedTypes.html @@ -0,0 +1,281 @@ + + + + + + +ProcessAllAnnotatedTypes (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Class ProcessAllAnnotatedTypes

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.enterprise.inject.spi.Extension
    +
    +
    +
    +
    public class ProcessAllAnnotatedTypes
    +extends Object
    +implements jakarta.enterprise.inject.spi.Extension
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ProcessAllAnnotatedTypes

        +
        public ProcessAllAnnotatedTypes()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        processAnnotatedType

        +
        public void processAnnotatedType(@Observes
        +                                 jakarta.enterprise.inject.spi.ProcessAnnotatedType<?> processAnnotatedType,
        +                                 jakarta.enterprise.inject.spi.BeanManager beanManager)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/ProcessJAXRSAnnotatedTypes.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/ProcessJAXRSAnnotatedTypes.html new file mode 100644 index 000000000..dd5f203ed --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/ProcessJAXRSAnnotatedTypes.html @@ -0,0 +1,281 @@ + + + + + + +ProcessJAXRSAnnotatedTypes (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Class ProcessJAXRSAnnotatedTypes

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.ext.cdi1x.internal.ProcessJAXRSAnnotatedTypes
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    jakarta.enterprise.inject.spi.Extension
    +
    +
    +
    +
    public class ProcessJAXRSAnnotatedTypes
    +extends Object
    +implements jakarta.enterprise.inject.spi.Extension
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ProcessJAXRSAnnotatedTypes

        +
        public ProcessJAXRSAnnotatedTypes()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        processAnnotatedType

        +
        public void processAnnotatedType(@Observes
        +                                 jakarta.enterprise.inject.spi.ProcessAnnotatedType<?> processAnnotatedType,
        +                                 jakarta.enterprise.inject.spi.BeanManager beanManager)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/RequestScopedCdiBeanSupplier.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/RequestScopedCdiBeanSupplier.html new file mode 100644 index 000000000..5598ee375 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/RequestScopedCdiBeanSupplier.html @@ -0,0 +1,304 @@ + + + + + + +RequestScopedCdiBeanSupplier (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.internal
+

Class RequestScopedCdiBeanSupplier

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Supplier, org.glassfish.jersey.internal.inject.DisposableSupplier
    +
    +
    +
    +
    @Vetoed
    +public final class RequestScopedCdiBeanSupplier
    +extends AbstractCdiBeanSupplier
    +
    Supplier to provide CDI managed components + that should be mapped into Jersey request scope. + For these components, Jersey will avoid + injecting dynamic proxies for JAX-RS request scoped injectees.
    +
    +
    Author:
    +
    Jakub Podlesak
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RequestScopedCdiBeanSupplier

        +
        public RequestScopedCdiBeanSupplier(Class rawType,
        +                                    org.glassfish.jersey.internal.inject.InjectionManager locator,
        +                                    jakarta.enterprise.inject.spi.BeanManager beanManager,
        +                                    boolean cdiManaged)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/AbstractCdiBeanSupplier.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/AbstractCdiBeanSupplier.html new file mode 100644 index 000000000..7ef1a86a7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/AbstractCdiBeanSupplier.html @@ -0,0 +1,178 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.AbstractCdiBeanSupplier (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.AbstractCdiBeanSupplier

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.CdiDefaultAnnotation.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.CdiDefaultAnnotation.html new file mode 100644 index 000000000..34b92f777 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.CdiDefaultAnnotation.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.CdiDefaultAnnotation (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.CdiDefaultAnnotation

+
+
No usage of org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.CdiDefaultAnnotation
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier.html new file mode 100644 index 000000000..c859091b0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier.html @@ -0,0 +1,171 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.JaxRsParamProducer.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.JaxRsParamProducer.html new file mode 100644 index 000000000..277dd734c --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.JaxRsParamProducer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.JaxRsParamProducer (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.JaxRsParamProducer

+
+
No usage of org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.JaxRsParamProducer
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.html new file mode 100644 index 000000000..712ca5410 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider

+
+
No usage of org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiServerComponentProvider.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiServerComponentProvider.html new file mode 100644 index 000000000..59c8be64a --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiServerComponentProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider

+
+
No usage of org.glassfish.jersey.ext.cdi1x.internal.CdiServerComponentProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiUtil.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiUtil.html new file mode 100644 index 000000000..ae07448aa --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiUtil.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.CdiUtil (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.CdiUtil

+
+
No usage of org.glassfish.jersey.ext.cdi1x.internal.CdiUtil
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/GenericCdiBeanSupplier.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/GenericCdiBeanSupplier.html new file mode 100644 index 000000000..34b2feefb --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/GenericCdiBeanSupplier.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.GenericCdiBeanSupplier (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.GenericCdiBeanSupplier

+
+
No usage of org.glassfish.jersey.ext.cdi1x.internal.GenericCdiBeanSupplier
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/GenericInjectionManagerStore.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/GenericInjectionManagerStore.html new file mode 100644 index 000000000..ffe07e3df --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/GenericInjectionManagerStore.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore

+
+
No usage of org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/InjecteeSkippingAnalyzer.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/InjecteeSkippingAnalyzer.html new file mode 100644 index 000000000..f530c5da4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/InjecteeSkippingAnalyzer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer

+
+
No usage of org.glassfish.jersey.ext.cdi1x.internal.InjecteeSkippingAnalyzer
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/JerseyVetoed.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/JerseyVetoed.html new file mode 100644 index 000000000..362666399 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/JerseyVetoed.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.JerseyVetoed (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.JerseyVetoed

+
+
No usage of org.glassfish.jersey.ext.cdi1x.internal.JerseyVetoed
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/LocalizationMessages.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/LocalizationMessages.html new file mode 100644 index 000000000..80d7a658d --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/LocalizationMessages.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages

+
+
No usage of org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/ProcessAllAnnotatedTypes.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/ProcessAllAnnotatedTypes.html new file mode 100644 index 000000000..a7fc0889d --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/ProcessAllAnnotatedTypes.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes

+
+
No usage of org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/ProcessJAXRSAnnotatedTypes.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/ProcessJAXRSAnnotatedTypes.html new file mode 100644 index 000000000..5b4ae7db8 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/ProcessJAXRSAnnotatedTypes.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.ProcessJAXRSAnnotatedTypes (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.ProcessJAXRSAnnotatedTypes

+
+
No usage of org.glassfish.jersey.ext.cdi1x.internal.ProcessJAXRSAnnotatedTypes
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/RequestScopedCdiBeanSupplier.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/RequestScopedCdiBeanSupplier.html new file mode 100644 index 000000000..015bc8125 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/RequestScopedCdiBeanSupplier.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.glassfish.jersey.ext.cdi1x.internal.RequestScopedCdiBeanSupplier (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.ext.cdi1x.internal.RequestScopedCdiBeanSupplier

+
+
No usage of org.glassfish.jersey.ext.cdi1x.internal.RequestScopedCdiBeanSupplier
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-frame.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-frame.html new file mode 100644 index 000000000..6e9ed0a3a --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-frame.html @@ -0,0 +1,38 @@ + + + + + + +org.glassfish.jersey.ext.cdi1x.internal (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.ext.cdi1x.internal

+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-summary.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-summary.html new file mode 100644 index 000000000..0e7ec7d82 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-summary.html @@ -0,0 +1,248 @@ + + + + + + +org.glassfish.jersey.ext.cdi1x.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.ext.cdi1x.internal

+
+
Jersey internal package supporting Jersey CDI integration.
+
+

See: Description

+
+
+ + + + +

Package org.glassfish.jersey.ext.cdi1x.internal Description

+
Jersey internal package supporting Jersey CDI integration.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-tree.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-tree.html new file mode 100644 index 000000000..0cdafdc72 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-tree.html @@ -0,0 +1,163 @@ + + + + + + +org.glassfish.jersey.ext.cdi1x.internal Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.ext.cdi1x.internal

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Annotation Type Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-use.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-use.html new file mode 100644 index 000000000..d6b5508b3 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-use.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Package org.glassfish.jersey.ext.cdi1x.internal (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.ext.cdi1x.internal

+
+
+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/Hk2CustomBoundTypesProvider.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/Hk2CustomBoundTypesProvider.html new file mode 100644 index 000000000..c6ce737df --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/Hk2CustomBoundTypesProvider.html @@ -0,0 +1,253 @@ + + + + + + +Hk2CustomBoundTypesProvider (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.ext.cdi1x.spi
+

Interface Hk2CustomBoundTypesProvider

+
+
+
+
    +
  • +
    +
    +
    public interface Hk2CustomBoundTypesProvider
    +
    Helper SPI to help specify Jersey HK2 custom bound types that should + be HK2-injectable into CDI components. + +

    Implementation of this type must be registered via META-INF/services + mechanism. I.e. fully qualified name of an implementation class + must be written into META-INF/services/org.glassfish.jersey.ext.cdi11.spi.Hk2CustomBoundTypesProvider + file. + +

    If more than one implementation is found, only a single one is selected that has the highest priority.

    +
    +
    Author:
    +
    Jakub Podlesak
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      Set<Type>getHk2Types() +
      Provide a set of types that should became accessible + by CDI container in a form of CDI beans backed by HK2.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getHk2Types

        +
        Set<Type> getHk2Types()
        +
        Provide a set of types that should became accessible + by CDI container in a form of CDI beans backed by HK2. + +

        Jersey will ask CDI container to veto these types + and will register HK2 backed beans into CDI, so that @Inject + marked injection points could be satisfied. + +

        The end user is responsible for defining necessary HK2 bindings + within Jersey application. Should any of such bindings remain + undefined, runtime errors are likely to occur.

        +
        +
        Returns:
        +
        set of types for which HK2 backed CDI beans shall be registered.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/class-use/Hk2CustomBoundTypesProvider.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/class-use/Hk2CustomBoundTypesProvider.html new file mode 100644 index 000000000..6bf0a7ba0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/class-use/Hk2CustomBoundTypesProvider.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.glassfish.jersey.ext.cdi1x.spi.Hk2CustomBoundTypesProvider (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Interface
org.glassfish.jersey.ext.cdi1x.spi.Hk2CustomBoundTypesProvider

+
+
No usage of org.glassfish.jersey.ext.cdi1x.spi.Hk2CustomBoundTypesProvider
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-frame.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-frame.html new file mode 100644 index 000000000..fe3a12f64 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +org.glassfish.jersey.ext.cdi1x.spi (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.ext.cdi1x.spi

+
+

Interfaces

+ +
+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-summary.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-summary.html new file mode 100644 index 000000000..5bf2d49d9 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-summary.html @@ -0,0 +1,158 @@ + + + + + + +org.glassfish.jersey.ext.cdi1x.spi (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.ext.cdi1x.spi

+
+
Jersey package to support custom defined HK2 injection binding + for Jersey/CDI applications.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    Hk2CustomBoundTypesProvider +
    Helper SPI to help specify Jersey HK2 custom bound types that should + be HK2-injectable into CDI components.
    +
    +
  • +
+ + + +

Package org.glassfish.jersey.ext.cdi1x.spi Description

+
Jersey package to support custom defined HK2 injection binding + for Jersey/CDI applications.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-tree.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-tree.html new file mode 100644 index 000000000..c9fd4cc26 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-tree.html @@ -0,0 +1,135 @@ + + + + + + +org.glassfish.jersey.ext.cdi1x.spi Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.ext.cdi1x.spi

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-use.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-use.html new file mode 100644 index 000000000..3a0d5332f --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package org.glassfish.jersey.ext.cdi1x.spi (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.ext.cdi1x.spi

+
+
No usage of org.glassfish.jersey.ext.cdi1x.spi
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/overview-frame.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/overview-frame.html new file mode 100644 index 000000000..22e2bd431 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/overview-frame.html @@ -0,0 +1,23 @@ + + + + + + +Overview List (Jersey 3.0.8 API) + + + + + + + +

 

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/overview-summary.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/overview-summary.html new file mode 100644 index 000000000..abecce636 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/overview-summary.html @@ -0,0 +1,149 @@ + + + + + + +Overview (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Jersey 3.0.8 API Documentation

+
+
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
org.glassfish.jersey.ext.cdi1x.internal +
Jersey internal package supporting Jersey CDI integration.
+
org.glassfish.jersey.ext.cdi1x.spi +
Jersey package to support custom defined HK2 injection binding + for Jersey/CDI applications.
+
+
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/overview-tree.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/overview-tree.html new file mode 100644 index 000000000..82ff451db --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/overview-tree.html @@ -0,0 +1,168 @@ + + + + + + +Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/package-list b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/package-list new file mode 100644 index 000000000..083116e69 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/package-list @@ -0,0 +1,2 @@ +org.glassfish.jersey.ext.cdi1x.internal +org.glassfish.jersey.ext.cdi1x.spi diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/script.js b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/script.js new file mode 100644 index 000000000..b34635693 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/serialized-form.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/serialized-form.html new file mode 100644 index 000000000..5b9337d9a --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/serialized-form.html @@ -0,0 +1,143 @@ + + + + + + +Serialized Form (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/stylesheet.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/stylesheet.css new file mode 100644 index 000000000..98055b22d --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/dependencies.html new file mode 100644 index 000000000..a38d3f1b3 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/dependencies.html @@ -0,0 +1,751 @@ + + + + + + jersey-ext-cdi1x – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.jmockitjmockit1.44jarThe MIT License
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicensesOptional
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0No
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseNo
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSDYes
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicensesOptional
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPENo
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath ExceptionNo
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0No
jakarta.interceptorjakarta.interceptor-api2.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPENo
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public DomainNo
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0No
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0Yes
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseYes
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-cdi1x, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-cdi1x, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-cdi1x, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-ext-cdi1x, jersey-inject-hk2

+

Eclipse Public License v. 2.0: Jakarta Expression Language API

+

EDL 1.0: jersey-core-client, jersey-ext-cdi1x, jersey-inject-hk2

+

Apache License 2.0: CDI APIs, Jakarta Bean Validation API, Javassist

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-ext-cdi1x, jersey-inject-hk2

+

The MIT License: JMockit

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-cdi1x, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-cdi1x, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: FindBugs-jsr305, Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jsr305-3.0.2.jar19.9 kB463531.5Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.interceptor-api-2.0.0.jar24.6 kB221011.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
jmockit-1.44.jar758 kB464397501.7Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
215.6 MB437038452241.820
compile: 1compile: 138.8 kBcompile: 153compile: 136compile: 7-compile: 1
test: 4test: 1.2 MBtest: 949test: 825test: 88-test: 4
provided: 16provided: 4.3 MBprovided: 3268provided: 2884provided: 129-provided: 15
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/index.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/index.html new file mode 100644 index 000000000..819c14f8f --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-cdi1x – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-cdi1x

+

Jersey CDI 1.1 integration

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/project-info.html new file mode 100644 index 000000000..f0fa5ffff --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-cdi1x – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey CDI 1.1 integration
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-cdi1x/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/project-reports.html new file mode 100644 index 000000000..fffdb5277 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-cdi1x/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-cdi1x – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/dependencies.html new file mode 100644 index 000000000..b3e50e27f --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/dependencies.html @@ -0,0 +1,2909 @@ + + + + + + jersey-gf-ejb – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicensesOptional
jakarta.ejbjakarta.ejb-api4.0.1jarEPL 2.0GPL2 w/ CPENo
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0No
jakarta.interceptorjakarta.interceptor-api2.0.1jarEPL 2.0GPL2 w/ CPENo
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSDNo
org.glassfish.jersey.ext.cdijersey-cdi1x3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseNo
org.glassfish.main.commoncontainer-common6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.ejbejb-container6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.hk2hk2-config6.0.0jarEPL 2.0GPL2 w/ CPEYes
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicensesOptional
com.fasterxml.jackson.corejackson-annotations2.13.3jarThe Apache Software License, Version 2.0No
com.fasterxml.jackson.corejackson-core2.13.3jarThe Apache Software License, Version 2.0No
com.fasterxml.jackson.corejackson-databind2.13.3jarThe Apache Software License, Version 2.0No
com.sun.activationjakarta.activation2.0.1jarEDL 1.0No
com.sun.mailjakarta.mail2.0.0jarEPL 2.0GPL2 w/ CPEEDL 1.0No
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0No
jakarta.authenticationjakarta.authentication-api2.0.0jarEPL 2.0GPL2 w/ CPENo
jakarta.authorizationjakarta.authorization-api2.0.0jarEPL 2.0GPL2 w/ CPENo
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath ExceptionNo
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0No
jakarta.persistencejakarta.persistence-api3.0.0jarEclipse Public License v. 2.0Eclipse Distribution License v. 1.0No
jakarta.resourcejakarta.resource-api2.0.0jarEPL 2.0GPL2 w/ CPENo
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPENo
jakarta.transactionjakarta.transaction-api2.0.1jarEPL 2.0GPL2 w/ CPENo
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0No
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0No
org.glassfish.corbaglassfish-corba-internal-api4.2.3jarEDL 1.0No
org.glassfish.corbaglassfish-corba-omgapi4.2.3jarEDL 1.0No
org.glassfish.externalmanagement-api3.2.3jarEDL 1.0No
org.glassfish.gmbalgmbal4.0.2jarEDL 1.0No
org.glassfish.grizzlygrizzly-framework3.0.0jarEPL-2.0No
org.glassfish.grizzlygrizzly-http3.0.0jarEPL-2.0No
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0No
org.glassfish.grizzlygrizzly-http23.0.1jarEPL-2.0No
org.glassfish.grizzlygrizzly-portunif3.0.0jarEPL-2.0No
org.glassfish.haha-api3.1.12jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2class-model3.0.1jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2hk23.0.1jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2hk2-core3.0.1jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2hk2-runlevel3.0.1jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPENo
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPENo
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C licenseNo
org.glassfish.main.adminadmin-util6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.adminconfig-api6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.adminmonitoring-core6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.clustergms-bootstrap6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.commonannotation-framework6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.commoncommon-util6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.commonglassfish-api6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.commonglassfish-ee-api6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.commonglassfish-naming6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.commoninternal-api6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.commonscattered-archive-api6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.commonsimple-glassfish-api6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.commonstats776.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.connectorsconnectors-internal-api6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.coreapi-exporter6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.coreglassfish6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.corekernel6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.corelogging6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.deploymentdeployment-common6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.deploymentdeployment-javaee-core6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.deploymentdol6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.ejbejb-client6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.ejbejb-internal-api6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.ejbgf-ejb-connector6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.flashlightflashlight-framework6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.grizzlygrizzly-config6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.grizzlynucleus-grizzly-all6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.hk2config-types6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.ldapbpldapbp6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.libpam4jlibpam4j6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.orborb-connector6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.orborb-enabler6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.persistencepersistence-common6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.resourcebase.resourcesnucleus-resources6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.resourcesresources-connector6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.securityjaspic.provider.framework6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.securitysecurity6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.securitysecurity-ee6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.securitysecurity-services6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.securityssl-impl6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.main.transactiontransaction-internal-api6.0.0jarEPL 2.0GPL2 w/ CPENo
org.glassfish.pflpfl-asm4.1.0jarEDL 1.0No
org.glassfish.pflpfl-basic4.1.0jarEDL 1.0No
org.glassfish.pflpfl-basic-tools4.1.0jarEDL 1.0No
org.glassfish.pflpfl-dynamic4.1.0jarEDL 1.0No
org.glassfish.pflpfl-tf4.1.0jarEDL 1.0No
org.glassfish.pflpfl-tf-tools4.1.0jarEDL 1.0No
org.glassfish.shoalshoal-gms-api2.0.0jarEPL 2.0GPL2 w/ CPENo
org.ow2.asmasm7.3.1jarBSD-3-ClauseNo
org.ow2.asmasm-analysis7.3.1jarBSD-3-ClauseNo
org.ow2.asmasm-commons7.3.1jarBSD-3-ClauseNo
org.ow2.asmasm-tree7.3.1jarBSD-3-ClauseNo
org.ow2.asmasm-util7.3.1jarBSD-3-ClauseNo
com.fasterxmlclassmate1.3.3jarThe Apache Software License, Version 2.0Yes
org.glassfish.main.hk2tiger-types6.0.0jarEPL 2.0GPL2 w/ CPEYes
org.hibernate.validatorhibernate-validator7.0.1.FinaljarApache License 2.0Yes
org.jboss.loggingjboss-logging3.3.0.FinaljarApache License, version 2.0Yes
+
+

system

+

The following is a list of system dependencies for this project. These dependencies are required to compile the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.suntools-jar1jar-
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-cdi1x, jersey-gf-ejb, jersey-inject-hk2

+

GPL2 w/ CPE: Appserver Core Bootstraping Classes, Class Model for Hk2, Common Utilities, Common persistence code between JPA and CMP, Connectors Private APIs for GlassFish Containers, Container Common, Deployment Object Library, Deployment Related Common Classes, Deployment Related JavaEE Core Classes, EJB Container connector for Glassfish, EJB container Internal API, GMS Bootstrap Module, GlassFish API Exporter Module, GlassFish Core EJB Client, GlassFish Core EJB container implementation, GlassFish High Availability APIs and SPI, GlassFish Java EE Annotation Framework, GlassFish ORB connector implementation, GlassFish ORB enabler implementation, GlassFish SSL Implementation Module, Glassfish Naming, HK2 API module, HK2 Implementation Utilities, HK2 config types, HK2 configuration module, HK2 core module, HK2 module of HK2 itself, Jakarta Annotations API, Jakarta Authentication, Jakarta Authorization, Jakarta Enterprise Beans API, Jakarta Interceptors, Jakarta Mail API, Jakarta Servlet, Jaspic Provider Framework, Java EE Security Core Classes, Java EE dependent public APIs of Glassfish, Java binding for libpam.so, Kernel Classes, LDAP Booster Pack, Nucleus Grizzly jars Combining, Nucleus Logging Classes, OSGi resource locator, Private APIs of Glassfish, Public APIs of Glassfish, Resources Connector, Run Level Service, Scattered Archive APIs of Glassfish, Security Core Classes, Security Services and SPI, ServiceLocator Default Implementation, Simple Public APIs of Glassfish, Tiger types- type arithmetic library for Java5, Transaction Service Internal API, admin-config-api, admin-monitoring, admin-util, aopalliance version 1.0 repackaged as a module, flashlight-framework, grizzly-config, jakarta.resource API, jakarta.transaction API, jersey-core-client, jersey-ext-cdi1x, jersey-gf-ejb, jersey-inject-hk2, nucleus.resources, shoal-gms-api, stats77

+

New BSD License: Hamcrest Core

+

Eclipse Public License v. 2.0: Jakarta Expression Language API, Jakarta Persistence API

+

Apache License 2.0: CDI APIs, Hibernate Validator Engine, Jakarta Bean Validation API, Javassist

+

EPL 2.0: Appserver Core Bootstraping Classes, Class Model for Hk2, Common Utilities, Common persistence code between JPA and CMP, Connectors Private APIs for GlassFish Containers, Container Common, Deployment Object Library, Deployment Related Common Classes, Deployment Related JavaEE Core Classes, EJB Container connector for Glassfish, EJB container Internal API, GMS Bootstrap Module, GlassFish API Exporter Module, GlassFish Core EJB Client, GlassFish Core EJB container implementation, GlassFish High Availability APIs and SPI, GlassFish Java EE Annotation Framework, GlassFish ORB connector implementation, GlassFish ORB enabler implementation, GlassFish SSL Implementation Module, Glassfish Naming, HK2 API module, HK2 Implementation Utilities, HK2 config types, HK2 configuration module, HK2 core module, HK2 module of HK2 itself, Jakarta Annotations API, Jakarta Authentication, Jakarta Authorization, Jakarta Enterprise Beans API, Jakarta Interceptors, Jakarta Mail API, Jakarta Servlet, Jaspic Provider Framework, Java EE Security Core Classes, Java EE dependent public APIs of Glassfish, Java binding for libpam.so, Kernel Classes, LDAP Booster Pack, Nucleus Grizzly jars Combining, Nucleus Logging Classes, OSGi resource locator, Private APIs of Glassfish, Public APIs of Glassfish, Resources Connector, Run Level Service, Scattered Archive APIs of Glassfish, Security Core Classes, Security Services and SPI, ServiceLocator Default Implementation, Simple Public APIs of Glassfish, Tiger types- type arithmetic library for Java5, Transaction Service Internal API, admin-config-api, admin-monitoring, admin-util, aopalliance version 1.0 repackaged as a module, flashlight-framework, grizzly-config, jakarta.resource API, jakarta.transaction API, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-gf-ejb, jersey-inject-hk2, nucleus.resources, shoal-gms-api, stats77

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-cdi1x, jersey-gf-ejb, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-cdi1x, jersey-gf-ejb, jersey-inject-hk2

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-gf-ejb, jersey-inject-hk2

+

BSD-3-Clause: asm, asm-analysis, asm-commons, asm-tree, asm-util

+

Eclipse Distribution License v. 1.0: Jakarta Persistence API

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-cdi1x, jersey-gf-ejb, jersey-inject-hk2

+

W3C license: jersey-core-client, jersey-ext-cdi1x, jersey-gf-ejb, jersey-inject-hk2

+

EDL 1.0: Exposed Internal APIs, GMBAL (Implementation), Generated OMG APIs, Jakarta Activation, Jakarta Mail API, PFL ASM, PFL Basic, PFL Basic Tools, PFL Dynamic, PFL TF, PFL TF TOOLS, jersey-core-client, jersey-ext-cdi1x, jersey-gf-ejb, jersey-inject-hk2, management-api

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-ext-cdi1x, jersey-gf-ejb, jersey-inject-hk2

+

Eclipse Distribution License - v 1.0: JAXB OSGI, Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http2, grizzly-portunif, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: ClassMate, Jackson-annotations, Jackson-core, Jakarta Dependency Injection, jackson-databind

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jackson-annotations-2.13.3.jar75.7 kB84722-Yes
jackson-core-2.13.3.jar374.9 kB15612813-Yes
jackson-databind-2.13.3.jar1.5 MB74670823-Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.mail-2.0.0.jar681.8 kB383346141.8Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.authentication-api-2.0.0.jar43.1 kB563541.8Yes
jakarta.authorization-api-2.0.0.jar44.9 kB271411.8Yes
jakarta.ejb-api-4.0.1.jar61.8 kB98824-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.interceptor-api-2.0.1.jar25.3 kB23112-Yes
jakarta.persistence-api-3.0.0.jar156.5 kB2262085-Yes
jakarta.resource-api-2.0.0.jar68.5 kB1138961.8Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.transaction-api-2.0.1.jar28.6 kB32202-Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
glassfish-corba-internal-api-4.2.3.jar41.8 kB402131.8Yes
glassfish-corba-omgapi-4.2.3.jar1.4 MB13171256411.8Yes
management-api-3.2.3.jar48.2 kB60408-Yes
gmbal-4.0.2.jar214 kB1771577-Yes
grizzly-framework-3.0.0.jar850.7 kB619583231.8Yes
grizzly-http-3.0.0.jar347.9 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http2-3.0.1.jar287.2 kB15814341.8Yes
grizzly-portunif-3.0.0.jar31.7 kB261321.8Yes
ha-api-3.1.12.jar36.4 kB604071.5Yes
class-model-3.0.1.jar114.3 kB1008431.8Yes
hk2-3.0.1.jar15.4 kB900-No
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-core-3.0.1.jar129.3 kB1078571.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-runlevel-3.0.1.jar70.5 kB553831.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-cdi1x-3.0.8.jar82 kB714931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
admin-util-6.0.0.jar352.6 kB228181131.8Yes
config-api-6.0.0.jar578.1 kB439382101.8Yes
monitoring-core-6.0.0.jar112 kB9551131.8Yes
gms-bootstrap-6.0.0.jar35.5 kB32611.8Yes
annotation-framework-6.0.0.jar54.1 kB493341.8Yes
common-util-6.0.0.jar532 kB426344351.8Yes
container-common-6.0.0.jar196.7 kB19316481.8Yes
glassfish-api-6.0.0.jar201.8 kB288250201.8Yes
glassfish-ee-api-6.0.0.jar21.6 kB24931.8Yes
glassfish-naming-6.0.0.jar93.3 kB694141.8Yes
internal-api-6.0.0.jar144.6 kB144112111.8Yes
scattered-archive-api-6.0.0.jar26.4 kB18511.8Yes
simple-glassfish-api-6.0.0.jar24.9 kB241121.8Yes
stats77-6.0.0.jar95.6 kB12110041.8Yes
connectors-internal-api-6.0.0.jar111.7 kB986961.8Yes
api-exporter-6.0.0.jar18.2 kB18211.8Yes
glassfish-6.0.0.jar142.5 kB997141.8Yes
kernel-6.0.0.jar745.1 kB378301161.8Yes
logging-6.0.0.jar189.1 kB1137261.8Yes
deployment-common-6.0.0.jar189.4 kB1076661.8Yes
deployment-javaee-core-6.0.0.jar43 kB24611.8Yes
dol-6.0.0.jar794.7 kB493427341.8Yes
ejb-client-6.0.0.jar23.4 kB18511.8Yes
ejb-container-6.0.0.jar946.3 kB473391331.8Yes
ejb-internal-api-6.0.0.jar23.1 kB261221.8Yes
gf-ejb-connector-6.0.0.jar31.8 kB321231.8Yes
flashlight-framework-6.0.0.jar144.5 kB1156981.8Yes
grizzly-config-6.0.0.jar138.4 kB1088741.8Yes
nucleus-grizzly-all-6.0.0.jar1.9 MB12261166441.8Yes
config-types-6.0.0.jar23.3 kB23711.8Yes
ldapbp-6.0.0.jar137.9 kB863631.8Yes
libpam4j-6.0.0.jar271.5 kB14912951.8Yes
orb-connector-6.0.0.jar69.6 kB633451.8Yes
orb-enabler-6.0.0.jar26.5 kB27821.8Yes
persistence-common-6.0.0.jar38.9 kB24821.8Yes
nucleus-resources-6.0.0.jar72.6 kB603161.8Yes
resources-connector-6.0.0.jar120.4 kB774981.8Yes
jaspic.provider.framework-6.0.0.jar73 kB512751.8Yes
security-6.0.0.jar444.6 kB316218211.8Yes
security-ee-6.0.0.jar358.6 kB232182181.8Yes
security-services-6.0.0.jar161 kB155115161.8Yes
ssl-impl-6.0.0.jar34.1 kB37531.8Yes
transaction-internal-api-6.0.0.jar36.8 kB412141.8Yes
pfl-asm-4.1.0.jar357.9 kB19317481.8Yes
pfl-basic-4.1.0.jar207.8 kB22819010-Yes
pfl-basic-tools-4.1.0.jar70.8 kB644931.8Yes
pfl-dynamic-4.1.0.jar340 kB25923951.8Yes
pfl-tf-4.1.0.jar93.9 kB846841.8Yes
pfl-tf-tools-4.1.0.jar49.2 kB412811.8Yes
shoal-gms-api-2.0.0.jar54.5 kB755821.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
asm-7.3.1.jar121.8 kB44383-Yes
asm-analysis-7.3.1.jar33.4 kB22152-Yes
asm-commons-7.3.1.jar71.5 kB34282-Yes
asm-tree-7.3.1.jar52.8 kB45392-Yes
asm-util-7.3.1.jar84.8 kB31252-Yes
classmate-1.3.3.jar65 kB523741.6Yes
hk2-config-6.0.0.jar224.4 kB18416541.8Yes
tiger-types-6.0.0.jar32.4 kB241211.8Yes
hibernate-validator-7.0.1.Final.jar1.3 MB1055923841.8Yes
jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
10828.9 MB212751776410461.8106
compile: 4compile: 1.4 MBcompile: 1116compile: 1030compile: 35-compile: 4
test: 4test: 1.4 MBtest: 981test: 865test: 53-test: 4
provided: 100provided: 26.2 MBprovided: 19178provided: 15869provided: 958-provided: 98
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/index.html b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/index.html new file mode 100644 index 000000000..bb3595475 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-gf-ejb – About + + + + + + + + +
+ +
+
+
+
+

About jersey-gf-ejb

+

Jersey EJB for GlassFish integration

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/project-info.html new file mode 100644 index 000000000..560968e5b --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-gf-ejb – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey EJB for GlassFish integration
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/project-reports.html new file mode 100644 index 000000000..95b737118 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-gf-ejb/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-gf-ejb – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-mp-config/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-config/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-mp-config/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-config/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-mp-config/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-config/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-mp-config/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-config/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-mp-config/dependencies.html new file mode 100644 index 000000000..bd815db86 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-config/dependencies.html @@ -0,0 +1,997 @@ + + + + + + jersey-mp-config – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.eclipse.microprofile.configmicroprofile-config-api3.0jarApache License, Version 2.0
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
io.smallrye.configsmallrye-config3.0.0-RC1jarApache License, Version 2.0
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
io.smallrye.commonsmallrye-common-annotation2.0.0-RC1jarApache License, Version 2.0
io.smallrye.commonsmallrye-common-classloader2.0.0-RC1jarApache License, Version 2.0
io.smallrye.commonsmallrye-common-constraint2.0.0-RC1jarApache License, Version 2.0
io.smallrye.commonsmallrye-common-expression2.0.0-RC1jarApache License, Version 2.0
io.smallrye.commonsmallrye-common-function2.0.0-RC1jarApache License, Version 2.0
io.smallrye.configsmallrye-config-common3.0.0-RC1jarApache License, Version 2.0
io.smallrye.configsmallrye-config-core3.0.0-RC1jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.jboss.loggingjboss-logging3.3.0.FinaljarApache License, version 2.0
org.ow2.asmasm9.2jarBSD-3-Clause
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3

+

Apache License, 2.0: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-mp-config, jersey-test-framework-core

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-mp-config, jersey-test-framework-core

+

BSD-3-Clause: asm

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-mp-config, jersey-test-framework-core

+

Public Domain: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-mp-config, jersey-test-framework-core

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-mp-config, jersey-test-framework-core

+

EDL 1.0: Jakarta Activation, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-mp-config, jersey-test-framework-core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-mp-config, jersey-test-framework-core

+

Apache License, Version 2.0: MicroProfile Config API, SmallRye Common: Annotations, SmallRye Common: Classloader, SmallRye Common: Constraints, SmallRye Common: Expressions, SmallRye Common: Functions, SmallRye: Common classes, SmallRye: MicroProfile Config CDI Implementation, SmallRye: MicroProfile Config Core Implementation

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-mp-config, jersey-test-framework-core

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-mp-config, jersey-test-framework-core

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-mp-config, jersey-test-framework-core

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
smallrye-common-annotation-2.0.0-RC1.jar5.8 kB18711.8Yes
smallrye-common-classloader-2.0.0-RC1.jar13 kB2451-Yes
smallrye-common-constraint-2.0.0-RC1.jar11.7 kB17511.8Yes
smallrye-common-expression-2.0.0-RC1.jar19.8 kB231111.8Yes
smallrye-common-function-2.0.0-RC1.jar43.4 kB514011.8Yes
smallrye-config-3.0.0-RC1.jar34.2 kB291511.8Yes
smallrye-config-common-3.0.0-RC1.jar9.8 kB19721.8Yes
smallrye-config-core-3.0.0-RC1.jar248.3 kB16915411.8Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
microprofile-config-api-3.0.jar17.8 kB291431.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
asm-9.2.jar122 kB44383-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
335.9 MB460139051961.832
compile: 6compile: 1.4 MBcompile: 1163compile: 1051compile: 40-compile: 5
test: 27test: 4.5 MBtest: 3438test: 2854test: 156-test: 27
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-config/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/index.html b/project-info/3.0.8/jersey/project/project/jersey-mp-config/index.html new file mode 100644 index 000000000..c8f41333c --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-config/index.html @@ -0,0 +1,79 @@ + + + + + + jersey-mp-config – About + + + + + + + + +
+ +
+
+
+
+

About jersey-mp-config

+

Jersey extension modules providing utilities, filters as well as integrations + with external frameworks (Guice, Spring, Freemarker, etc.) and languages + (Scala, Groovy, etc.). + + NOTE: Jersey security extensions have their own dedicated security umbrella + project.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-mp-config/project-info.html new file mode 100644 index 000000000..122679195 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-config/project-info.html @@ -0,0 +1,91 @@ + + + + + + jersey-mp-config – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey extension modules providing utilities, filters as well as integrations + with external frameworks (Guice, Spring, Freemarker, etc.) and languages + (Scala, Groovy, etc.). + + NOTE: Jersey security extensions have their own dedicated security umbrella + project.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-config/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-mp-config/project-reports.html new file mode 100644 index 000000000..4aa77674a --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-config/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-mp-config – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/dependencies.html new file mode 100644 index 000000000..8e4aa9403 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/dependencies.html @@ -0,0 +1,1018 @@ + + + + + + jersey-mp-rest-client – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.jsonjakarta.json-api2.0.2jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.eclipse.microprofile.configmicroprofile-config-api3.0jarApache License, Version 2.0
org.eclipse.microprofile.rest.clientmicroprofile-rest-client-api3.0jarApache License, Version 2.0
org.eclipse.parssonparsson-media1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.ext.cdijersey-cdi1x3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.ext.cdijersey-weld2-se3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-binding3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-sse3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.reactivestreamsreactive-streams1.0.3jarCC0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1-jarThe Apache Software License, Version 2.0
jakarta.json.bindjakarta.json.bind-api2.0.0-jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.validationjakarta.validation-api3.0.0-jarApache License 2.0
org.eclipseyasson2.0.4-jarEclipse Public License v. 2.0Eclipse Distribution License v. 1.0
org.eclipse.parssonparsson1.0.0-jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfishjakarta.json2.0.0modulejarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.hk2hk2-api3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8-jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.javassistjavassist3.28.0-GA-jarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.interceptorjakarta.interceptor-api2.0.0jarEPL 2.0GPL2 w/ CPE
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 2.0: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, JSON-P Default Provider, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-json-binding, jersey-media-sse, jersey-mp-rest-client

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-json-binding, jersey-media-sse, jersey-mp-rest-client

+

New BSD License: Hamcrest Core

+

CC0: reactive-streams

+

Eclipse Public License v. 2.0: Jakarta Expression Language API, org.eclipse.yasson

+

Apache License 2.0: CDI APIs, Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: MicroProfile Config API, MicroProfile Rest Client API

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-json-binding, jersey-media-sse, jersey-mp-rest-client

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-json-binding, jersey-media-sse, jersey-mp-rest-client

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-json-binding, jersey-media-sse, jersey-mp-rest-client

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-json-binding, jersey-media-sse, jersey-mp-rest-client

+

Eclipse Distribution License v. 1.0: org.eclipse.yasson

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-json-binding, jersey-media-sse, jersey-mp-rest-client

+

W3C license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-json-binding, jersey-media-sse, jersey-mp-rest-client

+

EDL 1.0: jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-json-binding, jersey-media-sse, jersey-mp-rest-client

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, JSON-B API, JSON-P Default Provider, Jakarta Expression Language API, Jakarta JSON Processing API

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-json-binding, jersey-media-sse, jersey-mp-rest-client

+

LGPL 2.1: Javassist

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.interceptor-api-2.0.0.jar24.6 kB221011.8Yes
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
yasson-2.0.4.jar364.5 kB28224010-Yes
microprofile-config-api-3.0.jar17.8 kB291431.8Yes
microprofile-rest-client-api-3.0.jar25.9 kB422451.8Yes
parsson-1.0.0.jar116.4 kB78623-Yes
parsson-media-1.0.0.jar20.3 kB1632-Yes
jakarta.json-2.0.0-module.jar115.5 kB77613-Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-cdi1x-3.0.8.jar82 kB714931.8Yes
jersey-weld2-se-3.0.8.jar19.8 kB20211.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-json-binding-3.0.8.jar26.1 kB24721.8Yes
jersey-media-sse-3.0.8.jar79.4 kB624321.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
reactive-streams-1.0.3.jar11.4 kB171311.6Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
325.8 MB467039932171.831
compile: 27compile: 5.2 MBcompile: 3974compile: 3393compile: 169-compile: 26
test: 2test: 427.7 kBtest: 439test: 393test: 35-test: 2
provided: 3provided: 224.5 kBprovided: 257provided: 207provided: 13-provided: 3
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/index.html b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/index.html new file mode 100644 index 000000000..b1dcddc00 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/index.html @@ -0,0 +1,79 @@ + + + + + + jersey-mp-rest-client – About + + + + + + + + +
+ +
+
+
+
+

About jersey-mp-rest-client

+

Jersey extension modules providing utilities, filters as well as integrations + with external frameworks (Guice, Spring, Freemarker, etc.) and languages + (Scala, Groovy, etc.). + + NOTE: Jersey security extensions have their own dedicated security umbrella + project.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/project-info.html new file mode 100644 index 000000000..6e05f02e5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/project-info.html @@ -0,0 +1,91 @@ + + + + + + jersey-mp-rest-client – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey extension modules providing utilities, filters as well as integrations + with external frameworks (Guice, Spring, Freemarker, etc.) and languages + (Scala, Groovy, etc.). + + NOTE: Jersey security extensions have their own dedicated security umbrella + project.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/project-reports.html new file mode 100644 index 000000000..c42b78528 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-mp-rest-client – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/dependencies.html new file mode 100644 index 000000000..1946c5cfc --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/dependencies.html @@ -0,0 +1,759 @@ + + + + + + jersey-ext-rx-client-guava – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.google.guavaguava31.1-jrejarApache License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest2.2jarBSD License 3
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
com.google.errorproneerror_prone_annotations2.11.0jarApache 2.0
com.google.guavafailureaccess1.0.1jarThe Apache Software License, Version 2.0
com.google.guavalistenablefuture9999.0-empty-to-avoid-conflict-with-guavajarThe Apache Software License, Version 2.0
com.google.j2objcj2objc-annotations1.3jarThe Apache Software License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.checkerframeworkchecker-qual3.12.0jarThe MIT License
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-ext-rx-client-guava, jersey-inject-hk2

+

Apache 2.0: error-prone annotations

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-rx-client-guava, jersey-inject-hk2

+

BSD License 3: Hamcrest

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-rx-client-guava, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-rx-client-guava, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-ext-rx-client-guava, jersey-inject-hk2

+

EDL 1.0: jersey-core-client, jersey-ext-rx-client-guava, jersey-inject-hk2

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-core-client, jersey-ext-rx-client-guava, jersey-inject-hk2

+

The MIT License: Checker Qual

+

Apache License, Version 2.0: Guava: Google Core Libraries for Java

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-ext-rx-client-guava, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-rx-client-guava, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-rx-client-guava, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations, Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jsr305-3.0.2.jar19.9 kB463531.5Yes
error_prone_annotations-2.11.0.jar16 kB382621.7Yes
failureaccess-1.0.1.jar4.6 kB15211.7Yes
guava-31.1-jre.jar3 MB20532023181.8Yes
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar2.2 kB700-No
j2objc-annotations-1.3.jar8.8 kB231211.5Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
checker-qual-3.12.0.jar208.8 kB399333291.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
226.9 MB547449891871.820
compile: 13compile: 4.9 MBcompile: 3913compile: 3634compile: 102-compile: 11
test: 9test: 2 MBtest: 1561test: 1355test: 85-test: 9
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/index.html b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/index.html new file mode 100644 index 000000000..f47f1ba80 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-rx-client-guava – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-rx-client-guava

+

Jersey Reactive Client - Guava (ListenableFuture) provider.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/project-info.html new file mode 100644 index 000000000..11eb31ff8 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-rx-client-guava – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Reactive Client - Guava (ListenableFuture) provider.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/project-reports.html new file mode 100644 index 000000000..474e5cf85 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-rx-client-guava – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/dependencies.html new file mode 100644 index 000000000..1cf6318c5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/dependencies.html @@ -0,0 +1,591 @@ + + + + + + jersey-ext-rx-client-rxjava – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
io.reactivexrxjava1.2.5jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest2.2jarBSD License 3
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-ext-rx-client-rxjava, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-rx-client-rxjava, jersey-inject-hk2

+

BSD License 3: Hamcrest

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-rx-client-rxjava, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-rx-client-rxjava, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-ext-rx-client-rxjava, jersey-inject-hk2

+

EDL 1.0: jersey-core-client, jersey-ext-rx-client-rxjava, jersey-inject-hk2

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-core-client, jersey-ext-rx-client-rxjava, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-ext-rx-client-rxjava, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-rx-client-rxjava, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-rx-client-rxjava, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, rxjava

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
rxjava-1.2.5.jar1.1 MB10271004191.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
164.8 MB392035621521.815
compile: 7compile: 2.8 MBcompile: 2359compile: 2207compile: 67-compile: 6
test: 9test: 2 MBtest: 1561test: 1355test: 85-test: 9
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/index.html b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/index.html new file mode 100644 index 000000000..cef9075f1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-rx-client-rxjava – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-rx-client-rxjava

+

Jersey Reactive Client - RxJava (Observable) provider.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/project-info.html new file mode 100644 index 000000000..0ba96721d --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-rx-client-rxjava – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Reactive Client - RxJava (Observable) provider.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/project-reports.html new file mode 100644 index 000000000..7f8157428 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-rx-client-rxjava – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/dependencies.html new file mode 100644 index 000000000..3702de53f --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/dependencies.html @@ -0,0 +1,615 @@ + + + + + + jersey-ext-rx-client-rxjava2 – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
io.reactivex.rxjava2rxjava2.0.4jarThe Apache Software License, Version 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.reactivestreamsreactive-streams1.0.3jarCC0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest2.2jarBSD License 3
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-ext-rx-client-rxjava2, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-rx-client-rxjava2, jersey-inject-hk2

+

BSD License 3: Hamcrest

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-rx-client-rxjava2, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-rx-client-rxjava2, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-ext-rx-client-rxjava2, jersey-inject-hk2

+

CC0: reactive-streams

+

EDL 1.0: jersey-core-client, jersey-ext-rx-client-rxjava2, jersey-inject-hk2

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-core-client, jersey-ext-rx-client-rxjava2, jersey-inject-hk2

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-ext-rx-client-rxjava2, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-rx-client-rxjava2, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-rx-client-rxjava2, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, rxjava

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
rxjava-2.0.4.jar2 MB14751442271.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-2.2.jar123.4 kB122108111.7Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
reactive-streams-1.0.3.jar11.4 kB171311.6Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
175.7 MB438540131611.816
compile: 8compile: 3.7 MBcompile: 2824compile: 2658compile: 76-compile: 7
test: 9test: 2 MBtest: 1561test: 1355test: 85-test: 9
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/index.html b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/index.html new file mode 100644 index 000000000..e3ed9515e --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-rx-client-rxjava2 – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-rx-client-rxjava2

+

Jersey Reactive Client - RxJava2 (Flowable) provider.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/project-info.html new file mode 100644 index 000000000..3c417b2c3 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-rx-client-rxjava2 – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Reactive Client - RxJava2 (Flowable) provider.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/project-reports.html new file mode 100644 index 000000000..425e0a98b --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-rx-client-rxjava2 – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/dependencies.html new file mode 100644 index 000000000..501062b21 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/dependencies.html @@ -0,0 +1,2268 @@ + + + + + + jersey-test-framework-provider-bundle – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
io.nettynetty-all4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-buffer4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-common4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-handler4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.FinaljarApache License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.eclipse.jettyjetty-alpn-client11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.simpleframeworksimple-common6.0.1jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6jarMIT License
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8414.7 MB1064190613781.876
compile: 72compile: 13 MBcompile: 9575compile: 8207compile: 339-compile: 70
test: 6test: 1.5 MBtest: 1000test: 854test: 39-test: 6
runtime: 6runtime: 160.4 kBruntime: 66----
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/index.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/index.html new file mode 100644 index 000000000..27be97df6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/index.html @@ -0,0 +1,73 @@ + + + + + + jersey-test-framework-provider-bundle – About + + + + + + + + +
+ +
+
+
+
+

About jersey-test-framework-provider-bundle

+

Jersey Test Framework Providers Bundle

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/project-info.html new file mode 100644 index 000000000..9dc062b83 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/project-info.html @@ -0,0 +1,85 @@ + + + + + + jersey-test-framework-provider-bundle – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Test Framework Providers Bundle
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/dependencies.html new file mode 100644 index 000000000..e7cd1fb2c --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/dependencies.html @@ -0,0 +1,733 @@ + + + + + + jersey-test-framework-provider-external – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-external

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-external

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-external

+

Public Domain: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-external

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-external

+

EDL 1.0: Jakarta Activation, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-external

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-external

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-external

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-external

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-external

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
225.3 MB411835611801.821
compile: 16compile: 3.8 MBcompile: 3118compile: 2707compile: 141-compile: 15
test: 6test: 1.5 MBtest: 1000test: 854test: 39-test: 6
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/index.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/index.html new file mode 100644 index 000000000..eb69c7819 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-test-framework-provider-external – About + + + + + + + + +
+ +
+
+
+
+

About jersey-test-framework-provider-external

+

Jersey Test Framework - External container

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/project-info.html new file mode 100644 index 000000000..d30d608b7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-test-framework-provider-external – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Test Framework - External container
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/project-reports.html new file mode 100644 index 000000000..15d3f69f2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-test-framework-provider-external – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/allclasses-frame.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/allclasses-frame.html new file mode 100644 index 000000000..bf6fb3f70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/allclasses-frame.html @@ -0,0 +1,21 @@ + + + + + + +All Classes (Jersey 3.0.8 API) + + + + + +

All Classes

+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/allclasses-noframe.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/allclasses-noframe.html new file mode 100644 index 000000000..874741633 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/allclasses-noframe.html @@ -0,0 +1,21 @@ + + + + + + +All Classes (Jersey 3.0.8 API) + + + + + +

All Classes

+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/constant-values.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/constant-values.html new file mode 100644 index 000000000..87650ea69 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/constant-values.html @@ -0,0 +1,124 @@ + + + + + + +Constant Field Values (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/deprecated-list.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/deprecated-list.html new file mode 100644 index 000000000..48906e6eb --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + + +Deprecated List (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/help-doc.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/help-doc.html new file mode 100644 index 000000000..27f474b4b --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/help-doc.html @@ -0,0 +1,225 @@ + + + + + + +API Help (Jersey 3.0.8 API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/index-all.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/index-all.html new file mode 100644 index 000000000..aa3b0a93f --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/index-all.html @@ -0,0 +1,159 @@ + + + + + + +Index (Jersey 3.0.8 API) + + + + + + + + +
+ + + + + + + +
+ + +
C G O  + + +

C

+
+
create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory
+
 
+
create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory
+
 
+
+ + + +

G

+
+
GrizzlyTestContainerFactory - Class in org.glassfish.jersey.test.grizzly
+
+
Jersey test framework container factory implementation based on Grizzly 3.x HTTP server.
+
+
GrizzlyTestContainerFactory() - Constructor for class org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory
+
 
+
GrizzlyWebTestContainerFactory - Class in org.glassfish.jersey.test.grizzly
+
+
A Servlet-based test container factory for creating test container instances using Grizzly.
+
+
GrizzlyWebTestContainerFactory() - Constructor for class org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory
+
 
+
+ + + +

O

+
+
org.glassfish.jersey.test.grizzly - package org.glassfish.jersey.test.grizzly
+
+
Jersey test framework Grizzly 2 container provider classes.
+
+
+C G O 
+ +
+ + + + + + + +
+ + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/index.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/index.html new file mode 100644 index 000000000..10d94f0eb --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/index.html @@ -0,0 +1,73 @@ + + + + + + +Jersey 3.0.8 API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/glassfish/jersey/test/grizzly/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/GrizzlyTestContainerFactory.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/GrizzlyTestContainerFactory.html new file mode 100644 index 000000000..c0976c8f2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/GrizzlyTestContainerFactory.html @@ -0,0 +1,287 @@ + + + + + + +GrizzlyTestContainerFactory (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.test.grizzly
+

Class GrizzlyTestContainerFactory

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.test.spi.TestContainerFactory
    +
    +
    +
    +
    public class GrizzlyTestContainerFactory
    +extends Object
    +implements org.glassfish.jersey.test.spi.TestContainerFactory
    +
    Jersey test framework container factory implementation based on Grizzly 3.x HTTP server.
    +
    +
    Author:
    +
    Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GrizzlyTestContainerFactory

        +
        public GrizzlyTestContainerFactory()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        create

        +
        public org.glassfish.jersey.test.spi.TestContainer create(URI baseUri,
        +                                                          org.glassfish.jersey.test.DeploymentContext context)
        +
        +
        Specified by:
        +
        create in interface org.glassfish.jersey.test.spi.TestContainerFactory
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/GrizzlyWebTestContainerFactory.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/GrizzlyWebTestContainerFactory.html new file mode 100644 index 000000000..237c2ab16 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/GrizzlyWebTestContainerFactory.html @@ -0,0 +1,287 @@ + + + + + + +GrizzlyWebTestContainerFactory (Jersey 3.0.8 API) + + + + + + + + + + + + +
+
org.glassfish.jersey.test.grizzly
+

Class GrizzlyWebTestContainerFactory

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.glassfish.jersey.test.spi.TestContainerFactory
    +
    +
    +
    +
    public class GrizzlyWebTestContainerFactory
    +extends Object
    +implements org.glassfish.jersey.test.spi.TestContainerFactory
    +
    A Servlet-based test container factory for creating test container instances using Grizzly.
    +
    +
    Author:
    +
    Srinivas Bhimisetty, Pavel Bucek, Marek Potociar
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GrizzlyWebTestContainerFactory

        +
        public GrizzlyWebTestContainerFactory()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        create

        +
        public org.glassfish.jersey.test.spi.TestContainer create(URI baseUri,
        +                                                          org.glassfish.jersey.test.DeploymentContext context)
        +
        +
        Specified by:
        +
        create in interface org.glassfish.jersey.test.spi.TestContainerFactory
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/class-use/GrizzlyTestContainerFactory.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/class-use/GrizzlyTestContainerFactory.html new file mode 100644 index 000000000..749564401 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/class-use/GrizzlyTestContainerFactory.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory

+
+
No usage of org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/class-use/GrizzlyWebTestContainerFactory.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/class-use/GrizzlyWebTestContainerFactory.html new file mode 100644 index 000000000..52c5dee98 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/class-use/GrizzlyWebTestContainerFactory.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Class
org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory

+
+
No usage of org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-frame.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-frame.html new file mode 100644 index 000000000..a1de39652 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +org.glassfish.jersey.test.grizzly (Jersey 3.0.8 API) + + + + + +

org.glassfish.jersey.test.grizzly

+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-summary.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-summary.html new file mode 100644 index 000000000..a65053fe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-summary.html @@ -0,0 +1,159 @@ + + + + + + +org.glassfish.jersey.test.grizzly (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Package org.glassfish.jersey.test.grizzly

+
+
Jersey test framework Grizzly 2 container provider classes.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    GrizzlyTestContainerFactory +
    Jersey test framework container factory implementation based on Grizzly 3.x HTTP server.
    +
    GrizzlyWebTestContainerFactory +
    A Servlet-based test container factory for creating test container instances using Grizzly.
    +
    +
  • +
+ + + +

Package org.glassfish.jersey.test.grizzly Description

+
Jersey test framework Grizzly 2 container provider classes.
+
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-tree.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-tree.html new file mode 100644 index 000000000..6ab9447ae --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-tree.html @@ -0,0 +1,134 @@ + + + + + + +org.glassfish.jersey.test.grizzly Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For Package org.glassfish.jersey.test.grizzly

+
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-use.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-use.html new file mode 100644 index 000000000..8863984a1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-use.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Package org.glassfish.jersey.test.grizzly (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Uses of Package
org.glassfish.jersey.test.grizzly

+
+
No usage of org.glassfish.jersey.test.grizzly
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/overview-tree.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/overview-tree.html new file mode 100644 index 000000000..5002f3942 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/overview-tree.html @@ -0,0 +1,138 @@ + + + + + + +Class Hierarchy (Jersey 3.0.8 API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

+ + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/package-list b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/package-list new file mode 100644 index 000000000..b2a34c68e --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/package-list @@ -0,0 +1 @@ +org.glassfish.jersey.test.grizzly diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/script.js b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/script.js new file mode 100644 index 000000000..b34635693 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/stylesheet.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/stylesheet.css new file mode 100644 index 000000000..98055b22d --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/dependencies.html new file mode 100644 index 000000000..eef06e772 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/dependencies.html @@ -0,0 +1,898 @@ + + + + + + jersey-test-framework-provider-grizzly2 – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Public Domain: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EDL 1.0: Jakarta Activation, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-grizzly2

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
297.1 MB529345972211.828
compile: 23compile: 5.6 MBcompile: 4293compile: 3743compile: 182-compile: 22
test: 6test: 1.5 MBtest: 1000test: 854test: 39-test: 6
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/index.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/index.html new file mode 100644 index 000000000..e233e8c10 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-test-framework-provider-grizzly2 – About + + + + + + + + +
+ +
+
+
+
+

About jersey-test-framework-provider-grizzly2

+

Jersey Test Framework - Grizzly2 container

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/project-info.html new file mode 100644 index 000000000..b3ac4bc97 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-test-framework-provider-grizzly2 – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Test Framework - Grizzly2 container
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/project-reports.html new file mode 100644 index 000000000..5c8907874 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-test-framework-provider-grizzly2 – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/dependencies.html new file mode 100644 index 000000000..f2815d1e3 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/dependencies.html @@ -0,0 +1,733 @@ + + + + + + jersey-test-framework-provider-inmemory – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-inmemory

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-inmemory

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-inmemory

+

Public Domain: jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-inmemory

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-inmemory

+

EDL 1.0: Jakarta Activation, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-inmemory

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-inmemory

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-inmemory

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-inmemory

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-inmemory

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
225.3 MB411835611801.821
compile: 16compile: 3.8 MBcompile: 3118compile: 2707compile: 141-compile: 15
test: 6test: 1.5 MBtest: 1000test: 854test: 39-test: 6
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/index.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/index.html new file mode 100644 index 000000000..049fc3529 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-test-framework-provider-inmemory – About + + + + + + + + +
+ +
+
+
+
+

About jersey-test-framework-provider-inmemory

+

Jersey Test Framework - InMemory container

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/project-info.html new file mode 100644 index 000000000..1f9219fa4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-test-framework-provider-inmemory – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Test Framework - InMemory container
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/project-reports.html new file mode 100644 index 000000000..d7af04311 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-test-framework-provider-inmemory – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/dependencies.html new file mode 100644 index 000000000..d6c2be7f9 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/dependencies.html @@ -0,0 +1,757 @@ + + + + + + jersey-test-framework-provider-jdk-http – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http

+

Public Domain: jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http

+

EDL 1.0: Jakarta Activation, jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-jdk-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jdk-http

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
235.4 MB414635711821.822
compile: 17compile: 3.9 MBcompile: 3146compile: 2717compile: 143-compile: 16
test: 6test: 1.5 MBtest: 1000test: 854test: 39-test: 6
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/index.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/index.html new file mode 100644 index 000000000..565d061f7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-test-framework-provider-jdk-http – About + + + + + + + + +
+ +
+
+
+
+

About jersey-test-framework-provider-jdk-http

+

Jersey Test Framework - JDK HTTP container

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/project-info.html new file mode 100644 index 000000000..5920bccc7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-test-framework-provider-jdk-http – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Test Framework - JDK HTTP container
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/project-reports.html new file mode 100644 index 000000000..d9f2cc74a --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-test-framework-provider-jdk-http – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/dependencies.html new file mode 100644 index 000000000..ac04df505 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/dependencies.html @@ -0,0 +1,923 @@ + + + + + + jersey-test-framework-provider-jetty – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.eclipse.jettyjetty-alpn-client11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.slf4jslf4j-api2.0.0-alpha6jarMIT License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

Public Domain: jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-jetty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-jetty

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
307.6 MB545947572251.829
compile: 24compile: 6.1 MBcompile: 4459compile: 3903compile: 186-compile: 23
test: 6test: 1.5 MBtest: 1000test: 854test: 39-test: 6
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/index.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/index.html new file mode 100644 index 000000000..e2bcf384f --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-test-framework-provider-jetty – About + + + + + + + + +
+ +
+
+
+
+

About jersey-test-framework-provider-jetty

+

Jersey Test Framework - Jetty HTTP container

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/project-info.html new file mode 100644 index 000000000..13be141ff --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-test-framework-provider-jetty – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Test Framework - Jetty HTTP container
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/project-reports.html new file mode 100644 index 000000000..a063ed0af --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-test-framework-provider-jetty – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/dependencies.html new file mode 100644 index 000000000..e277cc248 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/dependencies.html @@ -0,0 +1,1631 @@ + + + + + + jersey-test-framework-provider-netty – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.containersjersey-container-netty-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
io.nettynetty-all4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-buffer4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-common4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-handler4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.FinaljarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.FinaljarApache License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-netty-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-netty

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-netty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-netty

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-netty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-netty

+

Public Domain: jersey-connectors-netty, jersey-container-netty-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-netty

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-netty, jersey-container-netty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-netty

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-netty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-netty

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-connectors-netty, jersey-container-netty-http, jersey-container-servlet-core, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-netty

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-netty-http, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-netty

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-netty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-netty

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-netty-http, jersey-container-servlet-core, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-netty

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
5710.1 MB761065052651.849
compile: 45compile: 8.4 MBcompile: 6544compile: 5651compile: 226-compile: 43
test: 6test: 1.5 MBtest: 1000test: 854test: 39-test: 6
runtime: 6runtime: 160.4 kBruntime: 66----
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/index.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/index.html new file mode 100644 index 000000000..0aa2643ea --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-test-framework-provider-netty – About + + + + + + + + +
+ +
+
+
+
+

About jersey-test-framework-provider-netty

+

Jersey Test Framework - Netty container

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/project-info.html new file mode 100644 index 000000000..114c06c27 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-test-framework-provider-netty – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Test Framework - Netty container
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/project-reports.html new file mode 100644 index 000000000..4e8529242 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-test-framework-provider-netty – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/dependencies.html new file mode 100644 index 000000000..7b181e7ad --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/dependencies.html @@ -0,0 +1,826 @@ + + + + + + jersey-test-framework-provider-simple – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.containersjersey-container-simple-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3jarNew BSD License
org.simpleframeworksimple-common6.0.1jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1jarThe Apache Software License, Version 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-simple

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-simple

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-simple

+

Public Domain: jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

W3C license: jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-simple

+

EDL 1.0: Jakarta Activation, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-simple

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Modified BSD: jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-simple

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-simple

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
265.7 MB446638491981.825
compile: 20compile: 4.2 MBcompile: 3466compile: 2995compile: 159-compile: 19
test: 6test: 1.5 MBtest: 1000test: 854test: 39-test: 6
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/index.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/index.html new file mode 100644 index 000000000..56769bb9f --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-test-framework-provider-simple – About + + + + + + + + +
+ +
+
+
+
+

About jersey-test-framework-provider-simple

+

Jersey Test Framework - Simple HTTP container

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/project-info.html new file mode 100644 index 000000000..d3782bc83 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-test-framework-provider-simple – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Test Framework - Simple HTTP container
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/project-reports.html new file mode 100644 index 000000000..666e5fd05 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-test-framework-provider-simple – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/maven-base.css b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/maven-theme.css b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/print.css b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/site.css b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/dependencies.html b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/dependencies.html new file mode 100644 index 000000000..ade18e6f6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/dependencies.html @@ -0,0 +1,879 @@ + + + + + + jersey-ext-weld2-se – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.ext.cdijersey-cdi1x3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.jboss.weld.seweld-se-core4.0.2.FinaljarApache License, Version 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.hamcresthamcrest-core1.3jarNew BSD License
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.jboss.classfilewriterjboss-classfilewriter1.2.5.FinaljarApache License, version 2.0
org.jboss.loggingjboss-logging3.3.0.FinaljarApache License, version 2.0
org.jboss.weldweld-api4.0.SP1jarApache License, Version 2.0
org.jboss.weldweld-core-impl4.0.2.FinaljarApache License, Version 2.0
org.jboss.weldweld-spi4.0.SP1jarApache License, Version 2.0
org.jboss.weld.environmentweld-environment-common4.0.2.FinaljarApache License, Version 2.0
org.jboss.weld.probeweld-probe-core4.0.2.FinaljarApache License, Version 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3, classfilewriter

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2

+

Eclipse Public License v. 2.0: Jakarta Expression Language API

+

EDL 1.0: jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2

+

Apache License 2.0: CDI APIs, Jakarta Bean Validation API, Javassist

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API

+

Modified BSD: jersey-core-client, jersey-core-server, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2

+

Apache License, Version 2.0: Weld APIs, Weld Environment Common, Weld Implementation (Core), Weld Probe Core, Weld SE (Core), Weld SPIs for container integration

+

LGPL 2.1: Javassist

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-cdi1x-3.0.8.jar82 kB714931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
jboss-classfilewriter-1.2.5.Final.jar120.4 kB907561.8Yes
jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
weld-api-4.0.SP1.jar32.6 kB6842121.8Yes
weld-core-impl-4.0.2.Final.jar1.7 MB1190110760-Yes
weld-spi-4.0.SP1.jar84.9 kB153107231.8Yes
weld-environment-common-4.0.2.Final.jar86.5 kB735361.8Yes
weld-probe-core-4.0.2.Final.jar817.9 kB1238611.8Yes
weld-se-core-4.0.2.Final.jar72.5 kB714581.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
277.9 MB573750152901.826
compile: 11compile: 3 MBcompile: 2470compile: 2205compile: 99-compile: 10
test: 8test: 1.9 MBtest: 1439test: 1247test: 74-test: 8
provided: 8provided: 2.9 MBprovided: 1828provided: 1563provided: 117-provided: 8
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/close.gif b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/collapsed.gif b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/expanded.gif b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/external.png b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/newwindow.png b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/index.html b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/index.html new file mode 100644 index 000000000..2cfa29a25 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-ext-weld2-se – About + + + + + + + + +
+ +
+
+
+
+

About jersey-ext-weld2-se

+

WELD 4.x SE support

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/project-info.html b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/project-info.html new file mode 100644 index 000000000..5677b865b --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-ext-weld2-se – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutWELD 4.x SE support
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/jersey-weld2-se/project-reports.html b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/project-reports.html new file mode 100644 index 000000000..edb466460 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/jersey-weld2-se/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-ext-weld2-se – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/project/project-info.html b/project-info/3.0.8/jersey/project/project/project-info.html new file mode 100644 index 000000000..8a1193137 --- /dev/null +++ b/project-info/3.0.8/jersey/project/project/project-info.html @@ -0,0 +1,90 @@ + + + + + + jersey-test-framework-maven – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey test framework Maven projects
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/reload/css/maven-base.css b/project-info/3.0.8/jersey/project/reload/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/reload/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/reload/css/maven-theme.css b/project-info/3.0.8/jersey/project/reload/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/reload/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/reload/css/print.css b/project-info/3.0.8/jersey/project/reload/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/reload/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/reload/css/site.css b/project-info/3.0.8/jersey/project/reload/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/reload/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/reload/dependencies.html b/project-info/3.0.8/jersey/project/reload/dependencies.html new file mode 100644 index 000000000..dbcb0d86f --- /dev/null +++ b/project-info/3.0.8/jersey/project/reload/dependencies.html @@ -0,0 +1,2335 @@ + + + + + + jersey-examples-reload – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-reload, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-reload, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-reload

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8514.7 MB1064190613781.876
compile: 18compile: 5.8 MBcompile: 4198compile: 3754compile: 159-compile: 17
test: 67test: 8.9 MBtest: 6443test: 5307test: 219-test: 59
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/reload/images/close.gif b/project-info/3.0.8/jersey/project/reload/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/reload/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/reload/images/collapsed.gif b/project-info/3.0.8/jersey/project/reload/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/reload/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/reload/images/expanded.gif b/project-info/3.0.8/jersey/project/reload/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/reload/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/reload/images/external.png b/project-info/3.0.8/jersey/project/reload/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/reload/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/reload/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/reload/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/reload/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/reload/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/reload/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/reload/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/reload/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/reload/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/reload/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/reload/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/reload/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/reload/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/reload/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/reload/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/reload/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/reload/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/reload/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/reload/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/reload/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/reload/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/reload/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/reload/images/newwindow.png b/project-info/3.0.8/jersey/project/reload/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/reload/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/reload/index.html b/project-info/3.0.8/jersey/project/reload/index.html new file mode 100644 index 000000000..6fbdbcbc4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/reload/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-reload – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-reload

+

Jersey resource configuration reload example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/reload/project-info.html b/project-info/3.0.8/jersey/project/reload/project-info.html new file mode 100644 index 000000000..7c9eebe0e --- /dev/null +++ b/project-info/3.0.8/jersey/project/reload/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-reload – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey resource configuration reload example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/reload/project-reports.html b/project-info/3.0.8/jersey/project/reload/project-reports.html new file mode 100644 index 000000000..f5f5d0ba5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/reload/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-reload – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-managed/css/maven-base.css b/project-info/3.0.8/jersey/project/server-async-managed/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-managed/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/server-async-managed/css/maven-theme.css b/project-info/3.0.8/jersey/project/server-async-managed/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-managed/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/server-async-managed/css/print.css b/project-info/3.0.8/jersey/project/server-async-managed/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-managed/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/server-async-managed/css/site.css b/project-info/3.0.8/jersey/project/server-async-managed/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-managed/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/server-async-managed/dependencies.html b/project-info/3.0.8/jersey/project/server-async-managed/dependencies.html new file mode 100644 index 000000000..7d4963b52 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-managed/dependencies.html @@ -0,0 +1,2474 @@ + + + + + + jersey-examples-server-async-managed – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-jackson3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.corejackson-annotations2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-core2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-jakarta-xmlbind-annotations2.13.3jarThe Apache Software License, Version 2.0
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.extjersey-entity-filtering3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-server-async-managed, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-server-async-managed, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-server-async-managed

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind), Jackson-annotations, Jackson-core, Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport, jackson-databind

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server, jersey-media-json-jackson

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jackson-annotations-2.13.3.jar75.7 kB84722-Yes
jackson-core-2.13.3.jar374.9 kB15612813-Yes
jackson-databind-2.13.3.jar1.5 MB74670823-Yes
jackson-module-jakarta-xmlbind-annotations-2.13.3.jar31.6 kB30114-Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-jackson-3.0.8.jar80.1 kB674281.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9116.8 MB11800100814311.882
compile: 26compile: 8.1 MBcompile: 5553compile: 4924compile: 222-compile: 25
test: 65test: 8.7 MBtest: 6247test: 5157test: 209-test: 57
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-managed/images/close.gif b/project-info/3.0.8/jersey/project/server-async-managed/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-managed/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-managed/images/collapsed.gif b/project-info/3.0.8/jersey/project/server-async-managed/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-managed/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-managed/images/expanded.gif b/project-info/3.0.8/jersey/project/server-async-managed/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-managed/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-managed/images/external.png b/project-info/3.0.8/jersey/project/server-async-managed/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-managed/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-managed/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/server-async-managed/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-managed/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-managed/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/server-async-managed/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-managed/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-managed/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/server-async-managed/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-managed/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-managed/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/server-async-managed/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-managed/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-managed/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/server-async-managed/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-managed/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-managed/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/server-async-managed/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-managed/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-managed/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/server-async-managed/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-managed/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-managed/images/newwindow.png b/project-info/3.0.8/jersey/project/server-async-managed/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-managed/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-managed/index.html b/project-info/3.0.8/jersey/project/server-async-managed/index.html new file mode 100644 index 000000000..9a4847e9d --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-managed/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-server-async-managed – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-server-async-managed

+

Jersey JAX-RS asynchronous server-side example with custom Jersey executor providers.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-managed/project-info.html b/project-info/3.0.8/jersey/project/server-async-managed/project-info.html new file mode 100644 index 000000000..8689f57bb --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-managed/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-server-async-managed – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JAX-RS asynchronous server-side example with custom Jersey executor providers.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-managed/project-reports.html b/project-info/3.0.8/jersey/project/server-async-managed/project-reports.html new file mode 100644 index 000000000..e8f80559c --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-managed/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-server-async-managed – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/css/maven-base.css b/project-info/3.0.8/jersey/project/server-async-standalone/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/css/maven-theme.css b/project-info/3.0.8/jersey/project/server-async-standalone/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/css/print.css b/project-info/3.0.8/jersey/project/server-async-standalone/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/css/site.css b/project-info/3.0.8/jersey/project/server-async-standalone/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/images/collapsed.gif b/project-info/3.0.8/jersey/project/server-async-standalone/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/images/expanded.gif b/project-info/3.0.8/jersey/project/server-async-standalone/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/images/external.png b/project-info/3.0.8/jersey/project/server-async-standalone/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/server-async-standalone/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/server-async-standalone/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/server-async-standalone/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/server-async-standalone/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/server-async-standalone/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/server-async-standalone/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/server-async-standalone/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/images/newwindow.png b/project-info/3.0.8/jersey/project/server-async-standalone/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/index.html b/project-info/3.0.8/jersey/project/server-async-standalone/index.html new file mode 100644 index 000000000..90e2d5ed7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/index.html @@ -0,0 +1,90 @@ + + + + + + jersey-examples-server-async-standalone – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-server-async-standalone

+

Standalone Jersey JAX-RS asynchronous server-side processing example.

+
+

Project Modules

+

This project has declared the following modules:

+ + + + + + + + + +
NameDescription
jersey-examples-server-async-standalone-clientStandalone Jersey JAX-RS asynchronous server-side processing example client.
jersey-examples-server-async-standalone-webappStandalone Jersey JAX-RS asynchronous server-side processing example web application.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/project-info.html b/project-info/3.0.8/jersey/project/server-async-standalone/project-info.html new file mode 100644 index 000000000..c5a3ec02a --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-server-async-standalone – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + +
DocumentDescription
AboutStandalone Jersey JAX-RS asynchronous server-side processing example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/maven-base.css b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/maven-theme.css b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/print.css b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/site.css b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/dependencies.html b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/dependencies.html new file mode 100644 index 000000000..106d39e0b --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/dependencies.html @@ -0,0 +1,569 @@ + + + + + + jersey-examples-server-async-standalone-client – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.swinglabsswing-layout1.0.3jarLesser General Public License (LGPL)
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
junitjunit4.13.1jarEclipse Public License 1.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-core-client, jersey-core-common, jersey-inject-hk2

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-core-client, jersey-examples-server-async-standalone-client, jersey-inject-hk2

+

Eclipse Distribution License v. 1.0: jersey-examples-server-async-standalone-client

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-inject-hk2

+

Public Domain: jersey-core-client, jersey-core-common, jersey-inject-hk2

+

New BSD License: Hamcrest Core

+

W3C license: jersey-core-client, jersey-inject-hk2

+

EDL 1.0: jersey-core-client, jersey-inject-hk2

+

Apache License 2.0: Javassist

+

Modified BSD: jersey-core-client, jersey-inject-hk2

+

Lesser General Public License (LGPL): Swing Layout Extensions

+

LGPL 2.1: Javassist

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-core-client, jersey-core-common, jersey-inject-hk2

+

MIT license: jersey-core-client, jersey-examples-server-async-standalone-client, jersey-inject-hk2

+

MPL 1.1: Javassist

+

EPL-2.0: jakarta.ws.rs-api

+

BSD 2-Clause: jersey-core-client, jersey-inject-hk2

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
swing-layout-1.0.3.jar118.1 kB292411.4Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
153.7 MB280024741231.814
compile: 13compile: 3.3 MBcompile: 2361compile: 2081compile: 88-compile: 12
test: 2test: 427.7 kBtest: 439test: 393test: 35-test: 2
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/close.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/collapsed.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/expanded.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/external.png b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/newwindow.png b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/index.html b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/index.html new file mode 100644 index 000000000..a5e38def5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-server-async-standalone-client – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-server-async-standalone-client

+

Standalone Jersey JAX-RS asynchronous server-side processing example client.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/project-info.html b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/project-info.html new file mode 100644 index 000000000..bdf60eb5f --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-server-async-standalone-client – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutStandalone Jersey JAX-RS asynchronous server-side processing example client.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/project-reports.html b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/project-reports.html new file mode 100644 index 000000000..778002b83 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-server-async-standalone-client – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/print.css b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/site.css b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/dependencies.html b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/dependencies.html new file mode 100644 index 000000000..57232d0fd --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/dependencies.html @@ -0,0 +1,419 @@ + + + + + + jersey-examples-server-async-standalone-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server

+

jQuery license: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-examples-server-async-standalone-webapp

+

Eclipse Distribution License v. 1.0: jersey-examples-server-async-standalone-webapp

+

GPL2 w/ CPE: Jakarta Annotations API, OSGi resource locator, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client

+

Public Domain: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common

+

W3C license: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client

+

EDL 1.0: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client

+

Apache License 2.0: Jakarta Bean Validation API

+

Modified BSD: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-server

+

EPL 2.0: Jakarta Annotations API, OSGi resource locator, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-examples-server-async-standalone-webapp

+

BSD 2-Clause: jersey-container-servlet, jersey-container-servlet-core, jersey-core-client

+

EPL-2.0: jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
102.8 MB22542011911.89
provided: 10provided: 2.8 MBprovided: 2254provided: 2011provided: 91-provided: 9
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/close.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/external.png b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/index.html b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/index.html new file mode 100644 index 000000000..5ab522142 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-server-async-standalone-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-server-async-standalone-webapp

+

Standalone Jersey JAX-RS asynchronous server-side processing example web application.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/project-info.html b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/project-info.html new file mode 100644 index 000000000..8a0876b2f --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-server-async-standalone-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutStandalone Jersey JAX-RS asynchronous server-side processing example web application.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/project-reports.html b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/project-reports.html new file mode 100644 index 000000000..8c8b2edca --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-server-async-standalone-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async/css/maven-base.css b/project-info/3.0.8/jersey/project/server-async/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/server-async/css/maven-theme.css b/project-info/3.0.8/jersey/project/server-async/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/server-async/css/print.css b/project-info/3.0.8/jersey/project/server-async/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/server-async/css/site.css b/project-info/3.0.8/jersey/project/server-async/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/server-async/dependencies.html b/project-info/3.0.8/jersey/project/server-async/dependencies.html new file mode 100644 index 000000000..3528fcfcf --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async/dependencies.html @@ -0,0 +1,2335 @@ + + + + + + jersey-examples-server-async – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-server-async, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-server-async, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-server-async

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8514.7 MB1064190613781.876
compile: 18compile: 5.8 MBcompile: 4198compile: 3754compile: 159-compile: 17
test: 67test: 8.9 MBtest: 6443test: 5307test: 219-test: 59
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async/images/close.gif b/project-info/3.0.8/jersey/project/server-async/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async/images/collapsed.gif b/project-info/3.0.8/jersey/project/server-async/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async/images/expanded.gif b/project-info/3.0.8/jersey/project/server-async/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async/images/external.png b/project-info/3.0.8/jersey/project/server-async/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/server-async/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/server-async/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/server-async/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/server-async/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/server-async/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-async/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/server-async/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/server-async/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/server-async/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/server-async/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/server-async/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/server-async/images/newwindow.png b/project-info/3.0.8/jersey/project/server-async/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-async/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/server-async/index.html b/project-info/3.0.8/jersey/project/server-async/index.html new file mode 100644 index 000000000..883b842e7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-server-async – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-server-async

+

Jersey JAX-RS asynchronous server-side example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async/project-info.html b/project-info/3.0.8/jersey/project/server-async/project-info.html new file mode 100644 index 000000000..0686e8bd2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-server-async – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JAX-RS asynchronous server-side example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-async/project-reports.html b/project-info/3.0.8/jersey/project/server-async/project-reports.html new file mode 100644 index 000000000..203b3d531 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-async/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-server-async – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/maven-base.css b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/maven-theme.css b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/print.css b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/site.css b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/dependencies.html b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/dependencies.html new file mode 100644 index 000000000..ee2af8ab0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/dependencies.html @@ -0,0 +1,2358 @@ + + + + + + jersey-examples-server-sent-events-jaxrs – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-sse3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-server-sent-events-jaxrs, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-server-sent-events-jaxrs, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-server-sent-events-jaxrs

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-sse-3.0.8.jar79.4 kB624321.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8614.7 MB1070391043801.877
compile: 19compile: 5.8 MBcompile: 4260compile: 3797compile: 161-compile: 18
test: 67test: 8.9 MBtest: 6443test: 5307test: 219-test: 59
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/close.gif b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/collapsed.gif b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/expanded.gif b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/external.png b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/newwindow.png b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/index.html b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/index.html new file mode 100644 index 000000000..d0a599af2 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-server-sent-events-jaxrs – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-server-sent-events-jaxrs

+

Jersey Jakarta RESTfule Web Services 3.0 Server-Sent Events example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/project-info.html b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/project-info.html new file mode 100644 index 000000000..679a4b603 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-server-sent-events-jaxrs – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Jakarta RESTfule Web Services 3.0 Server-Sent Events example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/project-reports.html b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/project-reports.html new file mode 100644 index 000000000..b3e088b45 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jaxrs/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-server-sent-events-jaxrs – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/css/maven-base.css b/project-info/3.0.8/jersey/project/server-sent-events-jersey/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jersey/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/css/maven-theme.css b/project-info/3.0.8/jersey/project/server-sent-events-jersey/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jersey/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/css/print.css b/project-info/3.0.8/jersey/project/server-sent-events-jersey/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jersey/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/css/site.css b/project-info/3.0.8/jersey/project/server-sent-events-jersey/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jersey/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/dependencies.html b/project-info/3.0.8/jersey/project/server-sent-events-jersey/dependencies.html new file mode 100644 index 000000000..444cb177c --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jersey/dependencies.html @@ -0,0 +1,2358 @@ + + + + + + jersey-examples-server-sent-events-jersey – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-sse3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-server-sent-events-jersey, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-server-sent-events-jersey, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-server-sent-events-jersey

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-sse-3.0.8.jar79.4 kB624321.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8614.7 MB1070391043801.877
compile: 19compile: 5.8 MBcompile: 4260compile: 3797compile: 161-compile: 18
test: 67test: 8.9 MBtest: 6443test: 5307test: 219-test: 59
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/close.gif b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/collapsed.gif b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/expanded.gif b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/external.png b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/newwindow.png b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/server-sent-events-jersey/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/index.html b/project-info/3.0.8/jersey/project/server-sent-events-jersey/index.html new file mode 100644 index 000000000..81b93979e --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jersey/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-server-sent-events-jersey – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-server-sent-events-jersey

+

Jersey Server-Sent Events example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/project-info.html b/project-info/3.0.8/jersey/project/server-sent-events-jersey/project-info.html new file mode 100644 index 000000000..139cc46cb --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jersey/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-server-sent-events-jersey – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Server-Sent Events example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/server-sent-events-jersey/project-reports.html b/project-info/3.0.8/jersey/project/server-sent-events-jersey/project-reports.html new file mode 100644 index 000000000..3fde56700 --- /dev/null +++ b/project-info/3.0.8/jersey/project/server-sent-events-jersey/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-server-sent-events-jersey – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/simple-console/css/maven-base.css b/project-info/3.0.8/jersey/project/simple-console/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/simple-console/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/simple-console/css/maven-theme.css b/project-info/3.0.8/jersey/project/simple-console/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/simple-console/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/simple-console/css/print.css b/project-info/3.0.8/jersey/project/simple-console/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/simple-console/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/simple-console/css/site.css b/project-info/3.0.8/jersey/project/simple-console/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/simple-console/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/simple-console/dependencies.html b/project-info/3.0.8/jersey/project/simple-console/dependencies.html new file mode 100644 index 000000000..947b2cc35 --- /dev/null +++ b/project-info/3.0.8/jersey/project/simple-console/dependencies.html @@ -0,0 +1,2426 @@ + + + + + + jersey-examples-simple-console – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-impl3.0.2jarEclipse Distribution License - v 1.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-jettison3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.xml.bindjaxb-core3.0.2jarEclipse Distribution License - v 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.codehaus.jettisonjettison1.3.7jarApache License, Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-simple-console, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Jettison, Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-simple-console, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-simple-console

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API, Old JAXB Core, Old JAXB Runtime

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-core-3.0.2.jar238.4 kB26718124-Yes
jaxb-impl-3.0.2.jar916.6 kB68453819-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jettison-1.3.7.jar83.6 kB624751.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-jettison-3.0.8.jar59.9 kB513531.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8916 MB1170598624291.880
compile: 25compile: 7.3 MBcompile: 5529compile: 4759compile: 222-compile: 24
test: 64test: 8.6 MBtest: 6176test: 5103test: 207-test: 56
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/simple-console/images/close.gif b/project-info/3.0.8/jersey/project/simple-console/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/simple-console/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/simple-console/images/collapsed.gif b/project-info/3.0.8/jersey/project/simple-console/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/simple-console/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/simple-console/images/expanded.gif b/project-info/3.0.8/jersey/project/simple-console/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/simple-console/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/simple-console/images/external.png b/project-info/3.0.8/jersey/project/simple-console/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/simple-console/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/simple-console/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/simple-console/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/simple-console/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/simple-console/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/simple-console/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/simple-console/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/simple-console/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/simple-console/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/simple-console/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/simple-console/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/simple-console/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/simple-console/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/simple-console/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/simple-console/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/simple-console/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/simple-console/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/simple-console/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/simple-console/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/simple-console/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/simple-console/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/simple-console/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/simple-console/images/newwindow.png b/project-info/3.0.8/jersey/project/simple-console/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/simple-console/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/simple-console/index.html b/project-info/3.0.8/jersey/project/simple-console/index.html new file mode 100644 index 000000000..eeab70398 --- /dev/null +++ b/project-info/3.0.8/jersey/project/simple-console/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-simple-console – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-simple-console

+

Jersey Simple Console example

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/simple-console/project-info.html b/project-info/3.0.8/jersey/project/simple-console/project-info.html new file mode 100644 index 000000000..acd0e9b29 --- /dev/null +++ b/project-info/3.0.8/jersey/project/simple-console/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-simple-console – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Simple Console example
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/simple-console/project-reports.html b/project-info/3.0.8/jersey/project/simple-console/project-reports.html new file mode 100644 index 000000000..5ae3948dc --- /dev/null +++ b/project-info/3.0.8/jersey/project/simple-console/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-simple-console – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/maven-base.css b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/maven-theme.css b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/print.css b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/site.css b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/dependencies.html b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/dependencies.html new file mode 100644 index 000000000..adafc63bb --- /dev/null +++ b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/dependencies.html @@ -0,0 +1,2609 @@ + + + + + + jersey-examples-sse-twitter-aggregator – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-moxy3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-sse3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.swinglabsswing-layout1.0.3jarLesser General Public License (LGPL)
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.jsonjakarta.json-api2.0.2jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api2.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.eclipse.parssonparsson1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.persistenceorg.eclipse.persistence.asm9.1.0jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.core3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.moxy3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.extjersey-entity-filtering3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.mailjakarta.mail2.0.1jarEPL 2.0GPL2 w/ CPEEDL 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 2.0: Eclipse Parsson, JSON-B API, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-sse-twitter-aggregator, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Lesser General Public License (LGPL): Swing Layout Extensions

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-sse-twitter-aggregator, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-sse-twitter-aggregator

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, Jakarta Mail API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, JSON-B API, Jakarta JSON Processing API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy, Jakarta XML Binding API

+

Eclipse Public License - v 2.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.mail-2.0.1.jar689.3 kB38434715-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
org.eclipse.persistence.asm-9.1.0.jar322 kB1421216-Yes
org.eclipse.persistence.core-3.0.2.jar5 MB220720231591.8Yes
org.eclipse.persistence.moxy-3.0.2.jar654.1 kB321281211.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-moxy-3.0.8.jar38.2 kB331441.8Yes
jersey-media-sse-3.0.8.jar79.4 kB624321.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
swing-layout-1.0.3.jar118.1 kB292411.4Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9621.8 MB14065120976031.887
compile: 29compile: 12.3 MBcompile: 7378compile: 6554compile: 376-compile: 28
test: 65test: 8.7 MBtest: 6247test: 5157test: 209-test: 57
runtime: 2runtime: 751.4 kBruntime: 440runtime: 386runtime: 18-runtime: 2
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/close.gif b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/collapsed.gif b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/expanded.gif b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/external.png b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/newwindow.png b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/index.html b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/index.html new file mode 100644 index 000000000..35077c637 --- /dev/null +++ b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-sse-twitter-aggregator – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-sse-twitter-aggregator

+

Jersey SSE Twitter Message Aggregator Example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/project-info.html b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/project-info.html new file mode 100644 index 000000000..4307adeed --- /dev/null +++ b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-sse-twitter-aggregator – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey SSE Twitter Message Aggregator Example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/sse-twitter-aggregator/project-reports.html b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/project-reports.html new file mode 100644 index 000000000..75593ff74 --- /dev/null +++ b/project-info/3.0.8/jersey/project/sse-twitter-aggregator/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-sse-twitter-aggregator – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/system-properties-example/css/maven-base.css b/project-info/3.0.8/jersey/project/system-properties-example/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/system-properties-example/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/system-properties-example/css/maven-theme.css b/project-info/3.0.8/jersey/project/system-properties-example/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/system-properties-example/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/system-properties-example/css/print.css b/project-info/3.0.8/jersey/project/system-properties-example/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/system-properties-example/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/system-properties-example/css/site.css b/project-info/3.0.8/jersey/project/system-properties-example/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/system-properties-example/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/system-properties-example/dependencies.html b/project-info/3.0.8/jersey/project/system-properties-example/dependencies.html new file mode 100644 index 000000000..f6e3cb70f --- /dev/null +++ b/project-info/3.0.8/jersey/project/system-properties-example/dependencies.html @@ -0,0 +1,2358 @@ + + + + + + jersey-examples-system-properties – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.extjersey-proxy-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-system-properties, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-system-properties, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-system-properties

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-proxy-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-proxy-client-3.0.8.jar26 kB16211.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8614.7 MB1065790633791.877
compile: 18compile: 5.8 MBcompile: 4198compile: 3754compile: 159-compile: 17
test: 68test: 8.9 MBtest: 6459test: 5309test: 220-test: 60
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/system-properties-example/images/close.gif b/project-info/3.0.8/jersey/project/system-properties-example/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/system-properties-example/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/system-properties-example/images/collapsed.gif b/project-info/3.0.8/jersey/project/system-properties-example/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/system-properties-example/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/system-properties-example/images/expanded.gif b/project-info/3.0.8/jersey/project/system-properties-example/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/system-properties-example/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/system-properties-example/images/external.png b/project-info/3.0.8/jersey/project/system-properties-example/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/system-properties-example/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/system-properties-example/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/system-properties-example/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/system-properties-example/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/system-properties-example/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/system-properties-example/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/system-properties-example/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/system-properties-example/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/system-properties-example/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/system-properties-example/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/system-properties-example/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/system-properties-example/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/system-properties-example/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/system-properties-example/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/system-properties-example/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/system-properties-example/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/system-properties-example/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/system-properties-example/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/system-properties-example/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/system-properties-example/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/system-properties-example/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/system-properties-example/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/system-properties-example/images/newwindow.png b/project-info/3.0.8/jersey/project/system-properties-example/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/system-properties-example/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/system-properties-example/index.html b/project-info/3.0.8/jersey/project/system-properties-example/index.html new file mode 100644 index 000000000..cf6641021 --- /dev/null +++ b/project-info/3.0.8/jersey/project/system-properties-example/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-system-properties – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-system-properties

+

Jersey system properties example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/system-properties-example/project-info.html b/project-info/3.0.8/jersey/project/system-properties-example/project-info.html new file mode 100644 index 000000000..898243fa7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/system-properties-example/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-system-properties – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey system properties example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/system-properties-example/project-reports.html b/project-info/3.0.8/jersey/project/system-properties-example/project-reports.html new file mode 100644 index 000000000..90d7efdbe --- /dev/null +++ b/project-info/3.0.8/jersey/project/system-properties-example/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-system-properties – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/dependencies.html new file mode 100644 index 000000000..d9b82c26d --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/dependencies.html @@ -0,0 +1,2472 @@ + + + + + + jersey-examples-bookmark-em – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-jettison3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.ejbjakarta.ejb-api4.0.1jarEPL 2.0GPL2 w/ CPE
jakarta.persistencejakarta.persistence-api3.0.0jarEclipse Public License v. 2.0Eclipse Distribution License v. 1.0
jakarta.transactionjakarta.transaction-api2.0.1jarEPL 2.0GPL2 w/ CPE
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.codehaus.jettisonjettison1.3.7jarApache License, Version 2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-bookmark-em, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Enterprise Beans API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jakarta.transaction API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Eclipse Public License v. 2.0: Jakarta Persistence API

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Jettison, Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Enterprise Beans API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jakarta.transaction API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-bookmark-em, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: Jakarta Persistence API, jersey-examples-bookmark-em

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.ejb-api-4.0.1.jar61.8 kB98824-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.persistence-api-3.0.0.jar156.5 kB2262085-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.transaction-api-2.0.1.jar28.6 kB32202-Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jettison-1.3.7.jar83.6 kB624751.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-jettison-3.0.8.jar59.9 kB513531.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9015.1 MB1111094533971.881
compile: 19compile: 4.7 MBcompile: 3576compile: 3127compile: 143-compile: 18
test: 67test: 10.1 MBtest: 7149test: 6000test: 239-test: 59
provided: 4provided: 272.3 kBprovided: 385provided: 326provided: 15-provided: 4
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/index.html new file mode 100644 index 000000000..3d67969af --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-bookmark-em – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-bookmark-em

+

Jersey Bookmark example using EntityManager.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/project-info.html new file mode 100644 index 000000000..d0200df4b --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-bookmark-em – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Bookmark example using EntityManager.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/project-reports.html new file mode 100644 index 000000000..44c33c1f5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-bookmark-em – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/dependencies.html new file mode 100644 index 000000000..f8ad26df4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/dependencies.html @@ -0,0 +1,2449 @@ + + + + + + jersey-examples-bookmark – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-jettison3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.persistencejakarta.persistence-api3.0.0jarEclipse Public License v. 2.0Eclipse Distribution License v. 1.0
jakarta.transactionjakarta.transaction-api2.0.1jarEPL 2.0GPL2 w/ CPE
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.codehaus.jettisonjettison1.3.7jarApache License, Version 2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-bookmark, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jakarta.transaction API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Eclipse Public License v. 2.0: Jakarta Persistence API

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Jettison, Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jakarta.transaction API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-bookmark, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: Jakarta Persistence API, jersey-examples-bookmark

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jettison, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

LGPL 2.1: Javassist

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.persistence-api-3.0.0.jar156.5 kB2262085-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.transaction-api-2.0.1.jar28.6 kB32202-Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jettison-1.3.7.jar83.6 kB624751.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-jettison-3.0.8.jar59.9 kB513531.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8915 MB1101293713931.880
compile: 20compile: 4.7 MBcompile: 3605compile: 3143compile: 147-compile: 19
test: 67test: 10.1 MBtest: 7149test: 6000test: 239-test: 59
provided: 2provided: 185.1 kBprovided: 258provided: 228provided: 7-provided: 2
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/index.html new file mode 100644 index 000000000..c9c619050 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-bookmark – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-bookmark

+

Jersey Bookmark example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/project-info.html new file mode 100644 index 000000000..d27e336b5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-bookmark – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Bookmark example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/project-reports.html new file mode 100644 index 000000000..494c6a1e7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-bookmark – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/dependencies.html new file mode 100644 index 000000000..21357836d --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/dependencies.html @@ -0,0 +1,2460 @@ + + + + + + jersey-examples-bookstore-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.extjersey-mvc-jsp3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.servlet.jsp.jstljakarta.servlet.jsp.jstl-api2.0.0jarEPL 2.0GPL2 w/ CPE
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.extjersey-mvc3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-bookstore-webapp, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, Jakarta Standard Tag Library API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Eclipse Public License v. 2.0: Jakarta Expression Language API

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, Jakarta Standard Tag Library API, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-bookstore-webapp, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-bookstore-webapp

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-jsp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.servlet.jsp.jstl-api-2.0.0.jar46 kB392241.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-mvc-3.0.8.jar53.9 kB412431.8Yes
jersey-mvc-jsp-3.0.8.jar32.5 kB301121.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8914.9 MB1081291673881.880
compile: 19compile: 4.6 MBcompile: 3492compile: 3042compile: 142-compile: 18
test: 67test: 9.9 MBtest: 7069test: 5969test: 237-test: 59
provided: 3provided: 434.4 kBprovided: 251provided: 156provided: 9-provided: 3
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/index.html new file mode 100644 index 000000000..71491b2fb --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-bookstore-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-bookstore-webapp

+

Jersey MVC Bookstore example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/project-info.html new file mode 100644 index 000000000..73787cada --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-bookstore-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey MVC Bookstore example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/project-reports.html new file mode 100644 index 000000000..3e1a1efbe --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-bookstore-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/dependencies.html new file mode 100644 index 000000000..d324524be --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/dependencies.html @@ -0,0 +1,2691 @@ + + + + + + jersey-examples-cdi-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.ext.cdijersey-cdi1x3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.ext.cdijersey-weld2-se3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.jboss.weld.seweld-se-core4.0.2.FinaljarApache License, Version 2.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.interceptorjakarta.interceptor-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.jboss.classfilewriterjboss-classfilewriter1.2.5.FinaljarApache License, version 2.0
org.jboss.loggingjboss-logging3.3.0.FinaljarApache License, version 2.0
org.jboss.weldweld-api4.0.SP1jarApache License, Version 2.0
org.jboss.weldweld-core-impl4.0.2.FinaljarApache License, Version 2.0
org.jboss.weldweld-spi4.0.SP1jarApache License, Version 2.0
org.jboss.weld.environmentweld-environment-common4.0.2.FinaljarApache License, Version 2.0
org.jboss.weld.probeweld-probe-core4.0.2.FinaljarApache License, Version 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3, classfilewriter

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-cdi-webapp, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Eclipse Public License v. 2.0: Jakarta Expression Language API

+

Apache License 2.0: CDI APIs, Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT, Weld APIs, Weld Environment Common, Weld Implementation (Core), Weld Probe Core, Weld SE (Core), Weld SPIs for container integration

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-cdi-webapp, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-cdi-webapp

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-cdi1x, jersey-ext-weld2-se, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: JAXB OSGI, Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.interceptor-api-2.0.0.jar24.6 kB221011.8Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-cdi1x-3.0.8.jar82 kB714931.8Yes
jersey-weld2-se-3.0.8.jar19.8 kB20211.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
jboss-classfilewriter-1.2.5.Final.jar120.4 kB907561.8Yes
jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
weld-api-4.0.SP1.jar32.6 kB6842121.8Yes
weld-core-impl-4.0.2.Final.jar1.7 MB1190110760-Yes
weld-spi-4.0.SP1.jar84.9 kB153107231.8Yes
weld-environment-common-4.0.2.Final.jar86.5 kB735361.8Yes
weld-probe-core-4.0.2.Final.jar817.9 kB1238611.8Yes
weld-se-core-4.0.2.Final.jar72.5 kB714581.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9921.4 MB15475129956411.890
compile: 3compile: 3.7 MBcompile: 2854compile: 2263compile: 139-compile: 3
test: 64test: 8.6 MBtest: 6186test: 5113test: 205-test: 56
provided: 32provided: 9.1 MBprovided: 6435provided: 5619provided: 297-provided: 31
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/index.html new file mode 100644 index 000000000..a2fda8152 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-cdi-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-cdi-webapp

+

Jersey CDI example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/project-info.html new file mode 100644 index 000000000..52b58329e --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-cdi-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey CDI example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/project-reports.html new file mode 100644 index 000000000..ba929781b --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-cdi-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/dependencies.html new file mode 100644 index 000000000..301d98e04 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/dependencies.html @@ -0,0 +1,2195 @@ + + + + + + jersey-examples-webapp-parent-pom – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-webapp-parent-pom, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

Eclipse Distribution License v. 1.0: jersey-examples-webapp-parent-pom

+

GPL2 w/ CPE: Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License 2.0: Jakarta Bean Validation API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL 2.0: Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-webapp-parent-pom, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
7913.2 MB964182073391.870
compile: 9compile: 2.8 MBcompile: 2225compile: 2003compile: 88-compile: 8
test: 70test: 10.4 MBtest: 7416test: 6204test: 251-test: 62
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/dependencies.html new file mode 100644 index 000000000..92cd0ba3a --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/dependencies.html @@ -0,0 +1,3425 @@ + + + + + + jersey-examples-extended-wadl-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.codehaus.jettisonjettison1.3.7jarApache License, Version 2.0
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.extjersey-wadl-doclet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.apache.felixorg.apache.felix.framework7.0.0jarApache License, Version 2.0
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.ops4j.pax.exampax-exam4.13.4jarApache License, Version 2.0
org.ops4j.pax.exampax-exam-container-forked4.13.4jarApache License, Version 2.0
org.ops4j.pax.exampax-exam-junit-extender-impl1.2.4jarApache License, Version 2.0
org.ops4j.pax.exampax-exam-junit44.13.4jarApache License, Version 2.0
org.ops4j.pax.exampax-exam-link-mvn4.13.4jarApache License, Version 2.0
org.ops4j.pax.tinybundlestinybundles2.0.0jarALv2
org.slf4jslf4j-log4j121.6.4jarMIT License
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.mediajersey-media-jaxb3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
xercesxercesImpl2.12.2jarThe Apache Software License, Version 2.0
xml-apisxml-apis1.4.01jarThe Apache Software License, Version 2.0The SAX LicenseThe W3C License
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
biz.aQute.bndbndlib2.1.0-jarApache Software License 2.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
junitjunit4.13.1-jarEclipse Public License 1.0
log4jlog4j1.2.16-jar-
org.apache.maven.resolvermaven-resolver-api1.3.1-jarApache License, Version 2.0
org.apache.maven.resolvermaven-resolver-impl1.3.1-jarApache License, Version 2.0
org.apache.maven.resolvermaven-resolver-spi1.3.1-jarApache License, Version 2.0
org.apache.maven.resolvermaven-resolver-util1.3.1-jarApache License, Version 2.0
org.codehaus.mojoanimal-sniffer-annotations1.9-jarMIT license
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.ops4j.baseops4j-base-exec1.5.1-jarALv2
org.ops4j.baseops4j-base-io1.5.1-jarALv2
org.ops4j.baseops4j-base-lang1.5.1-jarALv2
org.ops4j.baseops4j-base-monitors1.5.1-jarALv2
org.ops4j.baseops4j-base-net1.5.1-jarALv2
org.ops4j.baseops4j-base-spi1.5.1-jarALv2
org.ops4j.baseops4j-base-store1.5.1-jarALv2
org.ops4j.baseops4j-base-util-property1.5.1-jarALv2
org.ops4j.pax.exampax-exam-spi4.13.4-jarApache License, Version 2.0
org.ops4j.pax.swissboxpax-swissbox-core1.3.1-jarALv2
org.ops4j.pax.swissboxpax-swissbox-extender1.3.1-jarALv2
org.ops4j.pax.swissboxpax-swissbox-framework1.8.3-jarALv2
org.ops4j.pax.swissboxpax-swissbox-lifecycle1.8.3-jarALv2
org.ops4j.pax.swissboxpax-swissbox-optional-jcl1.3.1-jarALv2
org.ops4j.pax.swissboxpax-swissbox-property1.8.3-jarALv2
org.ops4j.pax.swissboxpax-swissbox-tracker1.8.3-jarALv2
org.ops4j.pax.urlpax-url-aether2.6.2-jarALv2
org.ops4j.pax.urlpax-url-aether-support2.6.2-jarALv2
org.ops4j.pax.urlpax-url-classpath2.6.2-jarALv2
org.ops4j.pax.urlpax-url-commons2.6.2-jarALv2
org.ops4j.pax.urlpax-url-link2.6.2-jarALv2
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jjcl-over-slf4j1.6.6-jarMIT License
org.slf4jslf4j-api1.7.25-jarMIT License
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.osgiorg.osgi.core6.0.0jarApache License, Version 2.0
+
+

system

+

The following is a list of system dependencies for this project. These dependencies are required to compile the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.suntools1.8.0jar-
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-extended-wadl-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-wadl-doclet

+

MIT License: JCL 1.1.1 implemented over SLF4J, SLF4J API Module, SLF4J LOG4J-12 Binding

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-wadl-doclet

+

New BSD License: Hamcrest Core

+

Apache Software License 2.0: A Swiss Army Knife for OSGi

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Apache Felix Framework, Jettison, Maven Artifact Resolver API, Maven Artifact Resolver Implementation, Maven Artifact Resolver SPI, Maven Artifact Resolver Utilities, Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT, OPS4J Pax Exam - JUnit Extender Implementation, OPS4J Pax Exam API, OPS4J Pax Exam Driver JUnit4, OPS4J Pax Exam Forked Test Container, OPS4J Pax Exam Links for Maven, OPS4J Pax Exam UI Low Level SPI, org.osgi.core

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-wadl-doclet

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: Animal Sniffer Annotations, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-extended-wadl-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-wadl-doclet

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-wadl-doclet

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-wadl-doclet

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

The SAX License: XML Commons External Components XML APIs

+

Eclipse Distribution License v. 1.0: jersey-examples-extended-wadl-webapp

+

The W3C License: XML Commons External Components XML APIs

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-wadl-doclet

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-wadl-doclet

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-wadl-doclet

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple, jersey-wadl-doclet

+

ALv2: OPS4J Base - Execution, OPS4J Base - IO, OPS4J Base - Lang, OPS4J Base - Monitors, OPS4J Base - Net, OPS4J Base - Service Provider Access, OPS4J Base - Store, OPS4J Base - Util - Property, OPS4J Pax Swissbox :: Extender, OPS4J Pax Swissbox :: Framework Helpers, OPS4J Pax Swissbox :: Lifecycle, OPS4J Pax Swissbox :: OSGi Core, OPS4J Pax Swissbox :: Optional JCL, OPS4J Pax Swissbox :: Property, OPS4J Pax Swissbox :: Tracker, OPS4J Pax Tinybundles, OPS4J Pax Url - Commons, OPS4J Pax Url - classpath:, OPS4J Pax Url - link:, OPS4J Pax Url - mvn:, OPS4J Pax Url - mvn: - support library

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: JAXB OSGI, Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport, XML Commons External Components XML APIs, Xerces2-j

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
bndlib-2.1.0.jar1.4 MB1111462791.5Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
log4j-1.2.16.jar481.5 kB346308201.1Yes
org.apache.felix.framework-7.0.0.jar765.1 kB454390331.8Yes
maven-resolver-api-1.3.1.jar149 kB155131121.7Yes
maven-resolver-impl-1.3.1.jar182.3 kB1179651.7Yes
maven-resolver-spi-1.3.1.jar36.9 kB563481.7Yes
maven-resolver-util-1.3.1.jar160.1 kB128101131.7Yes
jettison-1.3.7.jar83.6 kB624751.5Yes
animal-sniffer-annotations-1.9.jar3.4 kB12111.5No
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-wadl-doclet-3.0.8.jar33.5 kB19511.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
ops4j-base-exec-1.5.1.jar13.4 kB20711.7Yes
ops4j-base-io-1.5.1.jar26 kB241111.7Yes
ops4j-base-lang-1.5.1.jar11.3 kB17411.7Yes
ops4j-base-monitors-1.5.1.jar12.9 kB23831.7Yes
ops4j-base-net-1.5.1.jar17.8 kB19611.7Yes
ops4j-base-spi-1.5.1.jar12 kB17411.7Yes
ops4j-base-store-1.5.1.jar12.7 kB19521.7Yes
ops4j-base-util-property-1.5.1.jar10.6 kB19511.7Yes
pax-exam-4.13.4.jar87.6 kB1058561.7Yes
pax-exam-container-forked-4.13.4.jar32 kB281021.7Yes
pax-exam-junit-extender-impl-1.2.4.jar132.4 kB28411.5Yes
pax-exam-junit4-4.13.4.jar35.4 kB311521.7Yes
pax-exam-link-mvn-4.13.4.jar11.4 kB3000-No
pax-exam-spi-4.13.4.jar70 kB583861.7Yes
pax-swissbox-core-1.3.1.jar8.3 kB17511.5Yes
pax-swissbox-extender-1.3.1.jar15.7 kB231111.5Yes
pax-swissbox-framework-1.8.3.jar14.2 kB18611.6Yes
pax-swissbox-lifecycle-1.8.3.jar6.6 kB18611.6Yes
pax-swissbox-optional-jcl-1.3.1.jar6.5 kB16511.5Yes
pax-swissbox-property-1.8.3.jar4 kB13111.6Yes
pax-swissbox-tracker-1.8.3.jar15.2 kB221011.6Yes
tinybundles-2.0.0.jar29.5 kB331531.6Yes
pax-url-aether-2.6.2.jar3.4 MB233619601831.7Yes
pax-url-aether-support-2.6.2.jar5.7 kB13111.7Yes
pax-url-classpath-2.6.2.jar9 kB19621.7Yes
pax-url-commons-2.6.2.jar9.7 kB19611.7Yes
pax-url-link-2.6.2.jar7.8 kB18521.7Yes
org.osgi.core-6.0.0.jar475.3 kB387158211.5Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
jcl-over-slf4j-1.6.6.jar17.3 kB23921.3Yes
slf4j-api-1.7.25.jar41.2 kB463441.5Yes
slf4j-log4j12-1.6.4.jar9.7 kB16611.3Yes
xercesImpl-2.12.2.jar1.4 MB1045962401.7No
xml-apis-1.4.01.jar220.5 kB391346291.1No
TotalSizeEntriesClassesPackagesJava VersionDebug Information
12827.6 MB206051645210031.8115
compile: 29compile: 11 MBcompile: 8478compile: 7203compile: 367-compile: 26
test: 98test: 16.1 MBtest: 11740test: 9091test: 615-test: 88
provided: 1provided: 475.3 kBprovided: 387provided: 158provided: 21-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/index.html new file mode 100644 index 000000000..e0b66814c --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-extended-wadl-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-extended-wadl-webapp

+

Extended WADL example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/project-info.html new file mode 100644 index 000000000..5f25fe91f --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-extended-wadl-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutExtended WADL example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/project-reports.html new file mode 100644 index 000000000..2defaa35f --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-extended-wadl-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/dependencies.html new file mode 100644 index 000000000..518076518 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/dependencies.html @@ -0,0 +1,2471 @@ + + + + + + jersey-examples-freemarker-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-impl3.0.2jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.extjersey-mvc-freemarker3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.xml.bindjaxb-core3.0.2jarEclipse Distribution License - v 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.freemarkerfreemarker2.3.27-incubatingjarApache License, Version 2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.extjersey-mvc3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-freemarker-webapp, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Apache FreeMarker, Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-freemarker-webapp, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-freemarker-webapp

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-mvc, jersey-ext-mvc-freemarker, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API, Old JAXB Core, Old JAXB Runtime

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-core-3.0.2.jar238.4 kB26718124-Yes
jaxb-impl-3.0.2.jar916.6 kB68453819-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
freemarker-2.3.27-incubating.jar1.5 MB11371112171.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-mvc-3.0.8.jar53.9 kB412431.8Yes
jersey-mvc-freemarker-3.0.8.jar24 kB21611.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9017.4 MB12791109224421.881
compile: 22compile: 7.2 MBcompile: 5571compile: 4868compile: 201-compile: 21
test: 67test: 9.9 MBtest: 7069test: 5969test: 237-test: 59
provided: 1provided: 307.9 kBprovided: 151provided: 85provided: 4-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/index.html new file mode 100644 index 000000000..4917d46df --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-freemarker-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-freemarker-webapp

+

Jersey Freemarker example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/project-info.html new file mode 100644 index 000000000..36efb3e4b --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-freemarker-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Freemarker example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/project-reports.html new file mode 100644 index 000000000..082f821e4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-freemarker-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/dependencies.html new file mode 100644 index 000000000..fa136650c --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/dependencies.html @@ -0,0 +1,2376 @@ + + + + + + jersey-examples-helloworld-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-impl3.0.2jarEclipse Distribution License - v 1.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.xml.bindjaxb-core3.0.2jarEclipse Distribution License - v 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-helloworld-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-helloworld-webapp

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API, Old JAXB Core, Old JAXB Runtime

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-core-3.0.2.jar238.4 kB26718124-Yes
jaxb-impl-3.0.2.jar916.6 kB68453819-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8715.8 MB1159297804211.878
compile: 27compile: 7.7 MBcompile: 5698compile: 4847compile: 225-compile: 26
test: 60test: 8.1 MBtest: 5894test: 4933test: 196-test: 52
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/index.html new file mode 100644 index 000000000..cbdd10fad --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-helloworld-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-helloworld-webapp

+

Jersey annotated resource class "Hello world" example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/project-info.html new file mode 100644 index 000000000..bd92c707d --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-helloworld-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey annotated resource class "Hello world" example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/project-reports.html new file mode 100644 index 000000000..cbda6f43a --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-helloworld-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/dependencies.html new file mode 100644 index 000000000..beefb7001 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/dependencies.html @@ -0,0 +1,2331 @@ + + + + + + jersey-examples-https-server-glassfish – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-https-server-glassfish, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-https-server-glassfish, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-https-server-glassfish

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8514.7 MB1064190613781.876
compile: 22compile: 6.1 MBcompile: 4353compile: 3812compile: 161-compile: 21
test: 63test: 8.6 MBtest: 6288test: 5249test: 217-test: 55
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/index.html new file mode 100644 index 000000000..3e8c872b1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-https-server-glassfish – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-https-server-glassfish

+

Jersey HTTPS server on GlassFish example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/project-info.html new file mode 100644 index 000000000..6895f496d --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-https-server-glassfish – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey HTTPS server on GlassFish example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/project-reports.html new file mode 100644 index 000000000..04046b837 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-https-server-glassfish – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/index.html new file mode 100644 index 000000000..b3f084ea4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/index.html @@ -0,0 +1,73 @@ + + + + + + jersey-examples-webapp-parent-pom – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-webapp-parent-pom

+

Jersey Web Application (Servlet) examples parent POM.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/dependencies.html new file mode 100644 index 000000000..b9be36f26 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/dependencies.html @@ -0,0 +1,2339 @@ + + + + + + jersey-examples-java8-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-java8-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-java8-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-java8-webapp

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8514.7 MB1064190613781.876
compile: 16compile: 4.3 MBcompile: 3254compile: 2865compile: 130-compile: 15
test: 69test: 10.4 MBtest: 7387test: 6196test: 248-test: 61
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/index.html new file mode 100644 index 000000000..b417cf64c --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-java8-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-java8-webapp

+

Java 8 Types WebApp Example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/project-info.html new file mode 100644 index 000000000..8812c9767 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-java8-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJava 8 Types WebApp Example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/project-reports.html new file mode 100644 index 000000000..cf3ca8ba0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-java8-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/dependencies.html new file mode 100644 index 000000000..65dab908a --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/dependencies.html @@ -0,0 +1,2391 @@ + + + + + + jersey-examples-ejb – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.ejbjakarta.ejb-api4.0.1jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3-jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.javassistjavassist3.28.0-GA-jarMPL 1.1LGPL 2.1Apache License 2.0
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.transactionjakarta.transaction-api2.0.1jarEPL 2.0GPL2 w/ CPE
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-ejb, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Enterprise Beans API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jakarta.transaction API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Enterprise Beans API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jakarta.transaction API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-ejb, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-ejb

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.ejb-api-4.0.1.jar61.8 kB98824-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.transaction-api-2.0.1.jar28.6 kB32202-Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8714.8 MB1077191633841.878
test: 76test: 11.9 MBtest: 8416test: 7058test: 290-test: 68
provided: 11provided: 2.9 MBprovided: 2355provided: 2105provided: 94-provided: 10
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/index.html new file mode 100644 index 000000000..199e9785d --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-ejb – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-ejb

+

Jersey Web Application (Servlet) examples parent POM.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/project-info.html new file mode 100644 index 000000000..5c9ab64c1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-ejb – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Web Application (Servlet) examples parent POM.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/project-reports.html new file mode 100644 index 000000000..29cb54edf --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-ejb – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/dependencies.html new file mode 100644 index 000000000..41886fb33 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/dependencies.html @@ -0,0 +1,2479 @@ + + + + + + jersey-examples-json-processing-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-impl3.0.2jarEclipse Distribution License - v 1.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-processing3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.xml.bindjaxb-core3.0.2jarEclipse Distribution License - v 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.jsonjakarta.json-api2.0.2jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.eclipse.parssonparsson1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.parssonparsson-media1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 2.0: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-json-processing-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-json-processing-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-json-processing-webapp

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, Eclipse Parsson Media for Jakarta RESTful Web Services, Jakarta JSON Processing API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-processing, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API, Old JAXB Core, Old JAXB Runtime

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-core-3.0.2.jar238.4 kB26718124-Yes
jaxb-impl-3.0.2.jar916.6 kB68453819-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
parsson-media-1.0.0.jar20.3 kB1632-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-processing-3.0.8.jar19.8 kB18221.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9116 MB1175298824321.882
compile: 23compile: 5.8 MBcompile: 4532compile: 3828compile: 191-compile: 22
test: 68test: 10.2 MBtest: 7220test: 6054test: 241-test: 60
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/index.html new file mode 100644 index 000000000..1e41766f5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-json-processing-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-json-processing-webapp

+

Jersey JSON-P (JSR 353) example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/project-info.html new file mode 100644 index 000000000..8e2e4c623 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-json-processing-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey JSON-P (JSR 353) example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/project-reports.html new file mode 100644 index 000000000..66ffd67c6 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-json-processing-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/dependencies.html new file mode 100644 index 000000000..11f8ce889 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/dependencies.html @@ -0,0 +1,2466 @@ + + + + + + jersey-examples-managed-beans-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.enterprisejakarta.enterprise.cdi-api3.0.0jarApache License 2.0
jakarta.persistencejakarta.persistence-api3.0.0jarEclipse Public License v. 2.0Eclipse Distribution License v. 1.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.eljakarta.el-api4.0.0jarEclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.interceptorjakarta.interceptor-api2.0.0jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-managed-beans-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Eclipse Public License v. 2.0: Jakarta Expression Language API, Jakarta Persistence API

+

Apache License 2.0: CDI APIs, Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Interceptors, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-managed-beans-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: Jakarta Persistence API, jersey-examples-managed-beans-webapp

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.el-api-4.0.0.jar80.6 kB614911.8Yes
jakarta.enterprise.cdi-api-3.0.0.jar119.3 kB174148111.8Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.interceptor-api-2.0.0.jar24.6 kB221011.8Yes
jakarta.persistence-api-3.0.0.jar156.5 kB2262085-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8915 MB1112494763961.880
compile: 7compile: 2.6 MBcompile: 2043compile: 1851compile: 77-compile: 6
test: 70test: 10.4 MBtest: 7416test: 6204test: 251-test: 62
provided: 12provided: 2 MBprovided: 1665provided: 1421provided: 68-provided: 12
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/index.html new file mode 100644 index 000000000..7efbe1c82 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-managed-beans-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-managed-beans-webapp

+

Jersey Managed Beans Web Application Example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/project-info.html new file mode 100644 index 000000000..84df55add --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-managed-beans-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Managed Beans Web Application Example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/project-reports.html new file mode 100644 index 000000000..98ad9dcd4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-managed-beans-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/dependencies.html new file mode 100644 index 000000000..5dc3abb3e --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/dependencies.html @@ -0,0 +1,2339 @@ + + + + + + jersey-examples-managed-client-simple-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-managed-client-simple-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-managed-client-simple-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-managed-client-simple-webapp

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8514.7 MB1064190613781.876
compile: 15compile: 4.3 MBcompile: 3225compile: 2857compile: 127-compile: 14
test: 70test: 10.4 MBtest: 7416test: 6204test: 251-test: 62
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/index.html new file mode 100644 index 000000000..dfe2b7388 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-managed-client-simple-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-managed-client-simple-webapp

+

Jersey Web Application (Servlet) examples parent POM.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/project-info.html new file mode 100644 index 000000000..965342d63 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-managed-client-simple-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Web Application (Servlet) examples parent POM.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/project-reports.html new file mode 100644 index 000000000..63a175943 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-managed-client-simple-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/dependencies.html new file mode 100644 index 000000000..c4e7efd93 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/dependencies.html @@ -0,0 +1,2384 @@ + + + + + + jersey-examples-managed-client-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-impl3.0.2jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.xml.bindjaxb-core3.0.2jarEclipse Distribution License - v 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-managed-client-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-managed-client-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-managed-client-webapp

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API, Old JAXB Core, Old JAXB Runtime

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-core-3.0.2.jar238.4 kB26718124-Yes
jaxb-impl-3.0.2.jar916.6 kB68453819-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8715.8 MB1159297804211.878
compile: 19compile: 5.6 MBcompile: 4372compile: 3726compile: 180-compile: 18
test: 68test: 10.2 MBtest: 7220test: 6054test: 241-test: 60
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/index.html new file mode 100644 index 000000000..37a6bade3 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-managed-client-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-managed-client-webapp

+

Jersey managed client web application example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/project-info.html new file mode 100644 index 000000000..2d9c06344 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-managed-client-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey managed client web application example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/project-reports.html new file mode 100644 index 000000000..dd3d6da47 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-managed-client-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/dependencies.html new file mode 100644 index 000000000..d41c053af --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/dependencies.html @@ -0,0 +1,2407 @@ + + + + + + jersey-examples-multipart-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-osgi3.0.2jarEclipse Distribution License - v 1.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-multipart3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.jvnet.mimepullmimepull1.9.13jarEclipse Distribution License - v 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-multipart-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-multipart-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-multipart-webapp

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-multipart, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Distribution License - v 1.0: JAXB OSGI, Jakarta XML Binding API, MIME streaming extension

+

LGPL 2.1: Javassist

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-osgi-3.0.2.jar3.5 MB26582113129-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-multipart-3.0.8.jar81.8 kB584131.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
mimepull-1.9.13.jar64.9 kB57452-Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8818.3 MB13414112605121.879
compile: 20compile: 8.1 MBcompile: 6194compile: 5206compile: 271-compile: 19
test: 68test: 10.2 MBtest: 7220test: 6054test: 241-test: 60
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/index.html new file mode 100644 index 000000000..e6d066806 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-multipart-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-multipart-webapp

+

Jersey Multipart example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/project-info.html new file mode 100644 index 000000000..13594d574 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-multipart-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Multipart example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/project-reports.html new file mode 100644 index 000000000..d4b3d57a8 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-multipart-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/project-info.html new file mode 100644 index 000000000..ebbd05d1a --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/project-info.html @@ -0,0 +1,85 @@ + + + + + + jersey-examples-webapp-parent-pom – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Web Application (Servlet) examples parent POM.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/dependencies.html new file mode 100644 index 000000000..e8cc99792 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/dependencies.html @@ -0,0 +1,2857 @@ + + + + + + jersey-examples-rx-client-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-impl3.0.2jarEclipse Distribution License - v 1.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.ext.rxjersey-rx-client-guava3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.ext.rxjersey-rx-client-rxjava3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.ext.rxjersey-rx-client-rxjava23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-json-jackson3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.fasterxml.jackson.corejackson-annotations2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-core2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.13.3jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-jakarta-xmlbind-annotations2.13.3jarThe Apache Software License, Version 2.0
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
com.google.errorproneerror_prone_annotations2.11.0jarApache 2.0
com.google.guavafailureaccess1.0.1jarThe Apache Software License, Version 2.0
com.google.guavaguava31.1-jrejarApache License, Version 2.0
com.google.guavalistenablefuture9999.0-empty-to-avoid-conflict-with-guavajarThe Apache Software License, Version 2.0
com.google.j2objcj2objc-annotations1.3jarThe Apache Software License, Version 2.0
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.xml.bindjaxb-core3.0.2jarEclipse Distribution License - v 1.0
io.reactivexrxjava1.2.5jarThe Apache Software License, Version 2.0
io.reactivex.rxjava2rxjava2.0.4jarThe Apache Software License, Version 2.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.checkerframeworkchecker-qual3.12.0jarThe MIT License
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.extjersey-entity-filtering3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
org.reactivestreamsreactive-streams1.0.3jarCC0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Apache 2.0: error-prone annotations

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-rx-client-webapp, jersey-ext-entity-filtering, jersey-ext-rx-client-guava, jersey-ext-rx-client-rxjava, jersey-ext-rx-client-rxjava2, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-ext-rx-client-guava, jersey-ext-rx-client-rxjava, jersey-ext-rx-client-rxjava2, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

CC0: reactive-streams

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

The MIT License: Checker Qual

+

Apache License, Version 2.0: Guava: Google Core Libraries for Java, Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-ext-rx-client-guava, jersey-ext-rx-client-rxjava, jersey-ext-rx-client-rxjava2, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-rx-client-webapp, jersey-ext-entity-filtering, jersey-ext-rx-client-guava, jersey-ext-rx-client-rxjava, jersey-ext-rx-client-rxjava2, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-ext-rx-client-guava, jersey-ext-rx-client-rxjava, jersey-ext-rx-client-rxjava2, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-ext-rx-client-guava, jersey-ext-rx-client-rxjava, jersey-ext-rx-client-rxjava2, jersey-inject-hk2, jersey-media-jaxb, jersey-media-json-jackson, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-rx-client-webapp

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-ext-rx-client-guava, jersey-ext-rx-client-rxjava, jersey-ext-rx-client-rxjava2, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-ext-rx-client-guava, jersey-ext-rx-client-rxjava, jersey-ext-rx-client-rxjava2, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-ext-rx-client-guava, jersey-ext-rx-client-rxjava, jersey-ext-rx-client-rxjava2, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-entity-filtering, jersey-ext-rx-client-guava, jersey-ext-rx-client-rxjava, jersey-ext-rx-client-rxjava2, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API, Old JAXB Core, Old JAXB Runtime

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations, Jackson module: Jakarta XML Bind Annotations (jakarta.xml.bind), Jackson-annotations, Jackson-core, Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport, jackson-databind, rxjava

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server, jersey-media-json-jackson

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jackson-annotations-2.13.3.jar75.7 kB84722-Yes
jackson-core-2.13.3.jar374.9 kB15612813-Yes
jackson-databind-2.13.3.jar1.5 MB74670823-Yes
jackson-module-jakarta-xmlbind-annotations-2.13.3.jar31.6 kB30114-Yes
jsr305-3.0.2.jar19.9 kB463531.5Yes
error_prone_annotations-2.11.0.jar16 kB382621.7Yes
failureaccess-1.0.1.jar4.6 kB15211.7Yes
guava-31.1-jre.jar3 MB20532023181.8Yes
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar2.2 kB700-No
j2objc-annotations-1.3.jar8.8 kB231211.5Yes
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jaxb-core-3.0.2.jar238.4 kB26718124-Yes
jaxb-impl-3.0.2.jar916.6 kB68453819-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
rxjava-1.2.5.jar1.1 MB10271004191.6Yes
rxjava-2.0.4.jar2 MB14751442271.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
checker-qual-3.12.0.jar208.8 kB399333291.8Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-rx-client-guava-3.0.8.jar21.8 kB21411.8Yes
jersey-rx-client-rxjava-3.0.8.jar21.8 kB21411.8Yes
jersey-rx-client-rxjava2-3.0.8.jar22.2 kB20511.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-json-jackson-3.0.8.jar80.1 kB674281.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
reactive-streams-1.0.3.jar11.4 kB171311.6Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
10624.4 MB17913157035781.896
compile: 39compile: 14.3 MBcompile: 10722compile: 9657compile: 340-compile: 37
test: 67test: 10.2 MBtest: 7191test: 6046test: 238-test: 59
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/index.html new file mode 100644 index 000000000..676f20a25 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-rx-client-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-rx-client-webapp

+

Jersey Reactive Client WebApp Example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/project-info.html new file mode 100644 index 000000000..8ba29ded1 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-rx-client-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Reactive Client WebApp Example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/project-reports.html new file mode 100644 index 000000000..7fd26372d --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-rx-client-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/dependencies.html new file mode 100644 index 000000000..0ba9da6e9 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/dependencies.html @@ -0,0 +1,2356 @@ + + + + + + jersey-examples-servlet3-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.servletjakarta.servlet-api5.0.0jarEPL 2.0GPL2 w/ CPE
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-servlet3-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-servlet3-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-servlet3-webapp

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
8514.7 MB1064190613781.876
compile: 16compile: 4.3 MBcompile: 3254compile: 2865compile: 130-compile: 15
test: 68test: 10.1 MBtest: 7236test: 6111test: 244-test: 60
provided: 1provided: 307.9 kBprovided: 151provided: 85provided: 4-provided: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/index.html new file mode 100644 index 000000000..80611b6a0 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-servlet3-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-servlet3-webapp

+

Jersey Servlet 3 example with missing servlet-class in the web.xml file

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/project-info.html new file mode 100644 index 000000000..bb4a457e9 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-servlet3-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Servlet 3 example with missing servlet-class in the web.xml file
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/project-reports.html new file mode 100644 index 000000000..163aea3d8 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-servlet3-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/dependencies.html new file mode 100644 index 000000000..acb5e1d51 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/dependencies.html @@ -0,0 +1,2460 @@ + + + + + + jersey-examples-sse-item-store-jaxrs-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-sse3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.connectorsjersey-apache-connector3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
commons-loggingcommons-logging1.2-jarThe Apache Software License, Version 2.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.apache.httpcomponentshttpclient4.5.13-jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.13-jarApache License, Version 2.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-sse-item-store-jaxrs-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore, Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-sse-item-store-jaxrs-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-sse-item-store-jaxrs-webapp

+

Public Domain: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Apache Commons Logging, Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
commons-logging-1.2.jar61.8 kB422821.2Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
httpclient-4.5.13.jar780.3 kB511470241.6Yes
httpcore-4.4.13.jar328.6 kB283253171.6Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-apache-connector-3.0.8.jar46.5 kB331811.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-sse-3.0.8.jar79.4 kB624321.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9016 MB1157298734241.881
compile: 17compile: 4.4 MBcompile: 3316compile: 2908compile: 132-compile: 16
test: 73test: 11.6 MBtest: 8256test: 6965test: 292-test: 65
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/index.html new file mode 100644 index 000000000..52fdd94a4 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-sse-item-store-jaxrs-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-sse-item-store-jaxrs-webapp

+

Jersey Jakarta RESTful WebServices SSE API-based item store example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/project-info.html new file mode 100644 index 000000000..dbdb06912 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-sse-item-store-jaxrs-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey Jakarta RESTful WebServices SSE API-based item store example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/project-reports.html new file mode 100644 index 000000000..7daf4f9b7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-sse-item-store-jaxrs-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/maven-base.css b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/maven-theme.css b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/print.css b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/site.css b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/dependencies.html b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/dependencies.html new file mode 100644 index 000000000..6eed0e619 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/dependencies.html @@ -0,0 +1,2460 @@ + + + + + + jersey-examples-sse-item-store-jersey-webapp – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.containersjersey-container-servlet3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-sse3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.connectorsjersey-apache-connector3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
com.sun.activationjakarta.activation2.0.1-jarEDL 1.0
commons-loggingcommons-logging1.2-jarThe Apache Software License, Version 2.0
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api3.0.1-jarEclipse Distribution License - v 1.0
junitjunit4.13.1-jarEclipse Public License 1.0
org.apache.httpcomponentshttpclient4.5.13-jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.13-jarApache License, Version 2.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-framework3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1-jarEPL-2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-sse-item-store-jersey-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore, Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-sse-item-store-jersey-webapp, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-sse-item-store-jersey-webapp

+

Public Domain: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Modified BSD: jersey-connectors-apache, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-inject-hk2, jersey-media-jaxb, jersey-media-sse, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Apache Commons Logging, Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
commons-logging-1.2.jar61.8 kB422821.2Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
httpclient-4.5.13.jar780.3 kB511470241.6Yes
httpcore-4.4.13.jar328.6 kB283253171.6Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-apache-connector-3.0.8.jar46.5 kB331811.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-sse-3.0.8.jar79.4 kB624321.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9016 MB1157298734241.881
compile: 17compile: 4.4 MBcompile: 3316compile: 2908compile: 132-compile: 16
test: 73test: 11.6 MBtest: 8256test: 6965test: 292-test: 65
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/close.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/collapsed.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/expanded.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/external.png b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/newwindow.png b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/index.html b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/index.html new file mode 100644 index 000000000..431bf7d3d --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-sse-item-store-jersey-webapp – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-sse-item-store-jersey-webapp

+

Jersey SSE API-based item store example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/project-info.html b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/project-info.html new file mode 100644 index 000000000..9b0aa6f51 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-sse-item-store-jersey-webapp – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey SSE API-based item store example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/project-reports.html b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/project-reports.html new file mode 100644 index 000000000..7053684c5 --- /dev/null +++ b/project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-sse-item-store-jersey-webapp – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/xml-moxy/css/maven-base.css b/project-info/3.0.8/jersey/project/xml-moxy/css/maven-base.css new file mode 100644 index 000000000..322efae73 --- /dev/null +++ b/project-info/3.0.8/jersey/project/xml-moxy/css/maven-base.css @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/project-info/3.0.8/jersey/project/xml-moxy/css/maven-theme.css b/project-info/3.0.8/jersey/project/xml-moxy/css/maven-theme.css new file mode 100644 index 000000000..4e2bdfbe7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/xml-moxy/css/maven-theme.css @@ -0,0 +1,161 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/project-info/3.0.8/jersey/project/xml-moxy/css/print.css b/project-info/3.0.8/jersey/project/xml-moxy/css/print.css new file mode 100644 index 000000000..18fcbad70 --- /dev/null +++ b/project-info/3.0.8/jersey/project/xml-moxy/css/print.css @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/project-info/3.0.8/jersey/project/xml-moxy/css/site.css b/project-info/3.0.8/jersey/project/xml-moxy/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/project-info/3.0.8/jersey/project/xml-moxy/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/project-info/3.0.8/jersey/project/xml-moxy/dependencies.html b/project-info/3.0.8/jersey/project/xml-moxy/dependencies.html new file mode 100644 index 000000000..d696f2063 --- /dev/null +++ b/project-info/3.0.8/jersey/project/xml-moxy/dependencies.html @@ -0,0 +1,2609 @@ + + + + + + jersey-examples-moxy – Project Dependencies + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.xml.bindjaxb-impl3.0.2jarEclipse Distribution License - v 1.0
org.glassfish.jersey.containersjersey-container-grizzly2-http3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.injectjersey-hk23.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-moxy3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle3.0.8pomEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.activationjakarta.activation2.0.1jarEDL 1.0
com.sun.xml.bindjaxb-core3.0.2jarEclipse Distribution License - v 1.0
jakarta.annotationjakarta.annotation-api2.0.0jarEPL 2.0GPL2 w/ CPE
jakarta.injectjakarta.inject-api2.0.1jarThe Apache Software License, Version 2.0
jakarta.jsonjakarta.json-api2.0.2jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api2.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.validationjakarta.validation-api3.0.0jarApache License 2.0
jakarta.ws.rsjakarta.ws.rs-api3.0.0jarEPL-2.0GPL-2.0-with-classpath-exception
jakarta.xml.bindjakarta.xml.bind-api3.0.1jarEclipse Distribution License - v 1.0
org.eclipse.parssonparsson1.0.0jarEclipse Public License 2.0GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.persistenceorg.eclipse.persistence.asm9.1.0jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.core3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.eclipse.persistenceorg.eclipse.persistence.moxy3.0.2jarEclipse Public License - v 2.0Eclipse Distribution License - v 1.0
org.glassfish.grizzlygrizzly-framework3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http3.0.1jarEPL-2.0
org.glassfish.grizzlygrizzly-http-server3.0.1jarEPL-2.0
org.glassfish.hk2hk2-api3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-locator3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2hk2-utils3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2osgi-resource-locator1.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.hk2.externalaopalliance-repackaged3.0.3jarEPL 2.0GPL2 w/ CPE
org.glassfish.jersey.corejersey-client3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.corejersey-common3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain
org.glassfish.jersey.corejersey-server3.0.8jarEPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Modified BSD
org.glassfish.jersey.extjersey-entity-filtering3.0.8jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.javassistjavassist3.28.0-GAjarMPL 1.1LGPL 2.1Apache License 2.0
+
+

runtime

+

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.sun.mailjakarta.mail2.0.1jarEPL 2.0GPL2 w/ CPEEDL 1.0
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
io.nettynetty-all4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.75.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.75.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.75.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.75.Final-jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api5.0.0-jarEPL 2.0GPL2 w/ CPE
junitjunit4.13.1-jarEclipse Public License 1.0
org.eclipse.jettyjetty-alpn-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-client11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-http11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-io11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-server11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.eclipse.jettyjetty-util11.0.9-jarEclipse Public License - Version 2.0Apache Software License - Version 2.0
org.glassfish.grizzlygrizzly-http-servlet3.0.1-jarEPL-2.0
org.glassfish.jersey.connectorsjersey-netty-connector3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-jetty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-netty-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-servlet-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.containersjersey-container-simple-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.mediajersey-media-jaxb3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly23.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-netty3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple3.0.8-jarEPL 2.0GPL2 w/ CPEEDL 1.0BSD 2-ClauseApache License, 2.0Public DomainModified BSDjQuery licenseMIT licenseW3C license
org.hamcresthamcrest-core1.3-jarNew BSD License
org.simpleframeworksimple-common6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-http6.0.1-jarThe Apache Software License, Version 2.0
org.simpleframeworksimple-transport6.0.1-jarThe Apache Software License, Version 2.0
org.slf4jslf4j-api2.0.0-alpha6-jarMIT License
+
+

Project Dependency Graph

+ + +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 2.0: Eclipse Parsson, JSON-B API, Jakarta JSON Processing API

+

Eclipse Public License 1.0: JUnit

+

jQuery license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-moxy, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MIT License: SLF4J API Module

+

GPL2 w/ CPE: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

New BSD License: Hamcrest Core

+

Apache License 2.0: Jakarta Bean Validation API, Javassist

+

Apache License, Version 2.0: Netty/All-in-One, Netty/Buffer, Netty/Codec, Netty/Codec/DNS, Netty/Codec/HAProxy, Netty/Codec/HTTP, Netty/Codec/HTTP2, Netty/Codec/MQTT, Netty/Codec/Memcache, Netty/Codec/Redis, Netty/Codec/SMTP, Netty/Codec/Socks, Netty/Codec/Stomp, Netty/Codec/XML, Netty/Common, Netty/Handler, Netty/Handler/Proxy, Netty/Resolver, Netty/Resolver/DNS, Netty/Resolver/DNS/Classes/MacOS, Netty/Resolver/DNS/Native/MacOS, Netty/Transport, Netty/Transport/Classes/Epoll, Netty/Transport/Classes/KQueue, Netty/Transport/Native/Epoll, Netty/Transport/Native/KQueue, Netty/Transport/Native/Unix/Common, Netty/Transport/RXTX, Netty/Transport/SCTP, Netty/Transport/UDT

+

EPL 2.0: HK2 API module, HK2 Implementation Utilities, Jakarta Annotations API, Jakarta Mail API, Jakarta Servlet, OSGi resource locator, ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GPL-2.0-with-classpath-exception: jakarta.ws.rs-api

+

MIT license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-examples-moxy, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

MPL 1.1: Javassist

+

BSD 2-Clause: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache License, 2.0: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Apache Software License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

Eclipse Distribution License v. 1.0: jersey-examples-moxy

+

Public Domain: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-common, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

W3C license: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

Eclipse Public License - Version 2.0: Jetty :: ALPN :: Client, Jetty :: Asynchronous HTTP Client, Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Server Core, Jetty :: Utilities

+

EDL 1.0: Jakarta Activation, Jakarta Mail API, jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

GNU General Public License, version 2 with the GNU Classpath Exception: Eclipse Parsson, JSON-B API, Jakarta JSON Processing API

+

Modified BSD: jersey-connectors-netty, jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-jdk-http, jersey-container-jetty-http, jersey-container-netty-http, jersey-container-servlet, jersey-container-servlet-core, jersey-container-simple-http, jersey-core-client, jersey-core-server, jersey-ext-entity-filtering, jersey-inject-hk2, jersey-media-jaxb, jersey-media-moxy, jersey-test-framework-core, jersey-test-framework-provider-bundle, jersey-test-framework-provider-external, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory, jersey-test-framework-provider-jdk-http, jersey-test-framework-provider-jetty, jersey-test-framework-provider-netty, jersey-test-framework-provider-simple

+

LGPL 2.1: Javassist

+

Eclipse Distribution License - v 1.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy, Jakarta XML Binding API, Old JAXB Core, Old JAXB Runtime

+

Eclipse Public License - v 2.0: EclipseLink ASM, EclipseLink Core, EclipseLink MOXy

+

EPL-2.0: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet, jakarta.ws.rs-api

+

The Apache Software License, Version 2.0: Jakarta Dependency Injection, Simple Common, Simple HTTP, Simple Transport

+

The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common, jersey-core-server

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
jakarta.activation-2.0.1.jar62.2 kB56393-Yes
jakarta.mail-2.0.1.jar689.3 kB38434715-Yes
jaxb-core-3.0.2.jar238.4 kB26718124-Yes
jaxb-impl-3.0.2.jar916.6 kB68453819-Yes
netty-all-4.1.75.Final.jar4.3 kB900-No
netty-buffer-4.1.75.Final.jar303.7 kB15413721.6Yes
netty-codec-4.1.75.Final.jar337.1 kB234212101.6Yes
netty-codec-dns-4.1.75.Final.jar65.5 kB594511.6Yes
netty-codec-haproxy-4.1.75.Final.jar36.2 kB331911.6Yes
netty-codec-http-4.1.75.Final.jar637 kB40838291.6Yes
netty-codec-http2-4.1.75.Final.jar472.9 kB29227411.6Yes
netty-codec-memcache-4.1.75.Final.jar43.1 kB533821.6Yes
netty-codec-mqtt-4.1.75.Final.jar99.5 kB796511.6Yes
netty-codec-redis-4.1.75.Final.jar44.5 kB493511.6Yes
netty-codec-smtp-4.1.75.Final.jar19.9 kB281411.6Yes
netty-codec-socks-4.1.75.Final.jar119.1 kB12410741.6Yes
netty-codec-stomp-4.1.75.Final.jar29.4 kB352111.6Yes
netty-codec-xml-4.1.75.Final.jar18.4 kB301611.6Yes
netty-common-4.1.75.Final.jar651.1 kB51948791.6Yes
netty-handler-4.1.75.Final.jar528.1 kB366338121.6Yes
netty-handler-proxy-4.1.75.Final.jar24 kB251211.6Yes
netty-resolver-4.1.75.Final.jar37.8 kB412911.6Yes
netty-resolver-dns-4.1.75.Final.jar156.6 kB11810111.6Yes
netty-resolver-dns-classes-macos-4.1.75.Final.jar9.1 kB17311.6Yes
netty-resolver-dns-native-macos-4.1.75.Final-osx-aarch_64.jar18.3 kB1100-No
netty-resolver-dns-native-macos-4.1.75.Final-osx-x86_64.jar18.6 kB1100-No
netty-transport-4.1.75.Final.jar478.8 kB390362121.6Yes
netty-transport-classes-epoll-4.1.75.Final.jar138.5 kB776411.6Yes
netty-transport-classes-kqueue-4.1.75.Final.jar107.1 kB635011.6Yes
netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar37.7 kB1100-No
netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar36.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar24.2 kB1100-No
netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar25.4 kB1100-No
netty-transport-native-unix-common-4.1.75.Final.jar40.2 kB422911.6Yes
netty-transport-rxtx-4.1.75.Final.jar18.2 kB241111.6Yes
netty-transport-sctp-4.1.75.Final.jar49.3 kB472941.6Yes
netty-transport-udt-4.1.75.Final.jar32.1 kB352121.6Yes
jakarta.annotation-api-2.0.0.jar25.4 kB29164-Yes
jakarta.inject-api-2.0.1.jar10.7 kB1872-No
jakarta.json-api-2.0.2.jar46.3 kB48354-Yes
jakarta.json.bind-api-2.0.0.jar35.7 kB44277-Yes
jakarta.servlet-api-5.0.0.jar307.9 kB1518541.8Yes
jakarta.validation-api-3.0.0.jar92.7 kB16014391.8Yes
jakarta.ws.rs-api-3.0.0.jar138.8 kB1531367-Yes
jakarta.xml.bind-api-3.0.1.jar128.9 kB1401117-Yes
junit-4.13.1.jar382.7 kB387348321.5Yes
jetty-alpn-client-11.0.9.jar16.9 kB1732-Yes
jetty-client-11.0.9.jar390 kB2572388-Yes
jetty-http-11.0.9.jar239.3 kB1291103-Yes
jetty-io-11.0.9.jar210.7 kB1341194-Yes
jetty-server-11.0.9.jar774.7 kB3763558-Yes
jetty-util-11.0.9.jar561.3 kB34031413-Yes
parsson-1.0.0.jar116.4 kB78623-Yes
org.eclipse.persistence.asm-9.1.0.jar322 kB1421216-Yes
org.eclipse.persistence.core-3.0.2.jar5 MB220720231591.8Yes
org.eclipse.persistence.moxy-3.0.2.jar654.1 kB321281211.8Yes
grizzly-framework-3.0.1.jar850.7 kB619583231.8Yes
grizzly-http-3.0.1.jar347.8 kB17816331.8Yes
grizzly-http-server-3.0.1.jar311.6 kB19717781.8Yes
grizzly-http-servlet-3.0.1.jar146.7 kB978611.8Yes
hk2-api-3.0.3.jar201.5 kB19817771.8Yes
hk2-locator-3.0.3.jar203.9 kB1179931.8Yes
hk2-utils-3.0.3.jar131.8 kB1028071.8Yes
osgi-resource-locator-1.0.3.jar19.5 kB231211.6Yes
aopalliance-repackaged-3.0.3.jar27.1 kB412641.8Yes
jersey-netty-connector-3.0.8.jar49.6 kB351921.8Yes
jersey-container-grizzly2-http-3.0.8.jar43.6 kB401821.8Yes
jersey-container-grizzly2-servlet-3.0.8.jar20.1 kB15111.8Yes
jersey-container-jdk-http-3.0.8.jar35.8 kB281021.8Yes
jersey-container-jetty-http-3.0.8.jar25.1 kB23621.8Yes
jersey-container-netty-http-3.0.8.jar53 kB402411.8Yes
jersey-container-servlet-3.0.8.jar32.4 kB29831.8Yes
jersey-container-servlet-core-3.0.8.jar73.4 kB614441.8Yes
jersey-container-simple-http-3.0.8.jar47.9 kB422521.8Yes
jersey-client-3.0.8.jar267.5 kB198166111.8Yes
jersey-common-3.0.8.jar1.2 MB911866231.8Yes
jersey-server-3.0.8.jar956.4 kB672613271.8Yes
jersey-entity-filtering-3.0.8.jar84 kB765931.8Yes
jersey-hk2-3.0.8.jar78.4 kB684611.8Yes
jersey-media-jaxb-3.0.8.jar95 kB715421.8Yes
jersey-media-moxy-3.0.8.jar38.2 kB331441.8Yes
jersey-test-framework-core-3.0.8.jar43.7 kB362221.8Yes
pom.xml3.2 kB-----
jersey-test-framework-provider-external-3.0.8.jar19.4 kB17311.8Yes
jersey-test-framework-provider-grizzly2-3.0.8.jar25.8 kB22611.8Yes
jersey-test-framework-provider-inmemory-3.0.8.jar27.7 kB24811.8Yes
jersey-test-framework-provider-jdk-http-3.0.8.jar20.1 kB19311.8Yes
jersey-test-framework-provider-jetty-3.0.8.jar19.4 kB20111.8Yes
jersey-test-framework-provider-netty-3.0.8.jar18.7 kB18211.8Yes
jersey-test-framework-provider-simple-3.0.8.jar20.1 kB19311.8Yes
hamcrest-core-1.3.jar45 kB524531.5Yes
javassist-3.28.0-GA.jar851.5 kB474426171.8Yes
simple-common-6.0.1.jar44.3 kB574261.5Yes
simple-http-6.0.1.jar176.2 kB17015561.5Yes
simple-transport-6.0.1.jar70.5 kB796641.5Yes
slf4j-api-2.0.0-alpha6.jar60.6 kB65515-Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
9622.8 MB14925127496431.887
compile: 30compile: 13.3 MBcompile: 8294compile: 7245compile: 419-compile: 29
test: 65test: 8.7 MBtest: 6247test: 5157test: 209-test: 57
runtime: 1runtime: 689.3 kBruntime: 384runtime: 347runtime: 15-runtime: 1
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/xml-moxy/images/close.gif b/project-info/3.0.8/jersey/project/xml-moxy/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/project-info/3.0.8/jersey/project/xml-moxy/images/close.gif differ diff --git a/project-info/3.0.8/jersey/project/xml-moxy/images/collapsed.gif b/project-info/3.0.8/jersey/project/xml-moxy/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/project-info/3.0.8/jersey/project/xml-moxy/images/collapsed.gif differ diff --git a/project-info/3.0.8/jersey/project/xml-moxy/images/expanded.gif b/project-info/3.0.8/jersey/project/xml-moxy/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/project-info/3.0.8/jersey/project/xml-moxy/images/expanded.gif differ diff --git a/project-info/3.0.8/jersey/project/xml-moxy/images/external.png b/project-info/3.0.8/jersey/project/xml-moxy/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/project-info/3.0.8/jersey/project/xml-moxy/images/external.png differ diff --git a/project-info/3.0.8/jersey/project/xml-moxy/images/icon_error_sml.gif b/project-info/3.0.8/jersey/project/xml-moxy/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/project-info/3.0.8/jersey/project/xml-moxy/images/icon_error_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/xml-moxy/images/icon_info_sml.gif b/project-info/3.0.8/jersey/project/xml-moxy/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/project-info/3.0.8/jersey/project/xml-moxy/images/icon_info_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/xml-moxy/images/icon_success_sml.gif b/project-info/3.0.8/jersey/project/xml-moxy/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/project-info/3.0.8/jersey/project/xml-moxy/images/icon_success_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/xml-moxy/images/icon_warning_sml.gif b/project-info/3.0.8/jersey/project/xml-moxy/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/project-info/3.0.8/jersey/project/xml-moxy/images/icon_warning_sml.gif differ diff --git a/project-info/3.0.8/jersey/project/xml-moxy/images/logos/build-by-maven-black.png b/project-info/3.0.8/jersey/project/xml-moxy/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/project-info/3.0.8/jersey/project/xml-moxy/images/logos/build-by-maven-black.png differ diff --git a/project-info/3.0.8/jersey/project/xml-moxy/images/logos/build-by-maven-white.png b/project-info/3.0.8/jersey/project/xml-moxy/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/project-info/3.0.8/jersey/project/xml-moxy/images/logos/build-by-maven-white.png differ diff --git a/project-info/3.0.8/jersey/project/xml-moxy/images/logos/maven-feather.png b/project-info/3.0.8/jersey/project/xml-moxy/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/project-info/3.0.8/jersey/project/xml-moxy/images/logos/maven-feather.png differ diff --git a/project-info/3.0.8/jersey/project/xml-moxy/images/newwindow.png b/project-info/3.0.8/jersey/project/xml-moxy/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/project-info/3.0.8/jersey/project/xml-moxy/images/newwindow.png differ diff --git a/project-info/3.0.8/jersey/project/xml-moxy/index.html b/project-info/3.0.8/jersey/project/xml-moxy/index.html new file mode 100644 index 000000000..62c921a06 --- /dev/null +++ b/project-info/3.0.8/jersey/project/xml-moxy/index.html @@ -0,0 +1,74 @@ + + + + + + jersey-examples-moxy – About + + + + + + + + +
+ +
+
+
+
+

About jersey-examples-moxy

+

Jersey XML MOXy example.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/xml-moxy/project-info.html b/project-info/3.0.8/jersey/project/xml-moxy/project-info.html new file mode 100644 index 000000000..59d5b80c7 --- /dev/null +++ b/project-info/3.0.8/jersey/project/xml-moxy/project-info.html @@ -0,0 +1,86 @@ + + + + + + jersey-examples-moxy – Project Information + + + + + + + + +
+ +
+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+
+

Overview

+ + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
AboutJersey XML MOXy example.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/project/xml-moxy/project-reports.html b/project-info/3.0.8/jersey/project/xml-moxy/project-reports.html new file mode 100644 index 000000000..4152bb273 --- /dev/null +++ b/project-info/3.0.8/jersey/project/xml-moxy/project-reports.html @@ -0,0 +1,82 @@ + + + + + + jersey-examples-moxy – Generated Reports + + + + + + + + +
+ +
+
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+
+

Overview

+ + + + + + +
DocumentDescription
Source XrefHTML based, cross-reference version of Java source code.
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/scm.html b/project-info/3.0.8/jersey/scm.html new file mode 100644 index 000000000..1fae91a65 --- /dev/null +++ b/project-info/3.0.8/jersey/scm.html @@ -0,0 +1,97 @@ + + + + + + jersey-bom – Source Code Management + + + + + + + + + +
+
+
+

Overview

+

This project uses Git to manage its source code. Instructions on Git use can be found at https://git-scm.com/documentation.

+
+

Web Browser Access

+

The following is a link to a browsable version of the source repository:

+
+
+

Anonymous Access

+

The source can be checked out anonymously from Git with this command (See https://git-scm.com/docs/git-clone):

+
+
$ git clone git@github.com:eclipse-ee4j/ee4j.git
+
+

Developer Access

+

Only project developers can access the Git tree via this method (See https://git-scm.com/docs/git-clone).

+
+
$ git clone git@github.com:eclipse-ee4j/ee4j.git
+
+

Access from Behind a Firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/summary.html b/project-info/3.0.8/jersey/summary.html new file mode 100644 index 000000000..27c7c3aff --- /dev/null +++ b/project-info/3.0.8/jersey/summary.html @@ -0,0 +1,123 @@ + + + + + + jersey-bom – Project Summary + + + + + + + + + +
+
+
+

Project Summary

+
+

Project Information

+ + + + + + + + + + + + +
FieldValue
Namejersey-bom
DescriptionJersey Bill of Materials (BOM)
Homepagehttps://projects.eclipse.org/projects/ee4j/jersey-bom
+
+

Project Organization

+ + + + + + + + + +
FieldValue
NameEclipse Foundation
URLhttps://www.eclipse.org
+
+

Build Information

+ + + + + + + + + + + + + + + +
FieldValue
GroupIdorg.glassfish.jersey
ArtifactIdjersey-bom
Version3.0.8
Typepom
+
+
+
+
+
+ + + diff --git a/project-info/3.0.8/jersey/team.html b/project-info/3.0.8/jersey/team.html new file mode 100644 index 000000000..bdece8082 --- /dev/null +++ b/project-info/3.0.8/jersey/team.html @@ -0,0 +1,99 @@ + + + + + + jersey-bom – Project Team + + + + + + + + + +
+
+
+

Project Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + + + +
ImageIdNameEmailOrganization
eclipseee4jEclipse EE4J Developersee4j-pmc@eclipse.orgEclipse Foundation
+
+

Contributors

+

There are no contributors listed for this project. Please check back again later.

+
+
+
+
+
+ + + + git commit -m '[jenkins] automatic project-info update [3.0.8]' [master 829315ed5] [jenkins] automatic project-info update [3.0.8] 3799 files changed, 535070 insertions(+) create mode 100644 project-info/3.0.8/jersey/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/css/print.css create mode 100644 project-info/3.0.8/jersey/css/site.css create mode 100644 project-info/3.0.8/jersey/dependency-info.html create mode 100644 project-info/3.0.8/jersey/dependency-management.html create mode 100644 project-info/3.0.8/jersey/distribution-management.html create mode 100644 project-info/3.0.8/jersey/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/images/external.png create mode 100644 project-info/3.0.8/jersey/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/index.html create mode 100644 project-info/3.0.8/jersey/issue-management.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/allclasses-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/allclasses-noframe.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/constant-values.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/deprecated-list.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/help-doc.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/index-all.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/index.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/AbstractRxInvoker.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ChunkParser.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ChunkedInput.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientAsyncExecutor.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientAsyncExecutorLiteral.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientBackgroundScheduler.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientBootstrapBag.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientConfig.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientExecutor.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientLifecycleListener.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientProperties.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientRequest.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/ClientResponse.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/CustomProvidersFeature.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/HttpUrlConnectorProvider.ConnectionFactory.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/HttpUrlConnectorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/Initializable.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/InjectionManagerClientProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyClient.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyClientBuilder.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyCompletionStageRxInvoker.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyInvocation.Builder.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyInvocation.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/JerseyWebTarget.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/RequestEntityProcessing.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/RequestProcessingInitializationStage.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.BasicBuilder.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.Builder.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.UniversalBuilder.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/HttpAuthenticationFeature.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/RequestAuthenticationException.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/ResponseAuthenticationException.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.BasicBuilder.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.Builder.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.UniversalBuilder.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/HttpAuthenticationFeature.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/RequestAuthenticationException.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/class-use/ResponseAuthenticationException.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/authentication/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/AbstractRxInvoker.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ChunkParser.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ChunkedInput.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientAsyncExecutor.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientAsyncExecutorLiteral.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientBackgroundScheduler.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientBackgroundSchedulerLiteral.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientBootstrapBag.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientConfig.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientExecutor.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientLifecycleListener.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientProperties.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientRequest.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/ClientResponse.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/CustomProvidersFeature.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/HttpUrlConnectorProvider.ConnectionFactory.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/HttpUrlConnectorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/Initializable.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/InjectionManagerClientProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyClient.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyClientBuilder.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyCompletionStageRxInvoker.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyInvocation.Builder.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyInvocation.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/JerseyWebTarget.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/RequestEntityProcessing.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/class-use/RequestProcessingInitializationStage.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/CsrfProtectionFilter.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/EncodingFeature.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/EncodingFilter.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/class-use/CsrfProtectionFilter.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/class-use/EncodingFeature.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/class-use/EncodingFilter.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/filter/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/Expect100ContinueFeature.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/class-use/Expect100ContinueFeature.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/http/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/ParameterUpdater.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/ParameterUpdaterProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/class-use/ParameterUpdater.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/class-use/ParameterUpdaterProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/inject/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/ClientProxy.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/class-use/ClientProxy.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/innate/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/ClientResponseProcessingException.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/HttpUrlConnector.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/LocalizationMessages.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/class-use/ClientResponseProcessingException.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/class-use/HttpUrlConnector.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/class-use/LocalizationMessages.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/internal/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/AsyncConnectorCallback.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/CachingConnectorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/ClientBuilderListener.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/Connector.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/ConnectorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/DefaultSslContextProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/InvocationBuilderListener.InvocationBuilderContext.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/InvocationBuilderListener.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/PostInvocationInterceptor.ExceptionContext.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/PostInvocationInterceptor.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/PreInvocationInterceptor.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/AsyncConnectorCallback.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/CachingConnectorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/ClientBuilderListener.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/Connector.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/ConnectorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/DefaultSslContextProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/InvocationBuilderListener.InvocationBuilderContext.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/InvocationBuilderListener.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/PostInvocationInterceptor.ExceptionContext.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/PostInvocationInterceptor.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/class-use/PreInvocationInterceptor.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/org/glassfish/jersey/client/spi/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/overview-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/overview-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/overview-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/package-list create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/script.js create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/serialized-form.html create mode 100644 project-info/3.0.8/jersey/jersey-client/apidocs/stylesheet.css create mode 100644 project-info/3.0.8/jersey/jersey-client/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/jersey-client/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/jersey-client/css/print.css create mode 100644 project-info/3.0.8/jersey/jersey-client/css/site.css create mode 100644 project-info/3.0.8/jersey/jersey-client/dependencies.html create mode 100644 project-info/3.0.8/jersey/jersey-client/images/close.gif create mode 100644 project-info/3.0.8/jersey/jersey-client/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/jersey-client/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/jersey-client/images/external.png create mode 100644 project-info/3.0.8/jersey/jersey-client/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/jersey-client/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/jersey-client/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/jersey-client/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/jersey-client/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/jersey-client/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/jersey-client/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/jersey-client/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/jersey-client/index.html create mode 100644 project-info/3.0.8/jersey/jersey-client/project-info.html create mode 100644 project-info/3.0.8/jersey/jersey-client/project-reports.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/allclasses-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/allclasses-noframe.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/constant-values.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/deprecated-list.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/help-doc.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/index-all.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/index.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/AbstractFeatureConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/Beta.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/CommonProperties.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/ExtendedConfig.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/ExternalProperties.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/InjectionManagerProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/JerseyPriorities.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/Severity.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/SslConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/AbstractFeatureConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/Beta.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/CommonProperties.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/ExtendedConfig.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/ExternalProperties.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/InjectionManagerProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/JerseyPriorities.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/Severity.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/class-use/SslConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/AbstractRuntimeDelegate.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/AbstractServiceFinderConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/AutoDiscoverableConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/BootstrapBag.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/BootstrapConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ContextResolverFactory.ContextResolversConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ContextResolverFactory.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/DynamicFeatureConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Errors.ErrorMessage.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Errors.ErrorMessagesException.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Errors.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ExceptionMapperFactory.ExceptionMappersConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ExceptionMapperFactory.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/FeatureConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/InternalProperties.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/JaxrsProviders.ProvidersConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/JaxrsProviders.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/LocalizationMessages.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/MapPropertiesDelegate.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/OsgiRegistry.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/PropertiesDelegate.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/PropertiesResolver.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/RuntimeDelegateDecorator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/RuntimeDelegateImpl.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceConfigurationError.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinder.DefaultServiceIteratorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinder.ServiceIteratorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/ServiceFinderBinder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/Version.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/AbstractRuntimeDelegate.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/AbstractServiceFinderConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/AutoDiscoverableConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/BootstrapBag.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/BootstrapConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ContextResolverFactory.ContextResolversConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ContextResolverFactory.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/DynamicFeatureConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Errors.ErrorMessage.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Errors.ErrorMessagesException.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Errors.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ExceptionMapperFactory.ExceptionMappersConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ExceptionMapperFactory.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/FeatureConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/InternalProperties.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/JaxrsProviders.ProvidersConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/JaxrsProviders.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/LocalizationMessages.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/MapPropertiesDelegate.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/OsgiRegistry.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/PropertiesDelegate.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/PropertiesResolver.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/RuntimeDelegateDecorator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/RuntimeDelegateImpl.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceConfigurationError.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinder.DefaultServiceIteratorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinder.ServiceIteratorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/ServiceFinderBinder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/class-use/Version.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/internal/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeature.LoggingFeatureBuilder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeature.Verbosity.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeature.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/LoggingFeatureAutoDiscoverable.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeature.LoggingFeatureBuilder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeature.Verbosity.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeature.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/class-use/LoggingFeatureAutoDiscoverable.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/logging/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/AbstractEntityProviderModel.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/DeflateEncoder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/GZipEncoder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/MessageBodyWorkers.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/MessageProperties.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/MessageUtils.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/ReaderModel.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/WriterModel.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/XmlHeader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/AbstractEntityProviderModel.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/DeflateEncoder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/GZipEncoder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/MessageBodyWorkers.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/MessageProperties.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/MessageUtils.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/ReaderModel.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/WriterModel.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/class-use/XmlHeader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AbstractFormProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AbstractMessageReaderWriterProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AcceptableLanguageTag.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AcceptableMediaType.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/AcceptableToken.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ByteArrayProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CacheControlProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CommittingOutputStream.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CompletableReader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CookieProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/CookiesParser.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/DataSourceProvider.ByteArrayDataSource.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/DataSourceProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/DateProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/EntityInputStream.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/EntityTagProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/FileProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/FormMultivaluedMapProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/FormProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HeaderUtils.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HeaderValueException.Context.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HeaderValueException.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HttpDateFormat.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HttpHeaderReader.Event.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/HttpHeaderReader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/InboundMessageContext.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/InputStreamProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/JerseyLink.Builder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/JerseyLink.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/LanguageTag.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/LinkProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/LocaleProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MatchingEntityTag.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MediaTypeProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MediaTypes.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyFactory.MessageBodyWorkersConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyFactory.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyProcessingException.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessageBodyProviderNotFoundException.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessagingBinders.HeaderDelegateProviders.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessagingBinders.MessageBodyProviders.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MessagingBinders.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/MsgTraceEvent.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/NewCookieProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/NullOutputStream.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundJaxrsResponse.Builder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundJaxrsResponse.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundMessageContext.StreamProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/OutboundMessageContext.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ParameterizedHeader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Qualified.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Quality.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/QualitySourceMediaType.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ReaderInterceptorExecutor.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ReaderProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/ReaderWriter.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/RenderedImageProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.DomSourceReader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.SaxSourceReader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.SourceWriter.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.StreamSourceReader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/SourceProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Statuses.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/StreamingOutputProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/StringBuilderUtils.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/StringHeaderProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Token.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingAwarePropertiesDelegate.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingLogger.Event.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingLogger.Level.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/TracingLogger.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/UriProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/Utils.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/VariantListBuilder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/VariantSelector.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/WriterInterceptorExecutor.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AbstractFormProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AbstractMessageReaderWriterProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AcceptableLanguageTag.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AcceptableMediaType.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/AcceptableToken.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ByteArrayProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CacheControlProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CommittingOutputStream.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CompletableReader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CookieProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/CookiesParser.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/DataSourceProvider.ByteArrayDataSource.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/DataSourceProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/DateProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/EntityInputStream.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/EntityTagProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/FileProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/FormMultivaluedMapProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/FormProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HeaderUtils.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HeaderValueException.Context.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HeaderValueException.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HttpDateFormat.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HttpHeaderReader.Event.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/HttpHeaderReader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/InboundMessageContext.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/InputStreamProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/JerseyLink.Builder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/JerseyLink.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/LanguageTag.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/LinkProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/LocaleProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MatchingEntityTag.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MediaTypeProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MediaTypes.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyFactory.MessageBodyWorkersConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyFactory.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyProcessingException.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessageBodyProviderNotFoundException.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessagingBinders.HeaderDelegateProviders.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessagingBinders.MessageBodyProviders.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MessagingBinders.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/MsgTraceEvent.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/NewCookieProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/NullOutputStream.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundJaxrsResponse.Builder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundJaxrsResponse.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundMessageContext.StreamProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/OutboundMessageContext.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ParameterizedHeader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Qualified.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Quality.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/QualitySourceMediaType.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ReaderInterceptorExecutor.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ReaderProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/ReaderWriter.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/RenderedImageProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.DomSourceReader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.SaxSourceReader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.SourceWriter.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.StreamSourceReader.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/SourceProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Statuses.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/StreamingOutputProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/StringBuilderUtils.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/StringHeaderProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Token.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingAwarePropertiesDelegate.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingLogger.Event.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingLogger.Level.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/TracingLogger.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/UriProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/Utils.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/VariantListBuilder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/VariantSelector.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/class-use/WriterInterceptorExecutor.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/internal/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/message/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/AnnotatedMethod.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/ContractProvider.Builder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/ContractProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/NameBound.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.ParamAnnotationHelper.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.ParamCreationFactory.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.ParameterService.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.Source.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Parameter.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/Scoped.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/AnnotatedMethod.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/ContractProvider.Builder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/ContractProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/NameBound.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.ParamAnnotationHelper.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.ParamCreationFactory.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.ParameterService.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.Source.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Parameter.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/class-use/Scoped.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/CommonConfig.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/ComponentBag.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/FeatureContextWrapper.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/ImmutableCommonConfig.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/ManagedObjectsFinalizer.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/RankedComparator.Order.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/RankedComparator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/RankedProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/CommonConfig.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/ComponentBag.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/FeatureContextWrapper.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/ImmutableCommonConfig.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/ManagedObjectsFinalizer.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/RankedComparator.Order.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/RankedComparator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/class-use/RankedProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/internal/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/model/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/Inflector.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/JerseyProcessingUncaughtExceptionHandler.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/class-use/Inflector.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/class-use/JerseyProcessingUncaughtExceptionHandler.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/AbstractChainableStage.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/AbstractExecutorProvidersConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/ChainableStage.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/ExecutorProviders.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Inflecting.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestContext.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestScope.RequestScopeConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestScope.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/RequestScoped.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stage.Builder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stage.Continuation.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stage.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stages.LinkedStage.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/Stages.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/AbstractChainableStage.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/AbstractExecutorProvidersConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/ChainableStage.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/ExecutorProviders.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Inflecting.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestContext.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestScope.RequestScopeConfigurator.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestScope.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/RequestScoped.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stage.Builder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stage.Continuation.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stage.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stages.LinkedStage.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/class-use/Stages.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/internal/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/process/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/AbstractThreadPoolProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ComponentProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ContentEncoder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ContextResolvers.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/Contract.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExceptionMappers.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExecutorServiceProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExtendedExceptionMapper.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExternalConfigurationModel.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ExternalConfigurationProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/HeaderDelegateProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ScheduledExecutorServiceProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ScheduledThreadPoolExecutorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/ThreadPoolExecutorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/AbstractThreadPoolProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ComponentProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ContentEncoder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ContextResolvers.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/Contract.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExceptionMappers.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExecutorServiceProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExtendedExceptionMapper.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExternalConfigurationModel.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ExternalConfigurationProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/HeaderDelegateProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ScheduledExecutorServiceProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ScheduledThreadPoolExecutorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/class-use/ThreadPoolExecutorProvider.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/spi/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/JerseyQueryParamStyle.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PathPattern.RightHandPath.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PathPattern.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PathTemplate.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/PatternWithGroups.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/UriComponent.Type.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/UriComponent.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/UriTemplate.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/JerseyQueryParamStyle.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PathPattern.RightHandPath.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PathPattern.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PathTemplate.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/PatternWithGroups.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/UriComponent.Type.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/UriComponent.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/class-use/UriTemplate.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/JerseyUriBuilder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/UriTemplateParser.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/class-use/JerseyUriBuilder.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/class-use/UriTemplateParser.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/internal/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/org/glassfish/jersey/uri/package-use.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/overview-frame.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/overview-summary.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/overview-tree.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/package-list create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/script.js create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/serialized-form.html create mode 100644 project-info/3.0.8/jersey/jersey-common/apidocs/stylesheet.css create mode 100644 project-info/3.0.8/jersey/jersey-common/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/jersey-common/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/jersey-common/css/print.css create mode 100644 project-info/3.0.8/jersey/jersey-common/css/site.css create mode 100644 project-info/3.0.8/jersey/jersey-common/dependencies.html create mode 100644 project-info/3.0.8/jersey/jersey-common/images/close.gif create mode 100644 project-info/3.0.8/jersey/jersey-common/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/jersey-common/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/jersey-common/images/external.png create mode 100644 project-info/3.0.8/jersey/jersey-common/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/jersey-common/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/jersey-common/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/jersey-common/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/jersey-common/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/jersey-common/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/jersey-common/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/jersey-common/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/jersey-common/index.html create mode 100644 project-info/3.0.8/jersey/jersey-common/project-info.html create mode 100644 project-info/3.0.8/jersey/jersey-common/project-reports.html create mode 100644 project-info/3.0.8/jersey/jersey-server/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/jersey-server/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/jersey-server/css/print.css create mode 100644 project-info/3.0.8/jersey/jersey-server/css/site.css create mode 100644 project-info/3.0.8/jersey/jersey-server/dependencies.html create mode 100644 project-info/3.0.8/jersey/jersey-server/images/close.gif create mode 100644 project-info/3.0.8/jersey/jersey-server/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/jersey-server/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/jersey-server/images/external.png create mode 100644 project-info/3.0.8/jersey/jersey-server/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/jersey-server/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/jersey-server/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/jersey-server/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/jersey-server/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/jersey-server/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/jersey-server/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/jersey-server/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/jersey-server/index.html create mode 100644 project-info/3.0.8/jersey/jersey-server/project-info.html create mode 100644 project-info/3.0.8/jersey/jersey-server/project-reports.html create mode 100644 project-info/3.0.8/jersey/licenses.html create mode 100644 project-info/3.0.8/jersey/mailing-lists.html create mode 100644 project-info/3.0.8/jersey/plugin-management.html create mode 100644 project-info/3.0.8/jersey/plugins.html create mode 100644 project-info/3.0.8/jersey/project-info.html create mode 100644 project-info/3.0.8/jersey/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/assemblies/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/assemblies/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/assemblies/css/print.css create mode 100644 project-info/3.0.8/jersey/project/assemblies/css/site.css create mode 100644 project-info/3.0.8/jersey/project/assemblies/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/assemblies/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/assemblies/images/external.png create mode 100644 project-info/3.0.8/jersey/project/assemblies/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/assemblies/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/assemblies/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/assemblies/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/assemblies/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/assemblies/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/assemblies/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/assemblies/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/assemblies/index.html create mode 100644 project-info/3.0.8/jersey/project/assemblies/project-info.html create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/css/print.css create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/css/site.css create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/images/external.png create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/index.html create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/project-info.html create mode 100644 project-info/3.0.8/jersey/project/clipboard-programmatic/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/clipboard/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/clipboard/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/clipboard/css/print.css create mode 100644 project-info/3.0.8/jersey/project/clipboard/css/site.css create mode 100644 project-info/3.0.8/jersey/project/clipboard/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/clipboard/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard/images/external.png create mode 100644 project-info/3.0.8/jersey/project/clipboard/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/clipboard/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/clipboard/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/clipboard/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/clipboard/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/clipboard/index.html create mode 100644 project-info/3.0.8/jersey/project/clipboard/project-info.html create mode 100644 project-info/3.0.8/jersey/project/clipboard/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/css/print.css create mode 100644 project-info/3.0.8/jersey/project/css/site.css create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/css/print.css create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/css/site.css create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/images/external.png create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/index.html create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/project-info.html create mode 100644 project-info/3.0.8/jersey/project/declarative-linking/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/css/print.css create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/css/site.css create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/images/external.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/index.html create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/project-info.html create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-security/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/css/print.css create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/css/site.css create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/images/external.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/index.html create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/project-info.html create mode 100644 project-info/3.0.8/jersey/project/entity-filtering-selectable/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/css/print.css create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/css/site.css create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/images/external.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/index.html create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/project-info.html create mode 100644 project-info/3.0.8/jersey/project/entity-filtering/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/css/print.css create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/css/site.css create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/images/external.png create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/index.html create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/project-info.html create mode 100644 project-info/3.0.8/jersey/project/exception-mapping/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/groovy/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/groovy/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/groovy/css/print.css create mode 100644 project-info/3.0.8/jersey/project/groovy/css/site.css create mode 100644 project-info/3.0.8/jersey/project/groovy/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/groovy/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/groovy/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/groovy/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/groovy/images/external.png create mode 100644 project-info/3.0.8/jersey/project/groovy/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/groovy/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/groovy/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/groovy/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/groovy/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/groovy/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/groovy/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/groovy/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/groovy/index.html create mode 100644 project-info/3.0.8/jersey/project/groovy/project-info.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/css/print.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/css/site.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/images/external.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/index.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/project-info.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-benchmark/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/print.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/css/site.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/external.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/index.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/project-info.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-cdi2-se/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/css/print.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/css/site.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/images/external.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/index.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/project-info.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-netty/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/css/print.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/css/site.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/images/external.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/index.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/project-info.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-programmatic/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/print.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/css/site.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/external.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/index.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/project-info.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-pure-jax-rs/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/css/print.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/css/site.css create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/images/external.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/index.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/project-info.html create mode 100644 project-info/3.0.8/jersey/project/helloworld-weld/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/helloworld/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/helloworld/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/helloworld/css/print.css create mode 100644 project-info/3.0.8/jersey/project/helloworld/css/site.css create mode 100644 project-info/3.0.8/jersey/project/helloworld/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/helloworld/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld/images/external.png create mode 100644 project-info/3.0.8/jersey/project/helloworld/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/helloworld/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/helloworld/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/helloworld/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/helloworld/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/helloworld/index.html create mode 100644 project-info/3.0.8/jersey/project/helloworld/project-info.html create mode 100644 project-info/3.0.8/jersey/project/helloworld/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/html-json/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/html-json/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/html-json/css/print.css create mode 100644 project-info/3.0.8/jersey/project/html-json/css/site.css create mode 100644 project-info/3.0.8/jersey/project/html-json/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/html-json/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/html-json/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/html-json/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/html-json/images/external.png create mode 100644 project-info/3.0.8/jersey/project/html-json/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/html-json/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/html-json/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/html-json/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/html-json/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/html-json/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/html-json/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/html-json/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/html-json/index.html create mode 100644 project-info/3.0.8/jersey/project/html-json/project-info.html create mode 100644 project-info/3.0.8/jersey/project/html-json/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/http-patch/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/http-patch/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/http-patch/css/print.css create mode 100644 project-info/3.0.8/jersey/project/http-patch/css/site.css create mode 100644 project-info/3.0.8/jersey/project/http-patch/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/http-patch/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/http-patch/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/http-patch/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/http-patch/images/external.png create mode 100644 project-info/3.0.8/jersey/project/http-patch/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/http-patch/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/http-patch/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/http-patch/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/http-patch/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/http-patch/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/http-patch/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/http-patch/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/http-patch/index.html create mode 100644 project-info/3.0.8/jersey/project/http-patch/project-info.html create mode 100644 project-info/3.0.8/jersey/project/http-patch/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/http-trace/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/http-trace/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/http-trace/css/print.css create mode 100644 project-info/3.0.8/jersey/project/http-trace/css/site.css create mode 100644 project-info/3.0.8/jersey/project/http-trace/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/http-trace/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/http-trace/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/http-trace/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/http-trace/images/external.png create mode 100644 project-info/3.0.8/jersey/project/http-trace/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/http-trace/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/http-trace/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/http-trace/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/http-trace/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/http-trace/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/http-trace/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/http-trace/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/http-trace/index.html create mode 100644 project-info/3.0.8/jersey/project/http-trace/project-info.html create mode 100644 project-info/3.0.8/jersey/project/http-trace/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/print.css create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/css/site.css create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/external.png create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/index.html create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/project-info.html create mode 100644 project-info/3.0.8/jersey/project/https-clientserver-grizzly/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/images/external.png create mode 100644 project-info/3.0.8/jersey/project/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/index.html create mode 100644 project-info/3.0.8/jersey/project/jaxb/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jaxb/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jaxb/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jaxb/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jaxb/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jaxb/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jaxb/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jaxb/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jaxb/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jaxb/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jaxb/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jaxb/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jaxb/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jaxb/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jaxb/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jaxb/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jaxb/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jaxb/index.html create mode 100644 project-info/3.0.8/jersey/project/jaxb/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jaxb/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/index.html create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jaxrs-ri/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/index.html create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jaxrs-types-injection/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-apache-connector/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-apache5-connector/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-bean-validation/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi-inject-weld/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-cdi2-se/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-http/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-grizzly2-servlet/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jdk-http/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-http/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-jetty-servlet/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-netty-http/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet-core/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-servlet/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-container-simple-http/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-declarative-linking/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-entity-filtering/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-example-java8-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-gae-integration/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-grizzly-connector/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-helidon-connector/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-heroku-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/allclasses-frame.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/allclasses-noframe.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/constant-values.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/deprecated-list.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/help-doc.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/index-all.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.Binder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/DelayedHk2InjectionManager.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2BootstrapBinder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2RequestScope.Instance.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/Hk2RequestScope.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/InjectionResolverWrapper.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/InstanceSupplierFactoryBridge.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.Binder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyErrorService.Binder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/JerseyErrorService.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/LocalizationMessages.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/RequestContext.Binder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/RequestContext.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/SupplierFactoryBridge.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/ContextInjectionResolverImpl.Binder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/ContextInjectionResolverImpl.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/DelayedHk2InjectionManager.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2BootstrapBinder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2InjectionManagerFactory.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2ReferencingFactory.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2RequestScope.Instance.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/Hk2RequestScope.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/ImmediateHk2InjectionManager.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/InjectionResolverWrapper.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/InstanceSupplierFactoryBridge.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyClassAnalyzer.Binder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyClassAnalyzer.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyErrorService.Binder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/JerseyErrorService.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/LocalizationMessages.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/RequestContext.Binder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/RequestContext.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/class-use/SupplierFactoryBridge.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-frame.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-summary.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-tree.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/org/glassfish/jersey/inject/hk2/package-use.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/overview-tree.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/package-list create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/script.js create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/apidocs/stylesheet.css create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-hk2/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-jdk-connector/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-jetty-connector/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-jaxb/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-binding/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-gson/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jackson/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-jettison/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-json-processing/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-kryo/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-moxy/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-multipart/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/allclasses-frame.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/allclasses-noframe.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/constant-values.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/deprecated-list.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/help-doc.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/index-all.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventInput.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventListener.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventOutput.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventSource.Builder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/EventSource.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/InboundEvent.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/JerseySseEventSourceBuilder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/LocalizationMessages.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/OutboundEvent.Builder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/OutboundEvent.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/SseBroadcaster.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/SseFeature.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventInput.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventListener.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventOutput.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventSource.Builder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/EventSource.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/InboundEvent.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/JerseySseEventSourceBuilder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/LocalizationMessages.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/OutboundEvent.Builder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/OutboundEvent.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/SseBroadcaster.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/class-use/SseFeature.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.Builder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.ShutdownHandler.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.State.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/EventProcessor.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/JerseySseEventSource.Builder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/JerseySseEventSource.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/SseAutoDiscoverable.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/SseBinder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/SseEventSinkValueParamProvider.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.Builder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.ShutdownHandler.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.State.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/EventProcessor.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/JerseySseEventSource.Builder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/JerseySseEventSource.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/SseAutoDiscoverable.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/SseBinder.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/class-use/SseEventSinkValueParamProvider.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-frame.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-summary.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-tree.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/internal/package-use.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-frame.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-summary.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-tree.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/org/glassfish/jersey/media/sse/package-use.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/overview-frame.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/overview-summary.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/overview-tree.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/package-list create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/script.js create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/apidocs/stylesheet.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-media-sse/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-metainf-services/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-bean-validation/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-freemarker/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-jsp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc-mustache/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-mvc/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-netty-connector/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-open-tracing/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-proxy-client/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-grizzly2/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-quickstart-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-spring6/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-core/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-test-framework-util/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/print.css create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/css/site.css create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/external.png create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/index.html create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/project-info.html create mode 100644 project-info/3.0.8/jersey/project/jersey-wadl-doclet/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/json-binding-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/json-jackson/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/json-jackson/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/json-jackson/css/print.css create mode 100644 project-info/3.0.8/jersey/project/json-jackson/css/site.css create mode 100644 project-info/3.0.8/jersey/project/json-jackson/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/json-jackson/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/json-jackson/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/json-jackson/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/json-jackson/images/external.png create mode 100644 project-info/3.0.8/jersey/project/json-jackson/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-jackson/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-jackson/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-jackson/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-jackson/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/json-jackson/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/json-jackson/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/json-jackson/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/json-jackson/index.html create mode 100644 project-info/3.0.8/jersey/project/json-jackson/project-info.html create mode 100644 project-info/3.0.8/jersey/project/json-jackson/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/json-jettison/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/json-jettison/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/json-jettison/css/print.css create mode 100644 project-info/3.0.8/jersey/project/json-jettison/css/site.css create mode 100644 project-info/3.0.8/jersey/project/json-jettison/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/json-jettison/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/json-jettison/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/json-jettison/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/json-jettison/images/external.png create mode 100644 project-info/3.0.8/jersey/project/json-jettison/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-jettison/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-jettison/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-jettison/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-jettison/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/json-jettison/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/json-jettison/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/json-jettison/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/json-jettison/index.html create mode 100644 project-info/3.0.8/jersey/project/json-jettison/project-info.html create mode 100644 project-info/3.0.8/jersey/project/json-jettison/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/json-moxy/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/json-moxy/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/json-moxy/css/print.css create mode 100644 project-info/3.0.8/jersey/project/json-moxy/css/site.css create mode 100644 project-info/3.0.8/jersey/project/json-moxy/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/json-moxy/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/json-moxy/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/json-moxy/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/json-moxy/images/external.png create mode 100644 project-info/3.0.8/jersey/project/json-moxy/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-moxy/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-moxy/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-moxy/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-moxy/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/json-moxy/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/json-moxy/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/json-moxy/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/json-moxy/index.html create mode 100644 project-info/3.0.8/jersey/project/json-moxy/project-info.html create mode 100644 project-info/3.0.8/jersey/project/json-moxy/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/css/print.css create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/css/site.css create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/images/external.png create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/index.html create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/project-info.html create mode 100644 project-info/3.0.8/jersey/project/json-with-padding/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/managed-client/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/managed-client/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/managed-client/css/print.css create mode 100644 project-info/3.0.8/jersey/project/managed-client/css/site.css create mode 100644 project-info/3.0.8/jersey/project/managed-client/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/managed-client/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/managed-client/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/managed-client/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/managed-client/images/external.png create mode 100644 project-info/3.0.8/jersey/project/managed-client/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/managed-client/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/managed-client/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/managed-client/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/managed-client/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/managed-client/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/managed-client/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/managed-client/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/managed-client/index.html create mode 100644 project-info/3.0.8/jersey/project/managed-client/project-info.html create mode 100644 project-info/3.0.8/jersey/project/managed-client/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/css/print.css create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/css/site.css create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/images/external.png create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/index.html create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/project-info.html create mode 100644 project-info/3.0.8/jersey/project/memleak-test-common/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/css/print.css create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/css/site.css create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/images/external.png create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/index.html create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/project-info.html create mode 100644 project-info/3.0.8/jersey/project/oauth-client-twitter/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/css/print.css create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/css/site.css create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/images/external.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/index.html create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/project-info.html create mode 100644 project-info/3.0.8/jersey/project/oauth1-client/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/css/print.css create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/css/site.css create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/images/external.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/index.html create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/project-info.html create mode 100644 project-info/3.0.8/jersey/project/oauth1-server/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/css/print.css create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/css/site.css create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/images/external.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/index.html create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/project-info.html create mode 100644 project-info/3.0.8/jersey/project/oauth1-signature/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/css/print.css create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/css/site.css create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/images/external.png create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/index.html create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/project-info.html create mode 100644 project-info/3.0.8/jersey/project/oauth2-client/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/open-tracing/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/open-tracing/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/open-tracing/css/print.css create mode 100644 project-info/3.0.8/jersey/project/open-tracing/css/site.css create mode 100644 project-info/3.0.8/jersey/project/open-tracing/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/open-tracing/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/open-tracing/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/open-tracing/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/open-tracing/images/external.png create mode 100644 project-info/3.0.8/jersey/project/open-tracing/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/open-tracing/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/open-tracing/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/open-tracing/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/open-tracing/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/open-tracing/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/open-tracing/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/open-tracing/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/open-tracing/index.html create mode 100644 project-info/3.0.8/jersey/project/open-tracing/project-info.html create mode 100644 project-info/3.0.8/jersey/project/open-tracing/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/print.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/css/site.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/external.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/index.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/project-info.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/additional-bundle/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/print.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/css/site.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/external.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/index.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/project-info.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/alternate-version-bundle/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/print.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/css/site.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/external.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/index.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/functional-test/project-info.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/print.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/css/site.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/external.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/index.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/project-info.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/lib-bundle/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/print.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/css/site.css create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/external.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/index.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/project-info.html create mode 100644 project-info/3.0.8/jersey/project/osgi-helloworld-webapp/war-bundle/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/index.html create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/container-runner-maven-plugin/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/index.html create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/custom-enforcer-rules/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi-rs-inject/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-ban-custom-hk2-binding/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-servlet/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-transaction/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x-validation/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/allclasses-frame.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/allclasses-noframe.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/constant-values.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/deprecated-list.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/help-doc.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/index-all.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/AbstractCdiBeanSupplier.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.CdiDefaultAnnotation.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.JaxRsParamProducer.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiServerComponentProvider.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/GenericCdiBeanSupplier.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/GenericInjectionManagerStore.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/InjecteeSkippingAnalyzer.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/JerseyVetoed.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/LocalizationMessages.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/ProcessAllAnnotatedTypes.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/ProcessJAXRSAnnotatedTypes.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/RequestScopedCdiBeanSupplier.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/AbstractCdiBeanSupplier.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.CdiDefaultAnnotation.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.JaxRsParamProducer.JaxRsParamQualifier.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.JaxRsParamProducer.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiComponentProvider.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiServerComponentProvider.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/CdiUtil.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/GenericCdiBeanSupplier.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/GenericInjectionManagerStore.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/InjecteeSkippingAnalyzer.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/JerseyVetoed.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/LocalizationMessages.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/ProcessAllAnnotatedTypes.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/ProcessJAXRSAnnotatedTypes.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/class-use/RequestScopedCdiBeanSupplier.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-frame.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-summary.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-tree.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/internal/package-use.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/Hk2CustomBoundTypesProvider.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/class-use/Hk2CustomBoundTypesProvider.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-frame.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-summary.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-tree.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/org/glassfish/jersey/ext/cdi1x/spi/package-use.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/overview-frame.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/overview-summary.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/overview-tree.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/package-list create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/script.js create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/serialized-form.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/apidocs/stylesheet.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-cdi1x/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-gf-ejb/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-config/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-mp-rest-client/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-guava/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-rx-client-rxjava2/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-bundle/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-external/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/allclasses-frame.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/allclasses-noframe.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/constant-values.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/deprecated-list.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/help-doc.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/index-all.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/GrizzlyTestContainerFactory.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/GrizzlyWebTestContainerFactory.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/class-use/GrizzlyTestContainerFactory.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/class-use/GrizzlyWebTestContainerFactory.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-frame.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-summary.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-tree.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/org/glassfish/jersey/test/grizzly/package-use.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/overview-tree.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/package-list create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/script.js create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/apidocs/stylesheet.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-grizzly2/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-inmemory/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jdk-http/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-jetty/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-netty/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-test-framework-provider-simple/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/print.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/css/site.css create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/external.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/index.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/project-info.html create mode 100644 project-info/3.0.8/jersey/project/project/jersey-weld2-se/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/project/project-info.html create mode 100644 project-info/3.0.8/jersey/project/reload/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/reload/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/reload/css/print.css create mode 100644 project-info/3.0.8/jersey/project/reload/css/site.css create mode 100644 project-info/3.0.8/jersey/project/reload/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/reload/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/reload/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/reload/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/reload/images/external.png create mode 100644 project-info/3.0.8/jersey/project/reload/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/reload/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/reload/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/reload/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/reload/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/reload/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/reload/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/reload/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/reload/index.html create mode 100644 project-info/3.0.8/jersey/project/reload/project-info.html create mode 100644 project-info/3.0.8/jersey/project/reload/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/css/print.css create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/css/site.css create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/images/external.png create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/index.html create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/project-info.html create mode 100644 project-info/3.0.8/jersey/project/server-async-managed/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/css/print.css create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/css/site.css create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/images/external.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/index.html create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/project-info.html create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/print.css create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/css/site.css create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/external.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/index.html create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/project-info.html create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-client/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/server-async-standalone/server-async-standalone-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/server-async/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/server-async/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/server-async/css/print.css create mode 100644 project-info/3.0.8/jersey/project/server-async/css/site.css create mode 100644 project-info/3.0.8/jersey/project/server-async/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/server-async/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/server-async/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/server-async/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/server-async/images/external.png create mode 100644 project-info/3.0.8/jersey/project/server-async/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-async/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/server-async/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/server-async/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/server-async/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/server-async/index.html create mode 100644 project-info/3.0.8/jersey/project/server-async/project-info.html create mode 100644 project-info/3.0.8/jersey/project/server-async/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/print.css create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/css/site.css create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/external.png create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/index.html create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/project-info.html create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jaxrs/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/css/print.css create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/css/site.css create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/images/external.png create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/index.html create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/project-info.html create mode 100644 project-info/3.0.8/jersey/project/server-sent-events-jersey/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/simple-console/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/simple-console/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/simple-console/css/print.css create mode 100644 project-info/3.0.8/jersey/project/simple-console/css/site.css create mode 100644 project-info/3.0.8/jersey/project/simple-console/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/simple-console/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/simple-console/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/simple-console/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/simple-console/images/external.png create mode 100644 project-info/3.0.8/jersey/project/simple-console/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/simple-console/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/simple-console/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/simple-console/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/simple-console/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/simple-console/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/simple-console/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/simple-console/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/simple-console/index.html create mode 100644 project-info/3.0.8/jersey/project/simple-console/project-info.html create mode 100644 project-info/3.0.8/jersey/project/simple-console/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/print.css create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/css/site.css create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/external.png create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/index.html create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/project-info.html create mode 100644 project-info/3.0.8/jersey/project/sse-twitter-aggregator/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/css/print.css create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/css/site.css create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/images/external.png create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/index.html create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/project-info.html create mode 100644 project-info/3.0.8/jersey/project/system-properties-example/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark-em/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookmark/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/bookstore-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/cdi-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/extended-wadl-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/freemarker-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/helloworld-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/https-server-glassfish/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/java8-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/jersey-ejb/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/json-processing-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-beans-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-simple-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/managed-client-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/multipart-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/rx-client-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/servlet3-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jaxrs-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/print.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/css/site.css create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/external.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/index.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/project-info.html create mode 100644 project-info/3.0.8/jersey/project/webapp-example-parent/sse-item-store-jersey-webapp/project-reports.html create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/css/maven-base.css create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/css/maven-theme.css create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/css/print.css create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/css/site.css create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/dependencies.html create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/images/close.gif create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/images/collapsed.gif create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/images/expanded.gif create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/images/external.png create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/images/icon_error_sml.gif create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/images/icon_info_sml.gif create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/images/icon_success_sml.gif create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/images/icon_warning_sml.gif create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/images/logos/build-by-maven-black.png create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/images/logos/build-by-maven-white.png create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/images/logos/maven-feather.png create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/images/newwindow.png create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/index.html create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/project-info.html create mode 100644 project-info/3.0.8/jersey/project/xml-moxy/project-reports.html create mode 100644 project-info/3.0.8/jersey/scm.html create mode 100644 project-info/3.0.8/jersey/summary.html create mode 100644 project-info/3.0.8/jersey/team.html + '[' false = false ']' + echo Pushing Web sources to Pushing Web sources to + git push origin master To github.com:eclipse-ee4j/jersey.github.io.git 60e44e4c6..829315ed5 master -> master $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 56 killed; [ssh-agent] Stopped. Finished: SUCCESS